body{
	background: url(images/bg_across.jpg) repeat-x top #cdc0b7;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4f3e31;
}
a{
	color: #4f3e31;
	text-decoration: none;
	border-bottom: dotted 1px #4f3e31;
}
a:hover{
	border-bottom: solid 1px #696864;
}
object{
	margin-left: 58px;
}
hr{
	border: none;
	border-top: solid 1px #6A5D52;
	margin: 20px 57px;
}
a:hover{
	color: #666666;
}
div#wrapper
{
	background: url(images/bg_down.jpg) repeat-y center #cdc0b7;
	width: 820px;
	margin: auto;
}
div#header
{
	background: url(images/header.jpg) no-repeat top;
	height: 405px;
	margin-left: -1px;
}
div#header div#menu
{
	padding-top: 371px;
	padding-left: 30px;
	font-size: 12px;
	font-weight: bold;
}
div#header div#menu h1{
	display: inline;
	cursor: pointer;
}
div#header div#menu embed{
	float: left;
	cursor: pointer;
	background-color: #666666;
}
div#header div#menu a{
	height: 20px;
	border: none;
}
div#wrapper div#content
{
	padding: 10px 30px 0px 30px;
}
div#wrapper div#content div#footer
{
	clear: both;
	border-top: solid thin #9a8f86;
	padding: 6px 0px 6px 6px;
}
div#wrapper div#content div#right
{
	width: 180px;
	float: right;
	margin-bottom: 20px;
	border-left: solid thin #9a8f86;
	padding-left: 10px;
	text-align: center;
}
div#wrapper div#content div#main
{
	margin-bottom: 20px;
	width: 540px;
	float: left;
}

h1{
	font-size: 14px;
	margin-top: 0px;
	padding-top: 0px;
}

ul{
	margin: 0px;
	padding: 0px;
}

li{
	list-style-type: none;
}

#contactName, #contactEmail, #contactSubject{
	width: 430px;
	float: right;
	margin-bottom: 5px;
	border: #b16410 solid thin;
	margin-right: 12px;
	padding: 2px;
}
#contactEmail{
	width: 410px;
	padding-left: 22px;
	background-image: url('images/email-icon.jpg');
	background-repeat: no-repeat;
	background-position: left;
}