html {
    margin: 0;
    padding: 0;
	}

body {
    margin: 0;
    padding: 0;
    font-family: 'Verdana', helvetica, arial, sans-serif;
    font-size: 8pt;
    min-width: 800px;
    color: #503507;
    background: #f1f0e6;
    background: #A6A69D;
    background: #D5D5C7;
    margin-top: 20px;

	}
	
a { 
	color: #cb9107; 
	text-decoration: none;
}

a img { border: 0; }

a:hover { color: #ffb400; }

h1, h2, h3, h4, h5, h6 { 
    font-family: 'century gothic', helvetica, arial, sans-serif;
	color: #ffb400;
	font-weight: normal;
}

h1, h2, h3, p, ol, ul, pre, blockquote {
    margin-top: 10px;
    margin-bottom: 20px;
}

h4, h5, h6 {
	margin-top: 5px;
	margin-bottom: 5px;
}
	

#container {
    position: relative;
    width: 800px;
	background: #faf9ef;
    text-align: left;	
	margin: 0 auto 35px auto;
	}

#banner { 
	position: relative;
	width: 800px;
	height: 84px;
	background: #f1f0e6 url('/public/images/header.gif') no-repeat;
	margin: 0;
	padding: 0;
	}
	
#banner-left {
	position: absolute;
	left: 0;
	}
	
#banner-right {
	position: absolute;
	right: 0;
	}

#topnav {
	position: relative;
	width: 800px;
	height: 34px;
    background: #faf9ef url('/public/images/header-photo-2.jpg') top right no-repeat;
}

#topnav-menu {
	position: absolute;
    font-family: 'Verdana', helvetica, arial, sans-serif;
	font-weight: normal;
	font-size: 14pt; 
	color: #cdd7dc;
	margin: 0 0 0 200px;
}

#topnav-menu ul, #topnav-menu li {
	display: inline;
	margin: 0;
	padding: 0;
	}

#topnav-menu a { 
	color: #503507;	
	font-weight: normal;
	font-size: 8pt;
	vertical-align: middle;
	text-decoration: none; 
	padding-right: 8px;
}

#topnav a:hover { 
	color: #ffb400;
}

#pagebody { 
	position: relative; 
    background: #faf9ef url('/public/images/background.gif') no-repeat top;
	width: 100%; 
	}

#alpha {
    position: absolute;
	top: 0;
	left: 0;
	width: 155px;
	margin-left: 30px;
	padding-top: 30px;
}

#beta {
	width: 565px;
	margin-left: 200px;
	padding-top: 30px;
}

.subnav-header {
    width: 100%;
    color: #ffb400;
    font-size: 13pt;
	font-weight: normal;
	font-family: 'century gothic', helvetica, arial, san-serif;
	margin-bottom: 5px;
}

.subnav-menu {
    font-size: 8pt;
}

.subnav-menu ul, .subnav-menu li {
	list-style: none;
	margin: 0;
	padding: 0;
	}

.subnav-menu li {
	margin-left: 15px;
	line-height: 20px;
	}

.subnav-menu a { 
	color: #503507;
	font-family: 'Verdana', helvetica, arial, sans-serif;
	font-size: 8pt;
	}

.subnav-menu a:hover { color: #ffb400;}

.header-dot {
	display: inline;
    color: #ffb400;
    font-size: 14pt;
	font-weight: normal;
	font-family: 'century gothic', helvetica, arial, san-serif;
	vertical-align: 0px;
}

.content-header {
	display: inline;
    color: #ffb400;
    font-size: 18pt;
	font-weight: normal;
	font-family: 'century gothic', helvetica, arial, san-serif;
}

.content {
	line-height: 16px;
	padding: 0 0 0 9px;
	}

.the-end {
	text-align: center;
	font-size: 14pt;
	line-height: 12px;
	color: #ffb400;
	padding: 0 0 65px 0;
	letter-spacing: 2px;
}


#footer {
	position: relative;
	width: 800px;
	height: 45px;
	color: #ffffff;
	font-family: 'Verdana', helvetica, arial, sans-serif;
	font-size: 7pt;
}

#footer a { 
	color: #faf9ef;	
	text-decoration: none; 
	}

#footer a:hover { 
	color: #ffffff; 
	text-decoration: none; 
	}

#footer-photos {
	position: absolute;
	top: -131px;
	padding: 0;
	margin: 0;
	}
	
#footer-left, #footer-right {
	position: absolute;
	padding: 15px;
	margin: 0;
	font-weight: bold;
	}
	
#indexfooter-left, #indexfooter-right {
position: absolute;
padding: 15px;
top: -5px;
margin: 0;
font-weight: bold;
}
	
#footer-left { 
	width: 600px;
	left: 0;
	}

#footer-right { 
	width: 200px;
	right: 0;
	text-align: right;
	}

#indexfooter-left { 
	width: 600px;
	left: 0;
	}

#indexfooter-right { 
	width: 200px;
	right: 0;
	text-align: right;
	}
	
.push-right {
	margin: 0 0 0 462px;
}

.clr {
    clear: both;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: 0 -1px -1px 0;
    border: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
}


.prop {
	height:400px;
	float:right;
	width:1px;
}

.clear {
	clear:both;
	height:1px;
	overflow:hidden;
}

#preview {
	postition: absolute;
	left: 20;
	top: 20;
}