@charset "utf-8";
/* CSS Document */

a {
	color:#313131
}

a img {
	border-style:none;
}

.menu a:hover {
	color:#999;
	}

body {
	font-family:Calibri, Arial, Helvetica, sans-serif;
	color:#313131;
}

h2 {
	margin:0px;
	font-size:28px;
}

.container {
	width:866px;
	text-align:center;
	position:relative;
	margin:0px auto;
}

.contenttop {
	background-image:url(../images/contenttop.jpg);
	width:866px;
	height:12px;
}

.contentmiddle {
	width:801px;
	background-image:url(../images/contentmiddle.jpg);
	background-repeat:repeat-y;
	padding:25px;
	padding-left:45px;
	text-align:left;
}

.contentbottom {
	background-image:url(../images/contentbottom.jpg);
	width:866px;
	height:44px;
}

.menu {
	background-image:url(../images/menubackground.jpg);
	width:858px;
	height:34px;
	position:relative;
	margin:0px auto;
	padding-top:8px;
}

.menu a {
	color:#FFF;
	text-decoration:none;
	font-size:20px;
	font-family:Arial, Helvetica, sans-serif;
	margin-left:10px;
	margin-right:10px;
}

.header {
	background-image:url(../images/header.jpg);
	height:136px;
	width:858px;
	position:relative;
	margin:0px auto;
}




