body {
	background: #a0b4b1;
	font: 14px Georgia, "Times New Roman", Serif;
	color: #e3dece;
	text-align: justify;
	background: url('images/bg.png');
}

#wrapper {
	width: 1000px;
	background: url('images/wrapper_bg.png') repeat-y;
	margin: 10px auto 0 auto;
}

#headerbg {
	width: 1000px;
	height: 20px;
	background: url('images/header_bg.png') no-repeat;
	margin-top: 20px;
}

#header {
	width: 960px;
	height: 250px;
	background: url('images/header.png') no-repeat;
}

/* #sidebar { */
/*	width: 180px;*/
/*	float: left;*/
/*	margin: 20px 20px 20px 40px;*/
/*}*/

#content {
	width: 900px;
	float: right;
	margin: 5px 40px 20px 0;
}

#footer {
	width: 1000px;
	height: 50px;
	clear: both;
	text-align: center;
	font-size: 11px;
	background: url('images/footer_bg.png') bottom center no-repeat;
}

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

a:hover {
	color: #ae8d0b;
}

img {
	border: 0px;
	padding: 2px;	
}

.price {
	color: #fbd269;
	font-weight: bold;
}

#navigation {
width: 1000px;
height: 50px;
text-align: center;
margin: 0 auto 0 auto;
}

#nav li{
text-align: center;
display: inline;
list-style-type: none;
}

.nav_history a {display: inline-block; width:140px; height:50px; overflow:hidden;}
.nav_history a:hover img {margin-top:-50px;}
.nav_stock a {display: inline-block; width:74px; height:50px; overflow:hidden;}
.nav_stock a:hover img {margin-top:-50px;}
.nav_store a {display: inline-block; width:146px; height:50px; overflow:hidden;}
.nav_store a:hover img {margin-top:-50px;}
.nav_services a {display: inline-block; width:100px; height:50px; overflow:hidden;}
.nav_services a:hover img {margin-top:-50px;}
.nav_links a {display: inline-block; width:70px; height:50px; overflow:hidden;}
.nav_links a:hover img {margin-top:-50px;}
.nav_contact a {display: inline-block; width:130px; height:50px; overflow:hidden;}
.nav_contact a:hover img {margin-top:-50px;}
.nav_home a {display: inline-block; width:81px; height:50px; overflow:hidden;}
.nav_home a:hover img {margin-top:-50px;}

h2 {
	color: #FAE38C;
	font: 18px Georgia, "Times New Roman", Serif;
}

input, textarea {
	color: #a4cfc8;
	font: 14px Georgia, "Times New Roman", Serif;
	background: #012c27;
	border: 1px solid #e3dece;
}

blockquote {
	width: 390px;
	border: 1px solid #012c27;
	background: #558980;
	padding: 5px;
	margin: 0 auto 0 auto;
}