body {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 80%;
	margin:0px;
	background-color: #8de3e9;
	background : #82ECEF url(../images/site/bg.jpg) no-repeat center top;
	width : 100%;
	display : table; 
	}
#wrapper {
	margin:auto;
	width:967px;
	height:auto;
	overflow:auto;
	margin-top:20px;
	}
#header {
	margin:auto;
	width:967px;
	height:379px;
	background-image:url(../images/site/header.jpg);
	background-repeat:no-repeat;		
	}
#logo {
	padding-top:5px;
	padding-left:88px;
	}
#nav {
	width:800px;	
	padding-top:230px;
	padding-left:120px;
	}
#container {
	background-image:url(../images/site/cent-bg.png);
	background-repeat:repeat-y;	
	width:861px;
	height:auto;
	overflow:auto;
	margin-left:46px;
	padding-left:30px;
	padding-right:30px;
	}
#page {
	float:left;
	width:830px;
	height:auto;
	overflow:auto;
	}
.pageupper {
	width:590px;
	height:auto;
	overflow:auto;
	clear:both;
	}
.pagetitle {
	float:left;
	width:430px;
	height:auto;
	overflow:auto;
	}
.pagedate {
	float:left;
	width:86px;
	height:46px;
	background-image:url(../images/date.png);
	background-repeat:no-repeat;
	padding-left:20px;
	padding-top:20px;
	margin-top:15px;
	}
	
#page h1 {
	background-image:url(../images/site/headings.jpg);
	background-repeat:no-repeat;
	color:#996633;
	font-size:150%;
	width:349px;
	height:45px;
	padding-left:40px;
	padding-top:30px;
	}
#footer {
	background-image:url(../images/site/footer.png);	
	width:967px;
	height:129px;
	text-align:center;
	padding-top:60px;
	}
.image {
	float: right;
	margin: 5px 20px 3px 5px;
	border: 3px solid #8de3e9;
	
}
a:link {
	color: #009900;
	text-decoration:none;
}
a:visited {
	color: #009900;
	text-decoration:none;
}
a:hover {
	color: #00CCFF;
	text-decoration:none;
}
a:active {
	color: #009900;
	text-decoration:none;
}
.warning {
	color:#FF0000;
	}





#page-cont {
	float:left;
	width:630px;
	height:auto;
	overflow:auto;
	}
#thumb-cont {
	float:left;
	width:635px;
	height:auto;
	overflow:auto;
	}
#fullCont {
	width:800px;
	height:357px;
	overflow:auto;
	clear:both;
	background-image:url(../images/site/img-bg.jpg);
	background-repeat:no-repeat;
	}
#fullImg {
	float:left;
	width:320px;
	height:240px;
	border: 3px solid #099fa1;
	margin-left:70px;
	margin-top:48px;
	}
#FullDetails {
	float:right;
	width:300px;
	height:auto;
	overflow:auto;
	margin-right:60px;
	margin-top:48px;
	} 
	
	
.thumbcont {
	float:left;
	width:205px;
	height:228px;
	margin-top:10px;
	margin-bottom:10px;
	background-image:url(../images/site/thumb-bg.jpg);
	background-repeat:no-repeat;
	padding-right:2px;
	}
.thumbTitle {
	margin:auto;
	width:190px;
	text-align:center;
	margin-top:15px;
	margin-bottom:15px;
	}
.thumbImage {
	margin:auto;
	width:160px;
	height:120px;
	border: 3px solid #099fa1;
	}
.thumbRating {
	margin-top:15px;
	margin-bottom:10px;
	margin-left:11px;
	}
.thumbComment {
	margin-top:15px;
	margin-bottom:10px;
	text-align:center;
	}
form p {
	padding:5px;
}
form label {
	float:left;
	width:13em;
	margin-right:1em;
	padding-top:0.1em;
	text-align:right;
}
form input {
		width:40em;
}