body {
	color: #C0C0C0;
	background: #E6C484 url('/images/gradient_bg_slice.jpg') repeat-x;
	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: #eaaf2a;
}
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:800px;
	height:286px;
	margin-bottom:0px;
	float:left;
	display:inline;
	//background-image: url(/images/headerNew.jpg);
	overflow:hidden;

}
#center {
	margin-left:0px;
	margin-top:0px;
	width:800px;
	height:100%;
	margin-bottom:0px;
	float:left;
	display:inline;
	background-image: url(/images/contentNew.png);
	background-repeat: repeat-y;

}
#centercontent {
	padding-left: 45px;
	padding-right: 45px;
}
.footerMenu {
	position: relative;
	top: 170px;
	color: #C0C0C0;
	font-weight: bold;
	font-family: arial;	
	text-align: center;
}
.footerMenu a {
	color: #eaaf2a;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
}
.footerMenu a:hover {
	text-decoration: underline;
}
#footer {
	margin-left:0px;
	margin-top:0px;
	width:800px;
	height:228px;
	margin-bottom:0px;
	float:left;
	display:inline;
	background-image: url(/images/footerNew.jpg);
	overflow:hidden;

}
