
a {
	text-decoration: none;
	color: #0033CC;	
}

a img {
	border: 2px solid black;
}

button {

	background-color: #EEEEEE;
	border: 1px solid black;
			
}

.center {
	text-align: center !important;	
}
.no_style {
		text-decoration: none;
		border-style: none !important;
	}

.border {
	border:4px solid #EEEEEE;
	}

.top_border {
	border-top: 2px solid #D1CECE;	
}

a:visited {
	color: blue;	
}

.gray { 
	color: #666;
}

.zebra { 
	background-color: #EEEEEE;	
}
	
.stripe {
	background-color: #FFFFFF;	
}	
.avatar_med {
	width: 80px;
	height: 80px;	
}

.rating_bar {
	width: 80px;
	float: left;
}

.right_pad_star {
	padding-right: 10px;
}
	.no_star {
		background-image: url('/img/star_off.gif');
		background-repeat: no-repeat;
	}
	
	.full_star {
		background-image: url('/img/star_on.png');
		background-repeat: no-repeat;
	}
	
	.star {
		background-repeat: no-repeat;
		width: 15px;
		height: 15px;

	}
	
/*Start*/
#wrap {
	padding: 0;
	margin: 0;
	width: 100%;
	display: table;
	height: 100%;
	text-align: center; 
	 
}


#body {
	margin: 0 auto;
	width: 960px;  
	text-align: left; 
	height: auto;
	background: white; 
}

#header {
		float: left;
		width: 100%;
	}

#header_adspace{
	float: left;
	width : 468px;
	height: 85px;
	float: right;

	
}

#header_ad {
	width: 468px;
	height: 60px;
	border: solid 3px #D1DCDE;	
	float: right;
}

#logo {
	float: left;
	width: 300px;
	height: 130px;
	text-align: center;
}

.spacer {
	width: 100%;
	float: left;
	height: 1px;	
}

/*Second*/
#top_nav {
	margin: 0;
	padding: 0px 0px 0px 10px;
	float: right;
	width: 650px;
	height: 40px;
	
}
	#login_response {
		text-align: left;
		font-size: 12px;
	}
	.top_nav_link {
		float: right; 	
	}
	
	.top_nav_href {
		font-weight: bold;
		font-family: Times, sans-serif;
		padding: 5px;
	}

	#dummy_login_nav {
		float: right;
		text-align: center;
	}

	#do_login_nav {
		float: right;
		text-align: center;
	}
		
		.login_button {
			background-color: #EEEEEE;
			border: 1px solid black;
		}
		
		.username {
			padding-right: 5px;
		}
		
		.password {
			padding-right: 5px;
		}
		

#top_header ul li {
	display: block;
	float: right;
	padding: 0 9px 10px 9px;
	margin-right: 17px;
}

#bottom_header {
		float: right;
		width: 960px;
		height: 50px;
		border-left: 1px solid #D1CECE;
		border-right: 1px solid #D1CECE;
		background-image: url('/img/menubar-3-1.png');
	}

	
#bottom_header ul {
	list-style-type: none;
	float: left;
	width: 100%;
}



#bottom_header ul li {
	display: block;
	float: left;
	font-size: 20px;
	font-strength: bold;
	/*padding: 0px 15px 0px 0px;*/
	padding: 0px 50px 0px 0px;
}

	#bottom_header li ul {
		margin:0px;
		padding:0px;
		list-style-type:none;
		padding-top:10px;
		background-color: gray;
	}
	#bottom_header li ul li {
		display:block;
		float:none;
		clear:both;
		background-color: gray;
	}
	#bottom_header li ul li a {
		color:#FFFFFF;
		font-weight:normal;
		text-decoration:none;
		display:block;
		font-size: 15px;
		float: left;
	}

/*Third*/

#footer {
	width : 955px;
	height: 100px;
	float: left;
	margin-top: 20px;
	padding: 10px 0px 10px 0px;
	text-align: center;
	background-image: url('/img/footer-bg.png');
	border: 1px solid #D1CECE;
}


#footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0px 0px 0px 10px;
	float: left;
	width: 100%;
	text-align: center;
}

#footer ul li {
	display: block;
	float: left;
	padding: 0 9px 0 9px;
	margin-right: 17px;
	display:inline;
}

.hidden {
	display: none;
}

.small_avatar {
	width: 50px;
	height: 50px;
}


.medium_header {
	background-image: url(/img/footer-bg.png);
	border-bottom: 2px solid #D1CECE;
	font-size: 20px;
	padding: 5px 0 5px 0px;
	text-align: left;
}

.large_header {
	background-image: url(/img/footer-bg.png);
	border-bottom: 2px solid #D1CECE;
	font-family: Helvetica;
	font-size: 20px;
	padding: 10px 0;
	text-align: center;
	width: 100%;	
}

#under_18 {
	width: 454px;
	height: 385px;
	background-color: black;
	font-color: red;
	font-size: 40;
	text-align: center;
	float: left;
}

#under_18 span {
	text-align: center;
	color: red;
	font-size: 30px;
}
