body {
	background-color:#000000;
	font-family: Arial;
	margin-left: 0px;
}
#mycontainer {
	position:relative;
	background-color: #ffffff;
	text-align: left;
	left:0px;
	top:0px;
	width:750px;
	border-bottom: 2px solid;
	border-color: #d2b16f;
}

#top-banner {
	position:relative;
	width:750px;
	height:88px;
}

#img-box {
	position:absolute;
	top: 88px;
	left: 0px;
	background-image: url('images/img_box.gif');
	width:236px;
	height:265px;
}
#nav {
	position: absolute;
	top: 88px;
	left: 236px;
	background-color: #ffffff;
	width: 512px;
	height: 21px;
	border-right: 2px solid;
	border-color: #d2b16f;
}
#content {
	background-color: #000000;
	width: 575px;
	height: 650px;
	height: auto !important;
	min-height: 650px;
	position: relative;
	border-right: 2px solid;
	border-color: #d2b16f;
	top: 0px;
	left: 173px;
}
#nav ul {
	list-style-type: none;
	margin: 0px;
	margin-top:3px;
	padding: 0px;
}

#nav ul li {
	display: inline;
	padding-right:40px;
	font-size: 12pt;
}
#header {
	position: absolute;
	left: 255px;
	top: 125px;
}
#copy {
	color: #ffffff;
	font-size: 11pt;
	line-height: 16pt;
	padding-left: 133px;
	padding-top: 100px;
	padding-right: 91px;
	padding-bottom: 25px;
}
a.contact:link {
	color: #88b8ff;
}
a:link, a:hover, a:visited {
	color: #d0ae69;
}