body {
	background-image: url(images/background.jpg);
	background-position:top center;
	background-repeat:repeat-y;
	background-color:#000;	
	margin:0px;
	margin-top:15px;
	color:#FFF;
}

.whtText {
	font:Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size:medium;
}

.banner {
	background-image:url(images/advert/demo%20advert.png);
	padding:5px;
	width: 645px;
	height: 111px;
}

.blkText {
	font:Tahoma, Geneva, sans-serif;
	color: #000;
	font-size:small;
	font-weight:bold;
}

.container {
	width:990px;
	min-height:300px;
	margin-left:auto;
	margin-right:auto;
}
.footer {
	width:940px;
	height:25px;
	padding-top:15px;
	float:left;
	background-image:url(../images/footer_bg.jpg);
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#333;
}
.header {
	margin-top:30px;
	width:990px;
	height:140px;
	float:left;
}
.menuoption {
	width:155px;
	height:20px;
	padding-top:5px;
	padding-left:10px;
	float:left;
	color:#111;
	background-color:#FFF;
	cursor:pointer;
	margin-bottom:2px;
}

.menuhover {
	width:155px;
	height:20px;
	padding-top:5px;
	padding-left:10px;
	float:left;
	color:#FFF;
	font-weight:bold;
	background-image:url(images/header.png);
	cursor:pointer;
	margin-bottom:2px;
}

.pageTitle {
	width:925px;
	height:165px;
	float:left;
	padding-top:10px;
	padding-left:15px;
	background-image:url(../images/title_bg.jpg);
}
.photoFrame {
	width:990px;
	height:270px;
	margin-bottom:15px;
	float:left;
	overflow:hidden;
}
.photoFrame ul, li {
    list-style-type: none;
	margin-left: -20px;
}

#s7 { width: 230px; height: 230px; border: 1px solid #ddd; background-color: #eee; }
#s7 div { width: 200px; height: 200px; padding: 15px; color: #333; text-align: left; font-size: 16px; overflow: hidden }

a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration:underline;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #FFF;
}