body{
	background-color: #e3dece;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#bg{
	background-image: url(images/bg1.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	background-position:right;
	height:800px;
		}
#bg1{
	width:100%;
	height:80px;
	background: url(images/transparent.png);
#container{
width:800px;
margin:auto auto auto auto;

}
.name{
margin:auto auto auto auto;
background: url(images/logo.png);
background-repeat:no-repeat;
height:50px;
}
ul {
list-style-type: none;
height: 50px;
width:755px;
margin: auto;
}
li {
float: left;
}

ul a {
background-image: url(images/dividermenu.png);
background-repeat: no-repeat;
background-position: right;
padding-right: 10px;
padding-left: 20px;
display: block;
line-height: 50px;
text-decoration: none;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 21px;
color: #371C1C;
}

ul a:hover {
color: #FFF;
}
