@import url(/suoaf/css/menu.css);
@import url(/suoaf/css/footer.css);

body{
	background-color:#666666;
}
a{
	color: #FFFFFF;
	text-decoration: none;
}
h1{
	font-size: 24px;
}
h2{
	font-size: 20px;
}
h3{
	font-size: 18px;
}
a:hover{
	text-decoration: underline;
}
#site{
	color: #FFFFFF;
	
	font-family:"Arial";
	
	margin-left:auto;
	margin-right:auto;
	
	border-style:solid;
	border-width:15px;
	
	width:700px;
	
	background-color: #5B0E00;
}
#image{
	background-image:url(/suoaf/images/site-bg.jpg);
	background-repeat:no-repeat;
	
	width:700px;
	height:200px;
	
	border-bottom-width:5px;
	border-bottom-style:solid;
}
.content{
	color: #000000;
	background-color: #D8C9A8;
	
	margin-left: 200px;
	min-height: 770px;
	
	padding: 10px;
}
.content a{
	color: #000000;
	text-decoration: underline;
}
