body {
	
	font-family: "Lucida Sans";
	font-size:small;
	line-height: 1.2em;
	margin:10px 0 0 0;
	text-align:center;
	background: #003333 url(../images/bground.jpg) repeat-x;
	background-color:#006699;
	padding: 10px 0px 20px 0px;
}


div{
	padding:0;
	margin:0;
}

.hide{
	display:none;
}

#wrapper{
	width:750px;
	margin:auto;
	text-align:left;
	position:relative;
	background-color:#FFF;
	background-image:url(../images/background_wrapper.gif);
	
}



#nav{
	width:173px;
	min-height:500px;
	*height:500px;
	background:url(../images/navigation_bground.gif) top left no-repeat;
	float:left;
	font:"Lucida Sans";
	font-weight:bold;
	color:#006699;
}

#nav ul{
	list-style: none;
}

#nav li{
	list-style:none;
	padding:10px 0px 10px 0px;
}

#nav a {
	color:#006699;
}

#banner{
	height:166px;
	width:750px;
	background: url(../images/banner.jpg) top left no-repeat;
	
}



#content{
	
	width:547px;
	padding:45px 10px 10px 20px;
	background: url(../images/content_bground.jpg) top left no-repeat;
	float:left;
}

#content_gal{
	
	width:547px;
	padding:45px 10px 10px 20px;
	background: url(../images/content_bground.jpg) top left no-repeat;
	float:left;
	*width:577px;
}

#tag_line{
	font-size:18px;
	text-align:center;
}



#photo_gallery a{
	font-size:9px;
}
#main_home{
	width:355px;
	float:left;
	padding-right:10px;
}

#sidebar_home{
	width:177px;
	float:left;
	padding-top:20px;
	overflow:hidden;
}

#promotions h1{
	color:red;
	/*text-decoration:blink;*/
}
#promotions h2{
	color:red;
}

#the_hosts{
	font-size:9px;
}

#gallery_home{
	height:175px;
	padding-top:30px;
	text-align:center;
}

#main_home ul{
	font-size:1.7em;
	font-weight:bolder;
	line-height:1.7em;
}

#location{
	text-align:center;
}

#footer{
	clear:both;
	width:740px;
	height:25px;
	background: url(../images/footer.gif) #FFF bottom center no-repeat;
	color:#006699;
	line-height:25px;
	font-size:0.8em;
	text-align:right;
	padding-right:10px;
}

#footer_gal{
	clear:both;
	width:740px;
	height:25px;
	background: url(../images/footer.gif) #FFF bottom center no-repeat;
	color:#006699;
	line-height:25px;
	font-size:0.8em;
	text-align:right;
	padding-right:10px;
	*width:750px;
}



/*

###################################################

			Styles for the administration
			
###################################################

*/

.manager_row_true{
	background-color:#D4EBFF;
	color:#000000;
}

.manager_row_false{
	background-color:#FFFFCC;
	color:#000000;
}

#add_entry_link{
	
	font-weight:bolder;
	line-height:30px;
	text-decoration:none;
}
#add_entry_link:hover{
	font-weight:bolder;
	line-height:30px;
	text-decoration:none;
}

/***********************************************
************************************************

				   FORM STYLES

************************************************
************************************************/


.red{
	color:red;
}

#contactus_form{
	padding-bottom:20px;
}

.formrow{
	clear:both;
	width:400px;
	margin:0px 0px 0px 0px;
	padding-top:10px;
	
}

.formlabel{
	float:left;
	text-align:right;
	width:120px;
	*height:20px;
}

.forminput{
	float:right;
	text-align:left;
	width:240px;
	*height:20px;
}

#contactwrapper{
	height:220px;
	font-size:0.8em;
}

