@import url("/css/default.css");
@import url("/css/text.css");
* {
    padding:0px;
    margin:0px;
}
* html, body{	
	/*
	Sets the min height to the height of the viewport.
    min-height: 100%; 
	*/
    width: 100%;
    height: 100%; 
    margin: 0px;
    padding: 0px;
	min-height: 100%;	
	background:#999999 url("/images/bg.gif") repeat;
	/*background:#ffffff url("/images/bkg2.gif") repeat-x;*/
}
#container{
	width:1000px;	
	height:100%;
	min-height:100%;
	margin:0px;
    padding:0px;	
	border-right:1px solid #000000;
	background-color:#CCCC99;
}
#header{ 	
	position:absolute;
	height:90px;
	width:1001px;
	top:0px;
	left:0px;			
	border-bottom:1px solid #000000;
	background:#ffffff url("/images/sitelogo.jpg") no-repeat top left;	
}
#main_ad{
	position:absolute;	
	left:370px;
	top:18px
}
#nav{
	position:absolute;
	height:100%;
	width:130px;
	top:91px;
	left:0px;		
	background-color:#CCCC99;	
}
/* Page area */
#page{ 		
	height:100%;
	min-height:100%;
	margin-left:130px;
	margin-top:90px;
	width:725px;
	/*width:864px;*/	
	padding:5px 0px 0px 5px;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	border-top:0px solid #000000;
	background:#FFFFDD;
	/*z-index:2;*/
}

/**** LEFT MENU ***/
.menubox{
	width:125px;
	margin-top:20px;
	margin-left:0px;
	border:0px solid #aaaaaa;	
	background-color:#cccc99;		
	font:normal 8pt Verdana, Arial, Helvetica, sans-serif;
}
.menubox td{
	color:#f7941c;
	border-top:1px solid #498827;
	/*border-bottom:1px solid #999966;
	/*background-color:#cccc99;*/
	border-bottom:1px solid #2C562B;
	background-color:#356734;
}
.menubox a{
	color:#FFFFCC;
	text-decoration:none;
	margin:3px 0px 0px 5px;
}
.menubox a:hover{ 
	color:#f7941c; 
	text-decoration:underline; 
}
td.submenu{	
	color:#FFFFFF;
	font:normal 8pt Verdana, Arial, Helvetica, sans-serif;
	padding:1px 0px 0px 5px;
	/*background-color:#fffdc7;*/
	background-color:#498827;
	border:0px solid #fffdc7;
}
.menubox img{
	margin-left:3px;	
}
.menubox th{
	padding-left:18px;
	height:16px;
	text-align:left;
	color:#000000;
	border-bottom:1px solid #000000;
	border-left:0px solid #000000;
	background:#cccc99 url(/images/menu/menutop.gif) right bottom no-repeat;
	font:bold 8pt Verdana, Arial, Helvetica, sans-serif;
}

/********************************/
.lCol	  	{ float:left;width:350px;padding-right:3px;border:0px dashed #666666;}
.rCol	 	{ float:left;width:350px;border:0px dotted #000000;}
.lrCol	 	{ float:left;clear:both;width:720px;border:0px dotted #000000;}

/* Footer menu */
.footer{
	position:relative;
	clear:both;
	width:720px;
	margin-top:5px;	
	padding-top:10px;
	border-top:1px solid #888888;
	font-size:8pt;
	text-align:center;
}

/* Advertising DIV - absolute positioning */
#advertising{
	position:absolute;
	top:91px;	
	left:862px;
	width:138px;
	height:100%;
	min-height:100%;
	background:#CCCC99;
	border-left:0px solid #497191;
}
#ads{
	position:absolute;
	padding-left:5px;
	top:5px;	
	left:1001px;
	width:250px;
	height:100%;
	min-height:100%;
	background:#888;
	border-left:0px solid #666666;
}