body {
	background-color: #35302D;
	margin:0px;
	padding:0px;
	min-height:650px;
}
.p {
	margin:0px;
	padding:0px;
	font-size: inherit;
	font-family: inherit;
	font-weight: inherit;
	text-align: inherit;
	color: inherit;
	line-height: inherit;
	vertical-align: top;
}
p {
	padding-top:0px;
	margin-top:0px;
}
img {
	border:0px;
}
div {
	margin:0px;
	padding:0px;
	font-family:verdana; font-size:12px;
}
.AbsWrap {
	width: 100%;
	position: relative;
}
.rowWrap {
	width: 100%;
}
.clearfloat {
	clear:both;
	height:0px;
}
a:link, a:visited{
	color: blue;
}
a:hover {
	text-decoration: underline;
}
#main {

	width:760px;
	min-height:650px;
	height:100%;	
	margin: 0px auto 0px auto;
	border: 0px solid #f0f0f0;

}
.headerMenu {
	position: relative;
	top: 143px;
	color: white;
	text-align: center;
}
.headerMenu a {
	color: white;
	font-weight: bold;
	font-family: arial;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
}
.headerMenu a:hover {
	text-decoration: underline;
}
#header {
	margin-left:0px;
	margin-top:0px;
	width:760px;
	height:167px;
	margin-bottom:0px;
	float:left;
	display:inline;
	background-image: url(images/header.jpg);
	overflow:hidden;

}
#center {
	margin-left:0px;
	margin-top:0px;
	width:760px;
	height:100%;
	margin-bottom:0px;
	float:left;
	display:inline;
	background-image: url(images/content.jpg);
	background-repeat: repeat-y;

}
#centercontent {
	padding-left: 25px;
	padding-right: 25px;
}
.footerMenu {
	position: relative;
	top: 7px;
	color: darkslategrey;
	font-weight: bold;
	font-family: arial;	
	text-align: center;
}
.footerMenu a {
	color: darkslategrey;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
}
.footerMenu a:hover {
	text-decoration: underline;
}
#footer {
	margin-left:0px;
	margin-top:0px;
	width:760px;
	height:63px;
	margin-bottom:0px;
	float:left;
	display:inline;
	background-image: url(images/footer.jpg);
	overflow:hidden;

}
