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

*{
	font-family:"Courier New", Courier, monospace;
	font-weight:500;
	color:#cc9933;
	_margin-top:-20px;
}

h2{
	font-size:28px;
}

a:link, a:visited{
	text-decoration:none;
}
a:hover, a:active{
	font-weight:bold;
}


/*wrapper allows the design to be centered on the page*/
#wrapper{
	width:800px;
	height:600px;
	position:relative;
	left:50%;
	margin-left:-320px;
	margin-top:50px;
	background-image:url(images/background.jpg);
	repeat:none;	
}
body {
	background-color:#341414;
}


/*nav--------------------*/
#nav h1{
	padding-top:10px;
	margin:20px;
}

#nav p{
	text-align:right;
	margin-right:50px;
	margin-top:-25px;
}

/*flash----------------*/
#flash{
	float:left;
	display:inline;
	margin-left:23px;
	margin-top:71px;
}

/*content------*/
#content{
	float:right;
	display:inline;
	width:233px;
	margin-right:11px;
}

#content h2, p{
	color:#341414;
}

#content h2{
	text-align:center;
	margin:0;
}


#content img{
	float:left;
	display:inline;
	margin-top:90px;
	margin-left:-379px;
}

/*footer---------*/
#footer{
	margin-top:500px;
	margin-left:266px;
}

#footer p{
	color:#cc9933;
	font-size:12px;
}