@charset "UTF-8";
/* CSS Document */

body {
	background-color:#000000;
	margin:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:16px;
	color:#50250c;
}

a {color:#a5420c;}

#container {
	width: 913px;
	margin-left:auto;
	margin-right:auto;
	background:url(images/sub_mid.jpg) repeat-y;
}
#header {
	background:url(images/header.jpg) no-repeat;
	width:913px;
	height:249px;
}
#navigation {
	width:913px;
	height:45px;
}
#home-top {
	background:url(images/home_top.jpg) no-repeat;
	width:913px;
	height:259px;
}
#home-top-content{
	padding-top:95px;
	margin-left:382px;
	width:365px;
	height:130px;
}
#home-bot {
	background:url(images/home_bot.jpg) no-repeat;
	width:913px;
	height:259px;
}
#latest-news{
	padding-top:72px;
	margin-left:167px;
	width:262px;
	float:left;
}
#how-order{
	padding-top:72px;
	margin-left:58px;
	width:262px;
	float:left;
}
#sub-content{
	background:url(images/sub_top.jpg) top no-repeat;
	width:913px;
}
#sub-copy {
	padding-top:44px;
	margin:0px 195px 50px 175px;
	font-size:14px;
	line-height:20px;
}
#footer {
	background:url(images/footer.jpg) no-repeat;
	width:913px;
	height:51px;
}
#footer p{
	color:#e8ab6a;
	font-size:10px;
	text-align:center;
	margin:0px;
	padding:10px 0px 0px 0px;
}