/* CSS Document */

body {
	background-color: #333333;
	background-image:url(../images/bk.gif);
	color: #FFFFFF;
	margin-top:25px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 80%;	
}
#wrapper {
	margin:auto;
	width:910px;
	height:auto;
	overflow:auto;
	}
#wtop {
	width:910px;
	height:33px;
	background-image:url(../images/wrapper-top.png);
	}
#wbottom {
	width:910px;
	height:34px;
	background-image:url(../images/wrapper-bottom.png);
	text-align:center;
	font-size:75%;
	}
#header {
	margin:auto;
	width:851px;
	height:209px;
	background-image:url(../images/header.gif);
	}
#logo {
	padding-top:70px;
	padding-left:155px;
	}
#nav {
	margin:auto;
	width:851px;
	height:53px;
	background-image:url(../images/nav.gif);
	margin-top:10px;
	text-align:center;
	padding-top:1px;
	}
#cont {
	width:910px;
	height:auto;
	overflow:auto;
	background-image:url(../images/wrapper-middle.gif);
	}
#container {
	margin:auto;
	width:851px;
	height:auto;
	overflow:auto;
	margin-top:10px;
	}
#page-cont {
	float:left;
	width:630px;
	height:auto;
	overflow:auto;
	}
#ad-cont {
	float:left;
	width:216px;
	height:auto;
	overflow:auto;
	margin-top:13px;
	}
#thumb-cont {
	float:left;
	width:635px;
	height:auto;
	overflow:auto;
	}
#fullCont {
	width:620px;
	height:auto;
	overflow:auto;
	clear:both;
	border-bottom: 3px solid #fff;
	}
#fullImg {
	float:left;
	width:340px;
	height:250px;
	}
#FullDetails {
	float:left;
	width:250px;
	height:auto;
	overflow:auto;
	} 
	
	
	
	
	
	
#sidebar-top {
	background-image:url(../images/sidebar-top.gif);
	background-repeat:no-repeat;
	width:216px;
	height:13px;
	overflow:hidden;
	}
#sidebar-middle {
	background-image:url(../images/sidebar-middle.gif);
	background-repeat:repeat-y;
	color:#FFFFFF;
	width:216px;
	height:auto;
	overflow:auto;
	text-align:center;
	}
#sidebar-middle a:link {
	color: #099fa1;
	text-decoration:none;
	border:none;
}
#sidebar-middle a:visited {
	color: #099fa1;
	text-decoration:none;
	border:none;
}
#sidebar-middle a:hover {
	color: #11c9cb;
	text-decoration:none;
}
#sidebar-middle a:active {
	color: #099fa1;
	text-decoration:none;
	border:none;
}
#sidebar-middle h1 {
	margin: 0px; 
	padding: 3px 60px; 
	color:#000000;	
	background-image:url(../images/sidebar-heading.gif);
	background-repeat:no-repeat;
	font-size:80%;
	overflow:auto;
}	
#sidebar-bottom {
	background-image:url(../images/sidebar-bottom.gif);
	background-repeat:no-repeat;
	width:216px;
	height:15px;
	}	
	
.thumbcont {
	float:left;
	width:190px;
	height:256px;
	margin-right:20px;
	margin-top:10px;
	margin-bottom:10px;	
	background-image:url(../images/thumb-bg.gif);
	background-repeat:no-repeat;
	}
.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;
	margin-left:11px;
	}
#footer {
	margin:auto;
	width:851px;
	height:205px;
	background-image:url(../images/footer.gif);
	}
a:link {
	color: #099fa1;
	text-decoration:none;
}
a:visited {
	color: #099fa1;
	text-decoration:none;
}
a:hover {
	color: #11c9cb;
	text-decoration:none;
}
a:active {
	color: #099fa1;
	text-decoration:none;
}
.warning {
	color:#FFFF00;
	}
form p {
	padding:5px;
}
form label {
	float:left;
	width:13em;
	margin-right:1em;
	padding-top:0.1em;
	text-align:right;
}
form input {
		width:15em;
}