@charset "iso-8859-7";
/* CSS Document */

body{
	background-color: #190303;
	margin-top: 0px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #fff; 
	}
	
table.container{
	background-color:#332929;
	background-image:url(images/bcgr.png);
	margin:0 auto;
	width:800px;
	padding: 0px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #fff;
	border:1px #c70000;
	}

table{
	background-color:#332929;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #fff; 
	padding: 0px;
	}

p{
	font-family: Arial, Verdana, sans-serif;
	color: #fff;
	text-decoration: none;
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 30px;
	margin-bottom: 5px;
	text-align:left;
	}
	

	
a:link, a:visited{
	font-family: Arial, Verdana, sans-serif;
	color: #fff;
	text-decoration: none;
	border-bottom:1px dotted #fff; }
	
a:hover, a:active{
	font-family: Arial, Verdana, sans-serif;
	color: #FFCC00;
	border-bottom-style:solid;
	border-bottom-width:1px; }
		
/*Create the left list menu
ul{
	margin:0;
	padding:0;
	list-style-type:circle;
	}
ul a{
	display:block;
	width:180px;
	height:32px;
	line-height:32px;
	color:#fff;
	text-decoration:none;
	background: #3f1a18;
	text-indent:20px;
	}*/
	
ul.navigation{
	margin:0;
	padding:0;
	list-style:none;
	width:100%;
	float:left;
	background:#e0cfcf;
	}
ul.navigation li{
	float:left;
	}
ul.navigation a{
	display:block;
	padding:0 1.8em;
	line-height:1.8em;
	text-decoration:none;
	color:#332929;
	}
ul.navigation a:hover{
	color:#ff0000;
	}
	
h1{
	font-family: Arial, Verdana, sans-serif;
	color: #fff;
	font-weight:bold;
	font-size:14px;
	font-stretch:normal;
	margin-left:5px;
	}


h2{
	font-family: Arial, Verdana, sans-serif;
	color: #666666;
	font-weight:bold;
	font-size:12px;
	font-stretch:normal;
	margin-left:6px;
	}
	

a.boxlink{
	display:block;
	width:95%;
	padding:0.4em;
	line-height:1.2;
	background-color:#e8eae2;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	text-align:center;
	}
	
img{
	border:none;
	border-bottom-style:none;
	}
	
img a:link{
	border:none;
	}
	