@charset "utf-8";

body
{
	background-color: #331e09;
	margin: 0px;
	background-image:url(image2010/bg.jpg);
	background-repeat:repeat-x;
}

#head
{
	width: 100%;
	height: 29px;
	background-color:#000;
}

#head img
{
	float:right;
}

#wrapper {
	
	width:949px;
	min-height: 500px;
	margin-left:auto;
	margin-right:auto;
}

#headerBg
{
	background-image: url(image2010/header.jpg);
	background-repeat:no-repeat;
}

#banner
{
	
	position:relative;
	z-index:2;
}

#homePic
{
	width:319px;
	height:417px;
	position:absolute;
	margin-top: 75px;
	margin-left: -25px;
	z-index:1;
}

#nav
{
	background-image:url(image2010/nav_bat.jpg);
	background-repeat: no-repeat;
	height: 53px;
	margin-top: -5px;
	
}



#menu 
{
	float:right;
	color: #381D1D;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight:bold;
	font-size:18px;
}

#menu a:link, #menu a:visited
{
	color: #381D1D;
	text-decoration:none;
}

#menu a:hover
{

	color: #381D1D;
	text-decoration:underline;
}


#menu ul li 
{
	list-style:none;
	display:block;
	float:left;
	padding-left:10px;
	padding-right:10px;
	margin-top: -5px;
}

#lastNav
{
	margin-right:30px;
}

#homeMain
{
	background-image: url(image2010/background2.jpg);
	min-height: 350px;
	width: 950px;
	margin-left: -1px;
	background-repeat:repeat-y;

}

#content
{
	float:right;
	width: 550px;
	margin-right:60px;
	margin-top:10px;
	color: #3A2C29;
}

#insideMain
{
	background-image: url(image2010/background2.jpg);
	min-height: 350px;
	width: 950px;
	margin-left: -1px;
	background-repeat:repeat-y;
	margin-top: -20px;
}

#about
{
	
	width: 850px;
	margin-right:60px;
	margin-left:60px;
	margin-top:10px;
	color: #3A2C29;
}




#footer
{
	position: absolute;
	z-index: 1;
	background-image:url(image2010/mainFooter2.jpg);
	background-repeat:no-repeat;
	width:949px;
	height: 181px;
	margin-top: -20px;
}

.contact
{
	display:inline;
	float:left;
	text-align:center;
	margin-top:15px;
	margin-left: 50px;
	font-weight:bold;
	color:#401701;
}

h1
{
	color: #333;
	font-size:28px;
}

a:link, a:visited
{
	color:#930;
}

a:hover
{
	color: #4A2F13;
}


