body{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		padding: 0px;
		}

a:link{color: #666; text-decoration: none;}
a:active{color: #666; text-decoration: none;}
a:visited{color: #666; text-decoration: none;}
a:hover{color: #E45141; text-decoration: underline;}
a.topNavSelected:link{color: #DD754E; text-decoration: none;}
a.topNavSelected:active{color: #DD754E;text-decoration: none;}
a.topNavSelected:visited{color: #DD754E; text-decoration: none;}

a.submenu{padding-left:20px;padding-bottom:0px;font-size: 10px;}
a.subMenuTop{padding-left:20px;padding-bottom:0px;font-size: 10px;color: #DD754E;}

.textred{font-size: 10px;color: #DD754E;}
.textred2{font-size: 12px;color: #DD754E;}
	

#container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding:5px;
	padding-top:0px;
	padding-bottom:0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height:auto
}  
#logoTop{
		padding-bottom: 0px;
		text-align:left;
		font-size:12px;
		width:800px;
} 

#nav{
	font-size: 12px;
	margin: 0;
	padding-bottom:0px;
	padding-top:0px;
	margin-left: 0px;
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height:430px;
	vertical-align:top;
}

#mainContent { 
	font-size: 10px;
	color: #666666;
	float: centre;
	padding-left:20px;
	padding-right:0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height:430px;
	width:auto;
	text-align:left;
	vertical-align:top;
	margin-right: auto;
	margin-left: auto;
}

#loadarea {
	float: right; /* since this element is floated, a width must be given */
	vertical-align: bottom;
	width:460px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height:430px;
	text-align:right;
}

#thumbnails{
	width:900px;
	z-index:1;
	margin-right: auto;
	margin-left: auto;
	margin: 0;
	padding-bottom:0px;
	padding-top:0px;
	margin-left: 0px;
	text-align:right;
}
#LINE {
	z-index:1;
	margin-right: auto;
	margin-left: auto;
	font-size: 9px;
	color:#666;
	padding-top:0px;
	margin-left: 0px;
	margin-right: 0px;
	text-align:center;
	height:1px;
	background-color:#999;
	width:800px;
}
#copyright {
	z-index:1;
	margin-right: auto;
	margin-left: auto;
	font-size: 14px;
	color:	#093;
	padding-top:0px;
	margin-left: 0px;
	text-align:left;
}
