body {
	margin: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:100%;
	line-height:18px;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	background-image: url(../images/bodygrad.jpg);
}
#container {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/contentbg.gif);
	background-repeat: repeat-y;

}#contentwraper {
	background-image: url(../images/contenttopbg.jpg);
	background-repeat: no-repeat;
	position: static;


}
#header {
	height: 130px;

}

#content {
	clear: both;
}
#contentL {
	float: left;
	width: 130px;
	height: 500px;
}
#contentR {
	width: 570px;
	float: right;
	height: 100%;
}

#contentArea {
	float: right;
	width: 540px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#footer {
	clear: both;
	height: 65px;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	padding-left: 140px;
}
#login {
	font-size: 11px;
	text-align: right;
}
.thumb {
	height: 100px;
	width: 100px;
	float: left;
	text-align: center;
	margin-right: 5px;
	margin-left: 5px;
}
#pages {
	clear: both;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #9C0002;
}
#pages a{
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #9C0002;
}
#pages a:hover{
	color: #ffffff;
}
#imageshow {
	text-align: center;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
