#background {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../01_images/Layout/background.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

#background_base {
	height: 38px;
	background-image: url(../01_images/Layout/background_base.jpg);
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
}

#header {
	height: 100px;
	padding-top: 25px;
	background-color: #ADA195;
}

#nav {
	background:url(../01_images/links_background.jpg) repeat-x;
	text-align: right;
	padding-top: 3px;
	color: #FFFFFF;
	height: 19px;
	padding-bottom: 0px;
	padding-right: 10px;
	margin-bottom: 5px;
}

#breadcrumb {
	font-size: 10px;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-left: 15px;

}

#left {
	float:left;
	width:180px;
	margin: 0;
	padding: 0;
	text-align: center;
}

#right {
	float:right;
	width:615px;
}

#container {
margin:0 auto;
width:800px;
border-right: 1px solid #FFFFFF;
border-left: 1px solid #FFFFFF;
border-bottom: 1px solid #FFFFFF;
background-color: #DED9D3;
}
	
#footer {
	clear:both;
	height: 20px;
	margin-top: 5px;
	text-align: center;
	color: #FFFFFF;
	padding-top: 5px;
	font-size: 10px;
	background-color: #666666;
}

.dropdown_menu {
	background-color: #AEA086;
	text-align: center;
	margin-bottom: 1px;
	height: 40px;
}
	
.dropdown{
	width: 150px;
	background-color: #ADA195;
	margin-top: 10px;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
}

#about {
	margin-bottom: 1px;
}

.item {
	border: 1px solid #666666;
	margin: 0px;
	padding: 0px;
}

.buynow_field {
	background-image: url(../01_images/Layout/spacer.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.field {
	width: 350px;
}
