/* CSS Document */

body {
	background-color:#000000;
	margin:0;
	padding:0;
	color:#FFFFFF;
}

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

a:link {
	text-decoration:underline;
	color:#FFFFFF;
	}
	
a:hover {
	text-decoration:underline;
	color:#FFFFCC;
	background-color:#000000;
	}
	
a:active {
	text-decoration:underline;
	color:#FFFFFF;
	background-color:#623100;
	}
	
a:visited {
	text-decoration:underline;
	color:#FFFFFF;
	}
	
a:visited:hover {
	text-decoration:underline;
	color:#FFFFCC;
	background-color:#000000;
	}
	
a:visited:active {
	text-decoration:underline;
	color:#FFFFFF;
	background-color:#623100;
	}
	
#main {
	width:790px;
	height:auto;
	position:relative;
	margin:0 auto;
	padding:0;
	}
	
#head {
	width:790px;
	height:145px;
	position:relative;
	margin:0 auto;	
		}
		
#nav {
	background-color:#312617;
	width:790px;
	height:22px;
	padding-top:8px;
	margin:0 auto;
	position:relative;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	text-transform:uppercase;
	text-indent:30px;
	}
	
#nav a {
	color:#FFFFFF;
	text-decoration:none;
	margin-right:20px;
	}
	
#mainw {
	width:746px;
	height:auto;
	padding:22px;
	background-color:#725e43;
	background-image:url(../images/legal/mainback.gif);
	background-repeat:no-repeat;
	background-position:center top;
	margin-top:11px;
}

#mainw p {
	letter-spacing:0.1em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	line-height:20px;;
	color:#ded2c1;
	text-align:justify;
		}	

#mainw li {
	color:#ded2c1;
	text-align:justify;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	line-height:20px;
	letter-spacing:0.1em;
	}		

#mainw h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	letter-spacing:0.1em;
	font-weight:bolder;
	color:#FFFFFF;
	margin:0;
	margin-bottom:-5px;
	}
	
#mainw h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	letter-spacing:0.1em;
	color:#FFFFFF;
	margin-bottom:-10px;
	font-weight:bold;
	}
	
#cr {
	width:790px;
	background-color:#312617;
	height:32px;
	padding:0;
	text-align:center;
	margin-top:11px;
	}