@charset "utf-8";
/* CSS Document */

	body {
	background:url(../images/V_Background.jpg);
		background-repeat:repeat-x;
		background-color:#0f0705;
		font-family:Georgia, "Times New Roman", Times, serif;	
	}
	p {
		color:#321511;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:12px;		
	}
	a, p.menu {
		color:#321511;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:14px;
		text-decoration:none;
	}
	.menu a:hover { color:#7d352b; }
	
	ul, li {
		color:#321511;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:12px;		
	}

	h1 {
		color:#321511;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:16px;
		padding:0; margin:0;	
	}
	h2 {
		color:#321511;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:14px;
		padding:0; margin:0;	
	}
	h5 {
		color:#ffffff;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:14px;
		padding:5px; margin:2;	
	}
	div#logo {
		border-right: 2px solid #321511;
		border-bottom: 2px solid #321511;
		float: left;
		background:url(../images/logo.jpg);
		width: 169px;
		height:90px;	
	}
	div#header {
		border-bottom: 2px solid #321511;
	 	float: right;
		background:url(../images/slogan.jpg);
	 	width: 596px;
		height:90px;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:12px;
		text-align:center vertical-align:bottom;
		
	}
	.border { border: 2px solid #321511; }
	
	div#menu {
		border-right: 2px solid #321511;
		border-bottom: 2px solid #321511;
		float: left;
		width: 169px;
		background-color:#3a1814;
		height:100%;		
	}
	div#body {
		border-bottom: 2px solid #321511;
		background:url(../images/body_bkg.jpg);
	 	width: 596px;
	}
	div#lfooter {
		border-right: 2px solid #321511;
		border-top: 2px solid #321511;
		border-bottom: 2px solid #321511;
		float: left;
		width: 169px;
		height:68px;
		background:url(../images/l_footer.jpg);			
	}
	div#rfooter {
		border-bottom: 2px solid #321511;
		border-top: 2px solid #321511;
	 	float: right;
		background:url(../images/r_footer.jpg);
	 	width: 596px;
		height:68px;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:10px;
		text-align:center vertical-align:bottom;
	}
	
	div#rfooter a:link {
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:10px;
		text-align:center vertical-align:bottom;
		text-decoration:none;
	}
	div#rfooter a:hover {
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:10px;
		text-align:center vertical-align:bottom;
		text-decoration:none;
	}
	div#rfooter a:visited {
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:10px;
		text-align:center vertical-align:bottom;
		text-decoration:none;
	}
	
	
	div#middle {
		height:600px;
	}
	
	.box { 
		margin:0px auto;
		width:794px;
		text-align:left;
		padding:7px;
		border:3px solid #dfbc72;
	}
		
	.border {
		border: 2px solid #321511;
	}
	
	.bodybox {
		border: 2px solid #321511;
		width: 563px;
		padding: 5px;
		background:url(../images/50.jpg);
		background:url(../images/light_bkg.jpg);
	}

	.widest {
	 margin:0px auto;
	 font-family: 'Lucida Sans Unicode', Arial;
	 font-size: 1em;
	 padding: 12px;
	 border: 3px solid #dfbc72;
	 width: 767px;
	}
	.table {
	 width: 100%;
	 border: 2px solid #321511;
	}
	.table .th {
	 background-color: #321511;
	 color: #fff;
	 font-weight: bold;
	 border-bottom: 2px solid #321511;
	}
	.table .tr:nth-child(odd) {
	 background-color: none;
	}
	div#footer_text { 
		color: #4f211b;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:10px;
	}