/* GENERAL */

body {
	background-image:url(darkgreen-bg.gif);
	background-repeat:no-repeat;
	background-position:750px 60px;
	color:#ffffff;  
	text-align:center;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 10px;
}



h1 {
	font-size:24px;
	text-align:left;
	font-family: Georgia, Times New Roman, serif;
	letter-spacing: 2px;
	font-weight: bold;
	color:#eeeeee;
}

h2 {
	font-size:18px;
	text-align:left;
	padding:5px;
	font-family: Georgia, Times New Roman, serif;
	letter-spacing: 2px;
	font-weight: bold;
	color:#eeeeee;
	vertical-align: text-top;
}


a {
	color:#aecf2c;
	text-decoration:underline;
}


a:hover {
	color:#cccccc;
	font-weight: bold;
	text-decoration:none;
}


/* LAYOUT */

div.maintable {
	position:absolute;
	left:0px;
	top:0px;
	width:750px;
	height:220px;

}

div.secondtable {
	position:absolute;
	background-color:#222222;
	left:0px;
	top:220px;
	width:750px;
	height:100%;

}

div.left {
	position:relative;
	padding:3px;
	left:2px;
	top:2px;
	width:350px;
	height:100%;
	float:left;
	text-align:left;
}


div.right {
	position:absolute;
	padding:3px;
	left:352px;
	top:10px;
	width:400px;
	height:100%;
	float:right;
}


div.minileft {
	padding-top: 0px;
	padding-right: 0px;
	height:170px;
	width:380px;
	background-color:#090b01;
	background-image:url(images/minileft.gif);
	background-repeat:no-repeat;
	background-attachment: fixed;
}


div.minileft2 {
	height:10px;
	width:380px;
	background-color:#050505;
	background-image:url(images/minileft2.gif);
	background-repeat:no-repeat;

}



	/* LIST SPONSORS */

	#navlist {
		padding-left: 0px;
		margin-left: 2px;
		line-height:10pt;
		width: 320px;

	}


	#navlist li {
		list-style: none;
		margin: 2px;
		padding: 0.25em;
		border-top: 1px solid #8e9d52;

	}


	#navlist li a { 
		text-decoration: none; 
	}


div.mini {
	padding-top: 0px;
	padding-right: 0px;
	min-height:300px;
	width:380px;
	background-color:#050505;
	background-image:url(images/miniheader.gif);
	background-repeat:no-repeat;


}


div.minibottom {
	height:11px;
	width:380px;
	background-color:#050505;
	background-image:url(images/minitable_03.gif);
	background-repeat:no-repeat;

}



div.featured {
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 5px;
	width:370px;
	min-height:150px;
	color:#9bbc5b;  
	text-align:justify;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 10px;
	word-spacing: 2px;

}


div.ajax {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 12px;
	text-align:justify;
	padding: 3px;
	word-spacing: 2px;
	color: #FFFFFF;
}


div.news {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 12px;
	text-align:justify;
	margin: 4px;
	width:320px;
	padding: 6px;
	word-spacing: 2px;
	color: #FFFFFF;
	border-top: 1px dotted #8e9d52;
	border-bottom: 1px dotted #8e9d52;
	line-height:13pt;
}


div.footer {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 11px;
	text-align:center;
	margin: .3em auto;
	width:760px;
	padding: 6px;
	word-spacing: 2px;
	color: #FFFFFF;
	border-bottom: 1px solid #8e9d52;
	line-height:13pt;
	clear:both;
}


/* HEADER */

div.top-01_ {
	position:absolute;
	left:0px;
	top:0px;
	width:650px;
	height:60px;
}

div.home_ {
	position:absolute;
	left:650px;
	top:0px;
	width:100px;
	height:60px;
}

div.page-03_ {
	position:absolute;
	left:0px;
	top:60px;
	width:750px;
	height:120px;
}

div.page-04_ {
	position:absolute;
	left:0px;
	top:180px;
	width:350px;
	height:40px;
}

div.portfolio_ {
	position:absolute;
	left:350px;
	top:180px;
	width:100px;
	height:40px;
}

div.prices_ {
	position:absolute;
	left:450px;
	top:180px;
	width:100px;
	height:40px;
}

div.promo_ {
	position:absolute;
	left:550px;
	top:180px;
	width:100px;
	height:40px;
}

div.contact_ {
	position:absolute;
	left:650px;
	top:180px;
	width:100px;
	height:40px;
}


/* SCROLL */

#mycustomscroll {
	width: 340px;
	height: 120px;
	overflow: auto;
	scrollbar-base-color: #FFF;
	scrollbar-track-color:#FFF;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #6e853e;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color:#009900;
	scrollbar-shadow-color: #000000;
	scrollbar-arrow-color: #000000;

/* IE overflow fix*/

	position: relative;
	background-color: #40560c;
	background-attachment: fixed; 
	margin: 0.3em auto;
	padding: 0px;
}



.fixedwidth {
	width: 550px;
	height: auto;
	position: relative;
	color: black;
	padding: 1px;
}

