#main{
	float: right;
	width: 600px;
	clear: both;
	margin-top: 30px;
	padding-top: 0px;
	font-size: 12px;
	line-height: 130%;
	padding-bottom: 5px;
	text-align: left;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
}
.profile{
	background-image: url(profile.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.contact{
    background-image: url(contact.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;}
#main h2{
	color: #847572;
	font-size: 16px;
	text-transform: capitalize;
	font-weight: bold;
	border: none;
	clear: both;
	margin: 0px;
	padding: 0px 0px 10px;
}
#main p{
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 15px;
	width: 90%;
	padding-left: 10px;
}
table {
	background-color: #000000;
	float: left;
	width: 90%;
	margin-left: 10px;
	margin-top: 10px;
}
th {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #FFCC33;
	text-align: left;
	padding-left: 5px;
}
td{
	background-color: #FFFFFF;
	text-align: left;
	padding-left: 5px;
}
#main h3{
	font-size: 13px;
	font-weight: bold;
	color: #5B4822;
	margin: 0px;
	padding-bottom: 10px;
	clear: both;
	width: 80%;
}
.division-line{
	padding-top: 15px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999999;
}
#left-contact{
	float: left;
	width: 50%;
}
#right-contact{
	float: right;
	width: 40%;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #999999;
}
#products {
	float: left;
	height: 200px;
	width: 85px;
	padding-top: 150px;
	clear: left;
	background-image: url(site_m.gif);
	background-repeat: no-repeat;
	background-position: 57px 156px;
}
#products-right{
	float: left;
	width: 500px;
	background-image: url(site_l.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}
#products-right h1{
	background-image: url(site_m.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	clear: both;
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 20px;
	padding-left: 30px;
	font-size: 13px;
	font-weight: bold;
	width: 400px;
	margin-left: 0px;
	text-transform: capitalize;
}
#products-right h1.top{
	background-image: url(site_2.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#products-right h1.bot{
	background-image: url(site_b.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-bottom: 3px;
}
#products-right h1 a:link,#products-right h1 a:visited{
color: #996600;
}	
#products-right h1 a:hover,#products-right h1 a:active{
color: #008CF8;
}
#main p a{
	margin-left: 10px;
	margin-right: 5px;
	padding-left: 5px;
	line-height: 150%;
	padding-bottom: 8px;
	padding-top: 3px;
}
