body {
	background-image: url(images/body_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#wrapper {
	width: 800px;
	margin-left: 185px;
	border: 1px solid #000000;
	margin-top: 100px;
	height: 100%;
}
#header {
	font-family: "Times New Roman", Times, serif;
	height: 100%;
	width: 800px;
	background-image: url(images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#header h1 {
	padding-left: 25px;
	font-size: 3em;
}
#header h2 {
	font-size: 0.9em;
	text-transform: uppercase;
	padding-left: 30px;
	color: #636060;
}
#nav {
	height: 36px;
	width: 800px;
}
#left {
	height: 100%;
	width: 385px;
	float: left;
	padding-left: 10px;
	padding-right: 5px;
	color: #636060;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
#left a {
	text-decoration: none;
	color: #333333;
}
#right {
	height: 100%;
	width: 385px;
	float: right;
	padding-right: 10px;
	padding-left: 5px;
	background-image: url(images/right_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: #636060;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
#right a {
	text-decoration: none;
	color: #333333;
}
#contactform {
	width: 385px;
	font-size: 0.8em;
}
#footer {
	text-align: left;
	width: 100%;
	margin-top: 20px;
	margin-left: 185px;
	font-family: "Times New Roman", Times, serif;
	font-size: 0.8em;
	line-height: 0.6em;
	color: #999999;
}
#footer a {
	text-decoration: none;
	color: #999999;
}
#footer a:hover {
	text-decoration: none;
	color: #333333;
	font-size: 1.2em;
}
.style1 {
	color: #636060;
	font-size: 0.8em;
}
.style2 {
	color: #333333;
}
.style3 {
	font-size: 0.7em;
}
.right_pic_clear {
	clear: right;
	margin-right: 20px;
	margin-bottom: 10px;
	float: left;
}
