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


		*{
		margin: 0px auto;
		}
		
		body{
		font-family: "Courier New", Courier, monospace;
		color: #FFFFFF;
		font-size: 12px;
		text-decoration: none;
		margin: 0px auto;
		background-color: #000000;
		overflow: -moz-scrollbars-vertical;
		}
		
		body a{
		color: #726D52;
		text-decoration: none;
		}
		
		body a:hover{
		color: #FFFFFF;
		text-decoration: none;
		}
		
		p{
		font-family: "Courier New", Courier, monospace;
		color: #FFFFFF;
		font-size: 12px;
		text-decoration: none;
		}
		
		p a{
		color: #726D52;
		text-decoration: none;
		}
		
		p a:hover{
		color: #FFFFFF;
		text-decoration: none;
		}
		
		#contentright fieldset{
		padding: 10px;
		border: 1px solid #726D52; 
		}
		
		#contentright fieldset input{
		border: 0px;
		font-family: "Courier New", Courier, monospace;
		font-size: 12px;
		}
		
		#contentright fieldset textarea{
		border: 0px;
		background-color: #726D52;
		color: #FFFFFF;
		font-family: "Courier New", Courier, monospace;
		font-size: 12px;
		overflow: auto;
		}
		
		#contentright input{
		border: 1px solid #FFFFFF;
		background-color: #726D52;
		color: #FFFFFF;
		}
		
		h1 {
		font-family:"Courier New", Courier, monospace;
		color: #E1DED9;
		font-size: 20px;
		font-weight: bold;
		}
		
		#container{
		margin: 0px auto;
		margin-top: 0px;
		width: 935px;
		height: 575px;
		background-color: #000000;
		}
		
		#leftcontainer{
		float: left;
		width: 665px;
		height: 575px;
		}
		
		#rightcontainer{
		border: 1px solid #E1DED9;
		border-style: dashed;
		float: right;
		width: 234px;
		padding: 25px 15px 25px 15px;
		margin-top: 72px;
		}
		
		#rightcontainer2{
		margin-bottom: 0px;
		float: right;
		width: 234px;
		padding: 25px 15px 0px 15px;
		}
		
		#header{
		clear: both;
		width: 665px;
		height: 268px;
		}
		
		#content{
		width: 665px;
		height: 275px;
		}
		
		#contentleft{
		float: left;
		width: 115px;
		height: 275px;
		margin: 5px 0px 0px 0px;
		}
		
		#contentleft p{
		font-family: "Courier New", Courier, monospace;
		color: #FFFFFF;
		font-size: 20px;
		font-weight: bold;
		text-decoration: none;
		display: block;
		width: 115px;
		}
		
		#contentleft ul{
		font-size: 16px;
		margin: 0px;
		padding: 0px;
		}
		
		#contentleft ul li{
		font-size: 20px;
		list-style-type: none;
		float: left;
		}	
		
		#contentleft ul li a{
		font-size: 20px;
		font-weight: bold;
		text-decoration: none;
		color: #726D52;
		display: block;
		width: 115px;
		}
		
		#contentleft ul li a:hover{
		text-decoration: none;
		color: #FFFFFF;
		display: block;
		}
		
		#contentleft ul li a:active{
		text-decoration: none;
		display: block;
		}
		
		#contentright{
		float: right;
		width: 400px;
		height: 270px;
		background-image: url(../images/contentcircle.gif);
		padding: 5px 75px 0px 75px;
		}
		
		#contentrightscroll{
		float: right;
		width: 400px;
		height: 270px;
		background-image: url(../images/contentcircle.gif);
		padding: 5px 75px 0px 75px;
		overflow: auto;
		}
		
		#footer{
		clear: both;
		width: 665px;
		height: 32px;
		font-family: "Courier New", Courier, monospace;
		color: #FFFFFF;
		font-size: 12px;
		}
		#flashcontent{
		margin: 0px auto;
		width: 450px;
		height: 250px;
		}