* {
	margin:0px;
	padding:0px;
	}


body {
	font-family: arial;
	font-size: 12px;
	background-color: #FFF;
	background-repeat: repeat-y;
	background-image: url(../images/bkg.jpg);
}


#wrapper {
	height: auto;
	width: 1100px;
	margin: auto;
}


#hmpgleft{
	height: 400px;
	width: 353px;
	margin-top: 90px;
	margin-left: 0px;
	float: left;
}

#hmpgright{
	height: 550px;
	width: 382px;
	margin-top: 0px;
	margin-left: 200px;
	float: left;
}

#hmpgrightvideo{
	height: 500px;
	width: 500px;
	margin-top: 100px;
	margin-left: 180px;
	float: left;
}

#mainbottomhmpg{
	height: 100px;
	width: 1100px;
	clear: both;
	text-align: left;
	padding-top: 20px;
}

#mainbottomchef{
	height: auto;
	width: 950px;
	clear: both;
	margin-left: 20px;
}

#mainbottommenu{
	height: auto;
	width: 1100px;
	text-align: center;
	line-height: 20px;
	clear: both;
	padding-top: 20px;
}


#contactinfo{
	height: 50px;
	width: 1100px;
	text-align:center;
	color: #CC0B0F;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 2px;
	padding-top: 50px;
}


#contactinfo a{
	color: #CC0B0F;
	text-decoration: none;
}

#contactinfo a:hover{
	color: #060;
	text-decoration: none;
}


/* NAV
   ----------------------------------------------------*/


#vertmenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 220px;
	padding: 0px;
	margin: 0px;
	color: #124F16;
	letter-spacing: 1px;
	margin-left: 15px;
}

#vertmenu ul {
list-style: none;
margin: 0px;
padding: 0px;
border: none;
}



#vertmenu ul li {
margin: 0px;
padding: 0px;
}



#vertmenu ul li a {
	display: block;
	text-decoration: none;
	color: #427245;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 5px;
}

#vertmenu ul li a:hover, #vertmenu ul li a:focus {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #427245;
	border-bottom-color: #427245;
}


.bodycopy{
	color:#060;
	font-size:13px;
	line-height:25pt;
	}
	
		.titlebig{
	font-weight: bold;
	letter-spacing: 5px;
	color: #060;
	font-size:16px;
	text-transform: uppercase;
	}
	
	.title{
	font-weight: bold;
	letter-spacing: 2px;
	color: #060;
	}
	
	.titlered{
	font-weight: bold;
	letter-spacing: 2px;
	color: #CC0B0F;
	}



.line{
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CC0B0F;
	margin-top: 8px;
	margin-bottom: 10px;
	padding-top: 10px;
}


ul{
	list-style-position: inside;
}

