

* {
	margin: 0;
	padding: 0;
}

#container{
	margin: 0 auto;
	background: url(images/body_pattern.jpg) repeat-y;
	height: 950px;
	width: 939px;
}

body {
	margin: 0 ;
	background: #FFFFFF url(images/bgdot_pattern.jpg) repeat;
	font-family: verdana ;
	color: #545454;
	
}

.navitem{
	margin-right:18px;
}

#menu_nav{
	margin: 0 auto;
	background: #FFFFFF url(images/menu_nav.jpg);
	height: 42px;
	width: 939px;
	text-align:right;
/*	padding-right:20px;*/
}

#menu_nav a {
	text-decoration: none; 
	color: #000;
	font-family: Copperplate, sans-serif;
}

#menu_nav a:hover {
	text-decoration: underline; 
	color: #000;
	font-family: Copperplate, sans-serif;
}







a {
	text-decoration: none; 
	color: #000;
}

a:hover {
	text-decoration: underline; 
	color: #000;
}


.navitem{
	color: #000;
	margin-left: 400px;
	padding: 12px;
	;
}

#header{
	margin: 0 auto;
	background: #FFFFFF url(images/header.jpg);
	height: 200px;
	width: 939px;
}

#specials{
	height: 259px;
	width: 179px;
	float: left;
	background: #649149;
	border: 6px solid white;
	margin-left: 57px;
}

#content{
	height: 950px;
	width: 651px;
/*	background: url(images/content.jpg);*/
	float: left;
	
	
	
}
#fb_button{
	height: 121px;
	width: 288px;
	background: url(images/fb_button.jpg);
	float: right;
}

#newsletter{
	height: 126px;
	width: 288px;
	background:url(images/newsletter.jpg);
	float:right;
}

#tw_button{
	height: 120px;
	width: 288px;
	background:url(images/tw_button.jpg);
	float:right;
}

h3{
/*	color: #b58d21;*/
	color:#649149;
	font-family: verdana, sans-serif;
	padding-left:91px;	
}

p{
	padding-left:91px;
}

h5{
	margin-left: 15px;
	color:#fff;
}

.tweet ul li{
	margin-left: 15px;
	margin-right: 15px;
	color:#fff;
	font-size:28px;
	font-style:italic;

}
h4 a{
	color:#fff;
}

h4 a:hover{
	color:#fff;
}

table{
	margin-left: 20px;
}




