/* Global Resetting */
html{	
	width: 100%;
	height: 100%;
	background-color:#000;
}
body {
	width: 99.5%;
	height: 100%;
	/* reset font-sizes to 1em == 10px */
}
* {
	font-size: 1em;
	/* reset font-sizes to 1em == 10px */
	padding: 0;
	margin: 0;
	font-family:Verdana,Helvetica,sans-serif;
	/* list-style:none; */
}
a img{
	border:0;
}
.clear{
	clear:both;
}

/* Layout CSS */
#main, #header, #footer, #menu, #banner, #second_menu{
	margin-left: auto;
	margin-right: auto;	
	width:998px;
}

	.banner_text{
		font-size:45px;
		font-weight:bold;
		font-family:Arial,tahoma;
	}
	.est{
		margin-left:10px;
		font-weight:bold;
		font-family:Arial,tahoma;
	}
#main {
	background-color:#fff;
	
	padding-bottom:15px;
}
#header {
	clear:both;
	height:220px;
	background-color:#eee;
	
}
#gallery{
	padding:15px;
}

#left_content{
	width:280px;
	float:left;
	font-size:12px;
	list-style:none;
}
#right_content{
	padding-top:15px;
	width:690px;
	font-size:12px;
	float:right;
	padding-right:10px;
}
#menu{
	color:#fff;
	padding:4px;
	text-align:center;
}	
#menu2_sc{
	color:#fff;
	padding:4px;	
	text-align:center;
}

#banner{
	height:60px;
	background-color:#FF8080;
	background-image:url(../images/header_bg.jpg);
	text-align:center;
}

#starachievers{
	height:662px;
	width:280px;
	background-image:url(../images/redwall.jpg);
	background-repeat: no-repeat;
}

#second_menu{
	height:20px;
}

#Menu1 a{

	color:#fff;
	font-weight:bold;
	font-size:13px;
	text-decoration:none;
	padding:5px 10px;
	text-transform:uppercase;
}
	#Menu1 a:hover,#menu2_sc a:hover {
		color:#F00;
	}

#menu2_sc a {
	color:#fff;
	font-weight:bold;
	font-size:13px;
	text-decoration:none;
	padding:5px 4px;
	text-transform:uppercase;	
}

#submenu{
	background-color:#C60202;	
	padding:10px;
	margin-bottom:10px;
}
#menu2{
	font-size:14px;
	list-style:none;
	
}
#menu2 a{
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
}
#menu2 a:hover{
	color:#000;
}
#footer_text {
	text-align:center;
	font-weight:bold;
	color:#fff;
}

#footer{
	height:50px;	
	font-size:13px;
}
#footer a{
	color:#fff;
}

/* claases and syndcates */
#syndclasses{
	background-color:#000000;
	margin-top:-15px;
	text-align:center;
	padding-bottom:3px;
	padding-top:3px;
	margin-left:-18px;
	margin-right:-10px;
	clear:both;
	text-transform:uppercase;
}
#syndclasses span{
	padding-left:0px;
}
#syndclasses span a{
	color:#FFF;
	font-weight:bold;
	font-size:13px;
	text-decoration:none;
	padding-left:10px;
	text-transform:uppercase;
}
#syndclasses span a:hover{
	color:#c60202;
	text-transform:uppercase;
}		


#halfredbrick{
	height:351px;
	width:280px;
	background-image:url(../images/redwall_half.jpg);
	background-repeat: no-repeat;
}

#halfgreybrick{
	height:351px;
	width:280px;
	background-image:url(../images/greywall_half.jpg);
	background-repeat: no-repeat;
}

#greybrick{
	height:662px;
	width:280px;
	background-image:url(../images/greywall.jpg);
	background-repeat: no-repeat;
}


#blackbirthday{
	height:378px;
	width:280px;
	background-image:url(../images/Birthday-background.jpg);
	background-repeat: no-repeat;
}