@charset "utf-8";
/* CSS Document */
body {
}
#wrapper{
	margin:auto;
	width:900px;
	height:100%;
}
.header{
	background-image:url(../images/bg-2.jpg);
	height:225px;
}

img{
	border:none;
}

#nav{
	margin-top:5px;
	height:32px;
	width:900px;
	background-color:#FFF;
}

#content{
	margin-top:5px;
	width:900px;
	height:100%;
	background-color:#800000;
}

#gold_state{
	width:650px;
	height:40px;
	margin:auto;
	background-color:#800000;
}

#content.home{
	margin-top:5px;
	width:900px;
	height:540px;
	background-color:#ffffff;
}



#boxes{
	margin:auto;
	width:900px;
	height:400px;
	background-color:#ffffff;
}
#box{
	margin-left:7.5px;
	float:left;
	width:295px;
	height:400px;
	text-decoration:none;
	background-image:url(../images/box_bg.jpg);
}

#box a{
	text-decoration:none;
	color:#800000;
}

#box a:hover{
	color:#E2A821;
}

#box1{
	float:left;
	width:295px;
	height:400px;
	text-decoration:none;
	background-image:url(../images/box_bg.jpg);
}
#bottom{
	width:900px;
	height:100%;
	background-color:#ffffff;
}

.head{
	width:295px;
	height:35px;
	background-image:url(../images/boxtop_bg.jpg);
}

#content a{
	color:#800000;
	text-decoration:none;
}


#content a:hover{
	color:#E2A821;
}


div.content{
	background-color:#FFF;
	width:800px;
}
 
.producttable {
	border-bottom-width: 1px;
	border-bottom-style: groove;
	border-bottom-color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
}

#footer{
	margin-top:5px;
	height:50px;
	background-color:#000000;
	color:#ffffff;
}




