<style type="text/css">


body,
	html {
		margin				:	0;
		padding				:	0;
	
	}

body {
		background-image	:	url(images/bg.jpg);
		background-position	: 	top center;
		text-align			:	center;
		font-family			: 	Tahoma, Verdana, Arial, sans-serif;
		font-size			: 	12px;
		margin-top			: 	5px;	
	}
	
.header {
		background-color : 	#98936B;
		width	  		 : 	760px;
		clear			 :	both;
		margin			 :	0;
		padding			 :	0;		
	}


.weather {
     background-color : white;
	 width :  200px;
	 height:  200px;
}

.weatherheader {
     background-color : black;
	 width :  200px;
	 height:  100px;


}
 .content {
		margin				:	0 auto;
		width				:	760px;
		background-color	:	#D9C69E;
		height:600px;
	}


.leftcontent {
		background-color	:	#D9C69E;
		width				: 	450px;
		text-align			:	left;
		float				:  	left;
		padding-left		:   10px;
		padding-right		:   10px;
		padding-top			:	45px;
		
	}

.floatright
{
float: right;
padding-left		:  5px;
padding-right		:  5px;
}

.floatleft
{
float: left;
padding-left		:  5px;
padding-right		:  5px;
}

.centercontent {
		background-color	:	#D9C69E;
		width				: 	720px;
		text-align			:	left;
		padding-left		:   20px;
		padding-right		:  	20px;
		padding-top			:	45px;
		
	}
	
	
	.eventscontent {
		background-color	:	#D9C69E;
		width				: 	720px;
		height				: 	750px;
		text-align			:	left;
		padding-left		:   20px;
		padding-right		:  	20px;
		padding-top			:	45px;;
		margin				:	0 auto;
		
	}
	
	

 .restcontent {
		margin				:	0 auto;
		width				:	760px;
		background-color	:	#D9C69E;
	
	}

	

.restaurants {
		background-color	:	#D9C69E;
		width				: 	700px;
		text-align			:	left;
		padding-left		:   20px;
		padding-right		:  	20px;
		padding-top			:	45px;
		padding-bottom		:	45px;
		
	}
	
.framecontent {
		background-color	:	#D9C69E;
		width				: 	710px;
		width				: 	!important 810px;
		text-align			:	left;
		padding-left		:   15px;
		padding-right		:  	15px;
		padding-top			:	5px;
		padding-bottom		:	5px;;
		
	}
	

.rightcontent {
		background-color	:	#D9C69E;
		width				: 	270px;
		float				: 	right;
		padding-top			:	45px;
		padding-left		:   10px;
		padding-right		:   10px;
}


.bottomcontent {
		background-color	:	#D9C69E;
		background-image	:	url(images/bottom.jpg);
		width				: 	760px;
		height				:  	195px;
		float				:   left;
		display				: block;
}

.homebottomcontent {
		background-color	:	#D9C69E;
		background-image	:	url(images/homebottom.jpg);
		width				: 	760px;
		height				:  	195px;
		float				:   left;
		display				: block;
}	
	

.footer {
		width			: 	760px;
		margin-top		:	10px;
		height			:	100px;
		clear			:  both;
		
	}


.dropcap  {
		float		: 	left;
		width		:   1.1em !important;
		width		: 	.7em;
		font-size	: 	4em;
		font-family	: 	Verdana,Tahoma, Arial, sans-serif;
		line-height	: 	83%;
	}
	

p  {
	font-family		: Tahoma, Verdana, Arial, sans-serif;
	font-size		: 12px;
	color			: #000000;
	font-weight		: normal;
}

h1  {
	font-family		: Tahoma, Verdana, Arial, sans-serif;
	font-size		: 16px;
	color			: #464534;
	font-weight		: bold;
}


h2  {
	font-family		: Tahoma, Verdana, Arial, sans-serif;
	font-size		: 14px;
	color			: #464534;
    font-weight		:  bold;
}

h3  {
	font-family		: Tahoma, Verdana, Arial, sans-serif;
	font-size		: 12px;
	color			: #464534;
	font-weight		: bold;
}


.bold {
	font-family		: Tahoma, Verdana, Arial, sans-serif;
	color			: #464534;
	font-weight		: bold;
}

.first {
	font-family		: Tahoma, Verdana, Arial, sans-serif;
	color			: #464534;
	font-weight		: bold;
	font-size		: 24px;
}

.light {
	font-family		: Tahoma, Verdana, Arial, sans-serif;
	text-decoration		: 	none;
	font-size			: 	10px;
	color				:    #99946A;
}


.lightbold {
	font-family		: Tahoma, Verdana, Arial, sans-serif;
	text-decoration		: 	none;
	font-size			: 	10px;
	color				:    #D1CA8C;
	font-weight			:	 bold;
}


a:link {
	font-weight			:	 bold;
	color				:    #0F6544;
	text-decoration		:    none;
}


a:visited {
	font-weight			:	 bold;
	color				:    #0F6544;
	text-decoration		:    none;
}


a:hover {
	color			:   #767559;
	font-weight		:	bold;
	text-decoration	: 	underline;
}



.class2 a:link {
	color				: 	#99946A;
	text-decoration		: 	none;
	font-size			: 	10px;
}


.class2 a:visited {
	color				: 	#99946A;
	text-decoration		: 	none;
	font-size			: 	10px;

}


.class2 a:hover {
	color				: 	#E6DFAE;
	font-size			: 	10px;
}


</style>