
body {
	background-color:#ccc;
	color:#fff;
}
a {
	color: white;
}
h1 {
	color:#00f;
	margin:0px;
	padding:5px;
}
#wrapper {
	margin:auto;
	width:960px;
	height:auto;
	border: solid 4px #534640;
	background-image:url('back.png');
	background-repeat: repeat-y;
}
#logo {
	width:960px;
	height:150px;
	background-image:url('top.png');
	border-bottom:solid 0px #996633;
	color:#FFFFFF;
}
#mid {
	width:960px;
	height:auto;
}
#left {
	width:150px;
	height:auto;
	float:left;
}
#main {
	width:645px;
	height:auto;
	float:left;
}
.box {
	width:600px;
	height:auto;
	border:0px solid #996633;
	margin-left:35px;
}
.box1 {
	width:600px;
	height:auto;
	border:0px solid #996633;
	margin-top:10px;
	margin-left:45px;
}
#right {
	width:133px;
	height:auto;
	float:right;
}
#footer {
	height:50px;
	clear:both;
	background-color:#847c79;
	border-top:solid 4px #534640;
}
#footer p {
	color:#000;
	font-size:18px;
}
.menu {
	padding:5px 0 5px 10px;
	margin:5px;
	list-style-type:none;
}
.menu li {
	margin: 3px;
	padding:4px 0 0 10px;
	list-style-type:none;
	background-image:url('button.png');
	background-repeat:no-repeat;
	width:125px;
	height:25px;
}
.menu li a {
	display:block;
	font-weight: bold;
	list-style-type:none;
	text-decoration: none;
	text-align:left;
	color:#FFF;
}
ul {
margin:5px;
padding:5px;
}
li {
	display: block;
	float: right;
	width: 60px;
	height: 60px;
}
#container1{
width:100%;
padding-left:75px;
}
#container2{
width:90%;
padding-left:35px;
} 
.image1{
float:left;
width:150px;
height:125px;
margin:10px;
color:#fff;
text-align:center;
}
.image2{
float:left;
width:250px;
height:300px;
margin:10px;
color:#fff;
text-align:center;
}
.image3{
float:right;
width:250px;
height:300px;
margin:10px;
color:#fff;
text-align:center;
}