/* MAIN */
body {
	margin:0;
	padding:0;
	background:#FFFFFF url(images/ltgrayblk.gif);	
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;	
	color:#333333;
    letter-spacing:0px;	
}

/* HEADER */
#header{
	width:990px;
	height:165px;
	background:url(images/header.jpg) no-repeat;
	margin:20px auto;
	position:relative;
}
#click-box1{
	position:absolute;
	border:0;
	width:75px;
	height:100px;
	left:57px;
	bottom:55px;		
}
#click-box2{
	position:absolute;
	border:0;
	width:760px;
	height:30px;
	left:175px;
	bottom:110px;		
}
#click-box3{
	position:absolute;
	border:0;
	width:470px;
	height:45px;
	left:470px;
	bottom:50px;		
}
#menu{
	position:absolute;
	bottom:15px;
	left:15px;
}
#menu a{
	text-decoration:none;	
}
#menu .separator{
	margin: 0 10px;
	color:#d8d8d8;
}
#header a{
	font-family: Arial,Helvetica,sans-serif;	
	color:#d8d8d8;	
	font-weight:bold;
}

/* SUB-HEADER*/
#free-text{	
	width:990px;
	margin:-20px auto -25px auto;	
	padding:10px 0px;
	background:#F8F7DB;	
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;	
	color:#333333;
    letter-spacing:0px;	
}
#free-text a{
	color:#aa0000;
	text-decoration:none;
}
#free-text h1{
	font-weight:bold;
	font-size:12px;	
	margin:0;
}
#free-text p{
	margin-top:5px;	
}
#contacts{
	margin: 0 15px;		
}
hr{
	width:970px;
	margin:10px auto 10px auto;
	border:0;
	border-top:#999999 dashed 1px;	
}

/* DIRECTORY LISTING TOOL */
.dir-body{
	width:990px;
	margin:0px auto;	
	background:#F8F7DB;	
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;	
	color:#333333;
    letter-spacing:0px;	
}
.dir-body a{
	color:#333333;
	text-decoration:none;
}
.breadcrumb a{
	color:#aa0000;
	margin-left:5px;
}
.dir_table{
	clear:left;	
	width:970px;
	margin:0 10px 10px 10px;
}
.top_row{
	background:#353535;
}
a.sort{
	color:#ffffff;	
	font-weight:bold;
	text-decoration:underline;
}
.folder_bg{
	background-color:#999999;
}
.file_bg1{
	background-color:#cccccc;
}
.file_bg2{
	background-color:#FBFBEC;
}
.nav-opts{
	margin: 0px 0px 10px 15px;
	width:970px;
	height:40px;	
}
.optb{
	background-color:#EFEDAB;
	border:1px #E1DE66 solid;	
	width:125px;
	height:40px;
	float:left;
	margin-right:5px;
	text-align:center;
}
.optb a{
	line-height:40px;
}

/* FOOTER */
#footer{
	color:#ffffff;
	font-size:10px;
	width:970px;
	margin:auto;
	text-align:center;	
	line-height:200%;
}

#footer a{
	color:#ffffff;	
}




