﻿body{
	margin: 0 auto;
	font-family: Tahoma;
}

#page{
	background-image:url('images/back.jpg');
}

#header{
	background-color: #ffffff;
	text-align: center;
	font-size: 25px;
	color: #000000;
}

#main{
	width: 700px;
	margin: 0 auto;
	text-align: center;
}

#list{
	width: 700px;
	border-top: 4px solid #584000;
	border-bottom: 4px solid #584000;
	padding-top: 10px;
	background-color: #966e39;
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
}

.menu li a{
	text-decoration:none;
	color:#e6e1b8;
	font-size:17px;
}

.menu li{
	margin-right: 50px;
	display:inline;
	text-decoration:none;
	font-weight:lighter;	
	font-size:14px;
	color: #eae2a1;
}

#content{
	width:700px;
	height:800px;
	background-color:#EAE2A1;
	font-size:12px;
	text-align:justify;
	line-height:1.5;
}

#center{
	width: 470px;
	height: 780px;
	float: left;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #ffffff;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #ffffff;	
	padding: 10px 10px 10px 10px;
	background-color: #eae2a1;
	text-align: justify;
}

#left_side{
	background-color:#e6e1b8;
	height:800px;
	width:100px;
	float:left;
}

#right_side{
	background-color:#e6e1b8;	
	height:800px;
	width:106px;
	float:right;
}


#footer{
	clear:both;
	height:30px;
	width:700px;
	background-color:#966E39;
	font-size:9px;
	color:#ffffff;
	border-top: groove #ffffff;
}

.footer li a{
	text-decoration:none;
	color:#ffffff;
}

.footer li{
	list-style-type:none;
}

.links li a{
	text-decoration:none;
	color:#000000;
}	
	
.links li{
	list-style-type:none;
}

.first{
	font-size:18px;
}

.picture{
	text-align:center;
}