body{
	background-image:url(../images/background.jpg);
	background-repeat:repeat;
}
.shell{
	margin-left:auto;
	margin-right:auto;
	width:960px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:10px;
	background-image:url(../images/contentbackground.jpg); 
	background-repeat:repeat-y;
}

.header{
	margin-left:auto;
	margin-right:auto;
	width:980px;

}

.topmenu{
	width:974px;
	height:20px;
    font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:normal;
	color:#eed8b5;
	text-align:center;
	vertical-align:middle;
	background-color:#afaca4;
}

.topmenu ul{
	list-style-type:none;
	padding:0px;
	margin:0px;
	height:13px;
}

.topmenu li{
display:inline;
padding:5px;
margin:0px;
height:13px;
}

.topmenu a{
width:100px;
text-decoration:none;
color:#484658;
padding-left:0px;
padding-right:0px;
height:13px;
}

.topmenu a:hover{
color:#eed8b5;
}



