/* CSS Document */

body{
	background-color:#000033;
	font:Georgia, "Times New Roman", Times, serif;
	color:#000000;
}

#contain{
	margin:40px auto 0px auto;
	width:845px;
	height:706px;
	background-image: url('wurst_final.jpg');
	background-repeat: no-repeat;
}

#break {
	border-bottom:1px solid #666633;
	width:460px;
	margin-left:5px;
	padding:70px 0 0 15px;
}

#title {
	width:600px;
	font-size:1.3em;
	padding:10px 0 5px 20px;
}

#content {
	font-size:1em;
	width:470px;
	padding:15px 0 0 25px;
	line-height:16px;
}

#content a {
	color:#000000;
	text-decoration: none;	

}	

#nav {
	width: 600px;
	font-size:1.1em;
	margin:2px 0 5px 5px;
	padding:3px 0px 5px 20px;
	color:#65524c;
	border-top:1px solid #666633;
	border-bottom:1px solid #666633;
}

#nav a {
	text-decoration:none;
	color:#663300;
}

#nav a:hover {
	text-decoration:none;
	color:#003300;
}

.botTom {
		margin:0px auto 0px auto;
	width:845px;
	}	
