html,body{
	margin:				0px;
	padding:				0px;
	font-family:			verdana;
	font-size:				12px;
	text-align:			left;
}
a{
	color:				#27170A;
}
h2{
	font-size:				16px;
	background:			#27170a;
	color:				#ed9f02;
}

table td{
	font-size:				11px;
	font-family:			verdana;
}
#container{
	width:				1024px;
	background:			#fff;
	text-align:			left;
}

#top-links{
	height:				70px;
	background:			#fff;
}
#top-links img{
	float:				left;
	margin-left:			-3px;
	vertical-align:			bottom;
}
#top-links p{
	float:				right;
	width:				290px;
	margin-top:			35px;
	padding:				0px 10px;
	text-align:			right;
}
##top-links p{
	width:				305px;
	margin-top:			47px;
}
#top-links p img{
	float:right;
}
#banner{
	margin-left:			0px;
	height:				191px;	
}
##banner{
	margin-left:			-3px;
}
#banner img{
		float:			left; /*for IE*/
	
}

#upper-links{
	clear:				both;
	padding:				0px;
	height:				33px;
	background:			url('images/bg-links.jpg');
	
}
##upper-links{
	height:				33px;
	padding:				0px;
}
#upper-links ul{
	list-style:				none;
	text-align:			left;
	margin:				0px;
	padding:				0px;
}
#upper-links ul li{
	float:				left;
	padding-left:			0px;
	margin-right:			8px;
	margin-left:			8px;
	width:				100px;
}
#upper-links ul li a{
	text-decoration:		none;
}


#main-container{
	background:			#ed9f02;
	height:				100%;
	border:				1px solid #27170A;
	min-height:			600px;
}

#left-container{
	width:				198px;
	padding:			0px;	
	float:				left;
	
	clear:				both;
}
##left-container{
	width:				162px;
	
}
.left-content{
	padding:				3px;
	width:				198px;
}
#middle-container{
	background:			#fff;
	padding:				0px;
	float:				left;
	width:				600px;
	height:				auto;
	border-left:			7px solid #e78601;
	border-right:			7px solid #e78601;
}
##middle-container{
	height:				645px;
}
#middle-content{
	padding:				3px;
	margin:				0px;
	height:				93%;
}
#designed-by{
	margin-top:			340px;
}
#right-container{
	float:				left;
	width:				210px;
	height:				auto;
	min-height:420px;
}
##right-container{
	width:				204px;
}
.right-content{
	width:				210px;
}
#newsletter{
	height:				100px;
	text-align:			center;
	font-size:				11px;
	padding:				3px;
	margin:				0px;
	color:				red;
	font-weight:			bold;
	background-color:		#fff;
}
##newsletter{
	width:				210px;
}
#testimonials{
	height:				160px;
	padding:				3px;
}
#upcoming-events{
		background:		#fff;
		margin:			0px;
		padding:			3px;
}
##upcoming-events{
	width:				210px;
}

#footer{
	text-align:			right;
	background:			#27170a;
	color:				#e78601;
	padding:				5px;
	font-size:				10px;
	width:				1014px;
}
##footer{
	width:				1024px;
}

.clear{
	 clear:				both;
	 font-size:			1px;
	 line-height:			0px;
	 height:				1px;
	 background:          		transparent !important;
}

