/**********primary element ***********/

body {
	font:Courier New, Courier, mono;
	background:#CCCC33;
	margin: 0;
	padding: 10px;
}

#container {
	width: 800px;
	/*position:static;*/
	text-align:left;
	margin-right: auto;
	margin-left:auto;
}


#header {
	background: url(images/headerExtra.jpg) top center no-repeat; 
	width: 800px;	
	height: 70px;
}



#contentwrapper {
	position:absolute;
	background: url(images/back2.jpg) top center repeat-y; 
	width: 800px;
	/*height:490px;*/
	text-align: center;
}

/***********body content ***********/
#content {
	/*position:inherit;*/
	top:0px;
	/*padding: 0px 5px 0px 10px*/
	width: 770px;
	margin-left:15px;
	color:#000000;
	left: -190px;
	background:url(images/contentBackExtra.jpg) left repeat-y;
}


#content p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align: left;
	color:#000000;
}

#content h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#000000;
}

#box {
	position:relative;
	width: 380px;
	height:300;
	left: 54px;
	top: 19px;
}


#bottom {
	background: url(images/footerExtra.jpg) bottom center no-repeat;
	width: 800px;
	height:35px;
}

#bottom p {
	text-align:center; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:10.5px;
	color:#CC9933;
}

#test {
	clear:both;
}

/***********link ***********/

#content a:link, #content a:visited {
	color:999933;
	text-decoration:none;
}


#content a:hover {

	color:#FF6600;

	text-decoration:none;

}	

