/* CSS Document */

body {background-color:#030;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
#content {
	width:1000px;
	height:1100px;
	margin: 50px auto 100px;
}
#header {
	background-image: url(images/header.png);
	width: 1000px;
	height: 200px;
	margin: auto;
	border-top: 7px inset #F3F32A;
	border-left: 7px inset #F3F32A;
	border-right: 7px inset #F3F32A;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}
#nav {
	background-image: url(images/nav.jpg);
	width: 1000px;
	margin: auto;
	font-size: 24px;
	border-left: 7px inset #F3F32A;
	border-right: 7px inset #F3F32A;
}
#main {
	background-color: rgb(194,150,69);
	width: 1000px;
	height: 750px;
	margin: auto;
	border-left: 7px inset #F3F32A;
	border-right: 7px inset #F3F32A;
}
#left_side {
	float: left;
	width: 650px;
	padding-top: 3px;
	padding-left: 20px;
	opacity: .8;
}
.left_text 	{
	font-size: 1.1em;
	color:#000;
	font-weight:bold;
	/*text-shadow: -1px -1px 1px #000;*/
}
#right_side {
	float: right;
	padding-top: 20px;
	padding-right: 20px;
	opacity: .8;
}
#footer {
	background-image: url(images/footer.png);
	width: 1000px;
	height: 100px;
	margin: auto;
	font-size: 24px;
	text-align: center;
	border-left: 7px inset #F3F32A;
	border-right: 7px inset #F3F32A;
	border-bottom: 7px inset #F3F32A;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
a:link, a:visited, a:active, a:hover {
	text-decoration:none;
}
a:link, a:visited, a:active {
	color: #000;
}
a:hover {
	color: #FFF;
}

	
	
	
	
	
	
	

