
body {
	margin: 0px;
	background-color: white;
	font-family: Arial;
	color: white;
}

a, a:link, a:hover, a:active, a:visited, a:focus {
	color: white; 
	text-decoration: none;
}


div.container {
	position: absolute;
	background-color: #333;
	width: 100%;
	height: 453px;
	top: 50%;
	margin-top: -227px;
}


div.main {
	position: absolute;
	width: 900px;
	left: 50%;
	margin-left: -400px;
}


div.logo {
	position: absolute;
	top: -60px;
	left: 32px;
}


div.left {
	width: 208px;
	height: 455px;
	float:left;
}


div.menu {
	margin: 10px;
}

div.menu ul,div.menu li {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

ul.menu {
	width: 184px;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
}

ul.menu li {
	list-style: none;
}

ul.submenu {
	font-size: 10px;
	font-weight: bold;
	color: #ca9b3f;
	line-height: 20px;
}

ul.submenu li a,
ul.submenu li a:link, 
ul.submenu li a:active, 
ul.submenu li a:visited
{
	color: #ca9b3f;
}
ul.submenu li a:hover
{
	color: #FFF;
}

div.imagebar {
	border-top: 1px solid #cb9b44;
	border-bottom: 1px solid #cb9b44;
	float: left;
	height: 451px;
	width: 202px;
	overflow: hidden;
	margin-right: 18px;
	
}

div.image {
	border-left: 1px solid #cb9b44;
	border-right: 1px solid #cb9b44;
	border-bottom: 1px solid #cb9b44;
}


div.separator {
	position: absolute;
	border: 0px;
	margin: 0px;
	padding: 0px;
	background-color: #cb9b44; 
	width: 200px; 
	height: 1px;
	line-height: 1px;
}

div.content 
{    
	font-size: 12px;
	margin-top: 12px;
	padding-bottom: 12px;		
}

div.content ul li
{
    list-style-type: disc;   
    padding-left: 10px;
    margin-left: 20px;
}

div.gallery {
	margin-top: 8px;
	text-align: center;
}

div.navleft, div.navright 
{
    padding-left: 100px;
    text-align: left;
	cursor: hand;
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
	margin-top: 8px;
	width: 192px;
	float: left;
}

div.navright {
	text-align: right;
	padding-left: 0px;
	padding-right: 100px;
}

div.contact {
	position: absolute;
	width: 184px;
	top: 360px;
	left: 10px;
	text-align: right;
	font-size: 10px;
	font-weight: bold;
}
