* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #6b5845;
}
p {
	font-family: Tahoma, "Trebuchet MS";
	font-size: 16px;
	color: #fff;
	margin-left: 20px;
	margin-right: 10px;
}
a img  {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.center  {
	text-align: center;	
}
h1 {
	font-size: 20px;
	background-image: url(../images/logo1.png);
	background-repeat: no-repeat;
	height: 222px;
	width: 179px;
	position: relative;
	left: 20px;
	text-indent: -9999px;
}
h2 {
	font-size:18px;
	color: #fff;
	font-family: Tahoma, "Trebuchet MS";
	text-align: center;
}
h3 {
	font-size:17px;
	color: #fff;
	font-family: Tahoma, "Trebuchet MS";
	text-align: center;
}
#main_container {
	background-image: url(../images/main_bg.jpg);
	background-repeat: repeat-y;
	width: 1024px;
	margin: auto;
}
#gallery_container {
	background-image: url(../images/gallery_bg.jpg);
	background-repeat: repeat-y;
	width: 1024px;
	margin: auto;
}
#blog_container {
	background-image: url(../images/blog_bg.jpg);
	background-repeat: repeat-y;
	width: 1024px;
	margin: auto;
}

#menu_container {
	height: 39px;
	margin: auto;
	width: 1024px;
}
/* Sprite Setup */ 

ul#menu {
	list-style: none;
	margin: 0 auto;
	width:1024px;
	height: 39px;
}
ul#menu li a {
	float: left;
	height: 39px;
	text-indent: -9999px;
}
/* *    Normal Links */ 
ul#menu li#menuHome a {
	width: 110px;
	background:url(../images/sprite.png) no-repeat 0px 0px;
}
ul#menu li#menuHistory a {
	width: 119px;
	background:url(../images/sprite.png) no-repeat -110px 0px;
}
ul#menu li#menuHelp a {
	width: 257px;
	background:url(../images/sprite.png) no-repeat -229px 0px;
}
ul#menu li#menuPrice a {
	width: 198px;
	background:url(../images/sprite.png) no-repeat -486px 0px;
}
ul#menu li#menuPortfolio a {
	width: 120px;
	background:url(../images/sprite.png) no-repeat -684px 0px;
}
ul#menu li#menuContact a {
	width: 120px;
	background:url(../images/sprite.png) no-repeat -804px 0px;
}
ul#menu li#menuBlog a {
	width: 100px;
	background:url(../images/sprite.png) no-repeat -924px 0px;
}
/* *    Hover Links */ 
ul#menu li#menuHome a:hover {
	background-position: 0 -38px;
}
ul#menu li#menuHistory a:hover {
	background-position: -110px -38px;
}
ul#menu li#menuHelp a:hover {
	background-position: -229px -38px;
}
ul#menu li#menuPrice a:hover {
	background-position: -486px -38px;
}
ul#menu li#menuPortfolio a:hover {
	background-position: -684px -38px;
}
ul#menu li#menuContact a:hover {
	background-position: -804px -38px;
}
ul#menu li#menuBlog a:hover {
	background-position: -924px -38px;
}
/* *    Clicked Links */ 
ul#menu li#menuHome a:active {
	background-position: 0 -76px;
}
ul#menu li#menuHistory a:active {
	background-position: -110px -76px;
}
ul#menu li#menuHelp a:active {
	background-position: -229px -76px;
}
ul#menu li#menuPrice a:active {
	background-position: -486px -76px;
}
ul#menu li#menuPortfolio a:active {
	background-position: -684px -76px;
}
ul#menu li#menuContact a:active {
 background-position: -804px -76px;
}
ul#menu li#menuBlog a:active {
	background-position: -924px -76px;
}
/**  End Sprite Menu*/


#header_container {
	margin: auto;
}
#portfolio_container {
	width: 1024px;
	margin: auto;
	overflow: hidden;
}
#content_top {
	background-image:url(../images/content_top.png);
	width: 870px;
	height: 75px;
	margin-left: 75px;
	margin-top: -90px;
}
#content_mdl {
	background-image:url(../images/content_mdl.png);
	width: 870px;
	margin-left: 75px;
	overflow: hidden;
	text-align: left;
}
#content_btm {
	background-image:url(../images/content_btm.png);
	width: 870px;
	height: 25px;
	margin-left: 75px;
	margin-bottom: 75px;
}
.form {
	text-align: center;
	font-family: Tahoma, "Trebuchet MS";
	font-size: 20px;
	color: #FFF;
	text-decoration: none;
}
input {
	background-color:#fff;
	border:1px #000 solid;
	font-family: Tahoma, "Trebuchet MS";
	font-size: 17px;
	color: #000;
}
#footer_container {
	clear: both;
	height: 100px;
	margin: auto;
}
#footer {
	clear: both;
	height: 222px;
	width: 1024px;
	margin: auto;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat-x;
}
#footer_nav {
	float: right;
	padding-right: 30px;
	text-decoration: none;
	margin-top: -30px;
	font-family: Tahoma, "Trebuchet MS";
}
#footer_nav li {
	font-size: 12px;
	display: inline;
}
#footer_nav ul li a {
	color: #fff;
	text-decoration: none;
}
#footer_nav ul li a:hover {
	color: #cd9767;
	text-decoration: none;
}
#footenav ul li a:active {
	color: #cd9767;
	text-decoration: none;
}
#footer p {
	padding: 18px;
	font-family: Tahoma, "Trebuchet MS";
	padding-left: 40px;
	color: #C0BDAC;
	font-size: small;
}
#footer li {
	color: #C0BDAC;
}
