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

a, a:visited {
	color:#9e8355;
	text-decoration:underline;
}

a:hover {
	color:black;
	text-decoration:underline;
}

body {
	background:url(../images/background.gif);
	font:12px/1.5em "Lucida Grande", Arial, Verdana, sans-serif;
	color: #000;
}

em {
	background-color:#fff799;
	padding:2px 0;
	font-style:normal;
	font-weight:bold;
}

hr {
	display:none;
}

small {
	color:red;
	font-style:italic;
}

#wrap {
	margin:0 auto;
	width:600px;
	background-color:#ffffee;
	border-right:2px solid #5b483d;
	border-left:2px solid #5b483d;
}

#header {
	background:url(../images/header.jpg) no-repeat;
	height:316px;
}

#staticHeader {
	background:url(../images/header2.jpg) no-repeat;
	height:316px;
}

#mainContent {
	width:600px;
	margin:30px 0;
}

#mainContent p {
	padding:8px 28px;
}

#footer {
	background:#7f684e;
	text-align:center;
	height:30px;
	border-top:1px solid #5b483d;
	border-bottom:1px solid #5b483d;
}

#footer p {
	font-size:10px;
	color:#ffe;
	padding-top:5px;
	margin:0;
}

#footer a, #footer a:visited {
	color:#ffe;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

h1 {
	display:none;
}

h2 {
	font-size:22px;
	color:#413623;
	padding:0 25px 10px;
}

.left {
	float:left;
	padding:0 7px 0 18px;
}

.right {
	float:right;
	padding:0 0 0 7px;
}

/* =Navigation Styles
-------------------------------------------------------------------------------*/

ul#navbar {
	width:600px;
	height:32px;
	background:url(../images/navbar_bg.jpg) no-repeat;
}

ul#navbar li {
	float:left;
	list-style:none;
}

ul#navbar li a {
	display:block;
	height:32px;
	text-indent:-9999px;
	border:0;
	overflow:hidden;
}

ul#navbar li a:hover {
	background-position:0 -32px;
	border:0;
}

a#index {
	width:72px;
	background:url(../images/home.gif) no-repeat 0 0;
}

a#aboutus {
	width:74px;
	background:url(../images/about.gif) no-repeat 0 0;
}

a#theshowcase {
	width:100px;
	background:url(../images/showcase.gif) no-repeat 0 0;
}

a#contactus {
	width:108px;
	background:url(../images/contact.gif) no-repeat 0 0;
}

body#home a#index { background-position:0 -32px; }
body#about a#aboutus { background-position:0 -32px; }
body#showcase a#theshowcase { background-position:0 -32px; }
body#contact a#contactus { background-position:0 -32px; }

/* =Form Styles
-------------------------------------------------------------------------------*/

input, textarea {
	border:1px solid #a7986f;
	padding:2px 4px;
	font-family:"Lucida Grande", Arial, Verdana, sans-serif;
	font-size:11px;
	width:300px;
}

#button {
	border:0;
	width:auto;
}

