/* CSS Document */

html, body, h1, h2, h3, ul, ol, li, form, fieldset, input, textarea { margin: 0; padding: 0; font-size: 100%;}  
ul {list-style: none;}  
img, fieldset {border: 0;}  
h1, h2, h3 {font-weight: normal;}
em {font-style: italic;}  
strong {font-weight: bold;}
a {text-decoration:none;}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;	
	line-height: 2em;	
	color: #336600;
	margin-top:0px;
	background-image:url(images/texture.gif);
	background-color:#6b8e23;
}

h1 { font-size:30pt; font-family:Georgia, "Times New Roman", Times, serif; font-weight:900; letter-spacing:1px; color:#6b8e23; line-height:50px;}
h2 { font-size:10pt; font-family:Georgia, "Times New Roman", Times, serif; font-weight:900; letter-spacing:1px; color:#6b8e23; line-height:20px;}
h3 { font-size:14pt; font-family:Georgia, "Times New Roman", Times, serif; font-weight:900; letter-spacing:1px; color:#336600; line-height:20px;
		margin-bottom:15px; margin-top:-20px; width:170px; background-color:#9acd32; padding:10px;}
	
#horizon {
	position:absolute;
	top:50%;
	width:100%;
	height:1px;
	background-color:#6b8e23;
}

#body-container {
	position:absolute;
	left:50%;
	width:720px;
	margin-left:-360px;
	height:500px;
	top:-250px;
}

#content-container {
	width: 500px; /*480-border*/
	height:500px;
	background-color:#fff;
	border:#9acd32 10px solid;
}

#content-container-50 {
	width: 500px; /*480-border*/
	height:235px;
	background-color:#fff;
	border:#9acd32 10px solid;
}

#content-title {padding:10px; height:50px;}
#content-title .page-link { float:right; color:#6b8e23; font-weight:bold; font-size:12pt;}
#content {padding:10px; overflow:auto; height:380px; width:480px;}
#content ul {list-style:square; margin-left:15px;}
#content-50{padding:10px; overflow:auto; height:145px; width:480px;}
#content-50 ul {list-style:square; margin-left:15px;}
#content-left { width:360px; padding-right:10px;}
.thumb { width:100px; float:right; margin-right:-100px;}

.page-link {color:#6b8e23; font-size:12px; font-weight:bold;}

#logo { font-size:20pt; font-family:Georgia, "Times New Roman", Times, serif; font-weight:900; letter-spacing:1px; color:#fff; line-height:35px; display:block;
		margin-bottom:0px; margin-top:-10px; width:170px; background-color:#9acd32; padding:10px;}

#menu-container {
	position:absolute;
	right:0px;
	top:0px;
	width:180px; /*240-border*/
	height:500px;
	/*background-color:#6b8e23;*/
	/*border:#6b8e23 10px solid;*/
	padding:10px;
}

#menu{}
#menu .main { color:#fff; font-size:14px; font-weight:bold; display:block; width:180px; padding-left:10px;}
#menu .main:hover { background-color:#9acd32;}
#menu .sub { color:#fff; font-size:14px; font-weight:bold; display:block; width:170px; padding-left:20px;}
#menu .sub:hover { background-color:#9acd32;}
#menu p { color:#336600; font-size:14px; font-weight:bold; display:block; width:180px; padding-left:10px; background-color:#9acd32; margin:0px;}


#footer {
	position:absolute;
	bottom:0px;
}

#footer a { color:#336600; font-size:14px; font-weight:bold; display:block; width:180px;}