@charset "utf-8";

body {
	background-color: #ECEAE6;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: tahoma, Verdana;
	font-size: 11px;
}

.contain{
	text-align:center;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}

#menu, #menu a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	height: 45px;
	text-decoration:none;
}

#header {
	background-repeat: no-repeat;
	background-position: center top;
	height: 379px;
	background-image: url(../images/header.jpg);	
}

#content {
	background-image: url(../images/contentbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 10px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
}

#content a {
	color: #9B2B3E;	
}

h1 {
	font-family: tahoma, Verdana;
	font-size: 29px;
	color: #9B2B3E;
	font-weight: normal;
	font-variant: normal;
}
.Credits {
	font-family: Tahoma, Verdana, Arial;
	font-size: 9px;
	color: #333;
	width: 100%;
	margin-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
.Credits a {
	font-family: Tahoma, Verdana, Arial;
	font-size: 9px;
	color: #C60;
}
.Credits a:hover {
	font-family: Tahoma, Verdana, Arial;
	font-size: 9px;
	color: #006666;
}