#main{
	width: 800px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #9A5917;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	list-style-image: none;
	background-color: #FFFFFF;
	background-image: url(image/brown_2.jpg);
	background-repeat: repeat-y;
}
#header{
	width: 800px;
	position: relative;
}
#placeholder{
	width: 279px;
	position: relative;
	height: 485px;
	background-image: url(image/placeholder1.jpg);
	background-repeat: no-repeat;
	float: left;
}
#producttext{
	width: 279px;
	position: relative;
	background-repeat: no-repeat;
	float: left;
}
#footer{
	width: 800px;
	position: relative;
	height: 36px;
	background-image: url(image/footer.jpg);
	clear: both;
}
#nav{
	width: 183px;
	height: 100%;
	position: relative;
	background-image: url(image/brown_texture.jpg);
	float: left;
	background-repeat: repeat-x;
}
#nav2{
	width: 180px;
	position: relative;
	height: 232px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #F3AD19;
	line-height: 21px;
}
#navpic{
	width: 180px;
	position: relative;
	background-image: url(image/brown_texture.jpg);
	clear: both;
	margin-top: 20px;
}
#body{
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	width: 605px;
	float: left;
	padding-left: 10px;
}
#bodyimg{
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	width: 300px;
	float: left;
}

a:Link, a:Visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	line-height: 21px;	
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 21px;
}
li {
	list-style-type: none;
	display:block;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #F3AD19;
	line-height: 21px;
}
#divide{
	width: 557px;
	position: relative;
	height: 4px;
	background-image: url(image/divider.jpg);
	top: 470px;
}
#divide2{
	width: 557px;
	position: relative;
	height: 4px;
	top: -830px;
	z-index: 1;
	left: 340px;
}
.contact{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.Link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	line-height: 21px;
}