body {
	margin: 0px;
	background-color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
	color: #ffffff;
	font-weight: normal;
	height: 100%;
}

a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
	color: #dedede;
	font-weight: normal;
	text-decoration: underline;
}

.bodytext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
	color: #ffffff;
	font-weight: normal;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #f68933;
}

#main {
	width: 770px;
	background-color: #000000;
	margin: 10px auto;
}

#header {
	height: 90px;
	margin: 10px 0px 20px 0px;
}

#logo {
	position: relative;
	left: 15px;
	top: 0px;
	height: 88px;
	width: 351px;
	float: left;
}

#totem {
	position: relative;
	left: 40px;
	top: 0px;
	height: 89x;
	width: 368px;
	float: left;
}

#place {
	height: 43px;
	margin: 0px;
}

#navdots {
	position: relative;
	right: 0px;
	top: 0px;
	height: 63x;
	width: 125px;
	float: right;
}

#nav {
	background-image: url('layout/nav-bg.gif');
	background-position: left top;
	background-repeat: repeat-x;
	color: #f68933;
	padding-left: 10px;
	height: 63px;
}

.nav-lnk {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color:#f68933;
	padding: 0px 3px;
	line-height: 55px;
}

.nav-lnk:link {
	color: #f68933;
	text-decoration: none;
}

.nav-lnk:visited{
	color: #f68933;
	text-decoration: none;
}

.nav-lnk:hover{
	color: #ffffff;
	text-decoration: underline;
}

#main-body {
	background-image: url('layout/main-base-grad.gif');
	background-position: bottom left;
	background-repeat: repeat-x;
	width: 770px;
	background-color: #0f0f0f;
	margin: 0px;
	padding: 0px 0px 35px 0px;
}

.left-column {
	width: 520px;
	background-image: url('layout/watermark.gif');
	background-position: 30px 10px;
	background-repeat: no-repeat;
	padding: 10px;
}

.right-column {
	width: 210px;
	text-align: left;
	padding: 10px;
}

.img-bdr {
	border-top: 1px solid #f68933;
	border-bottom: 1px solid #f68933;
	background-color: #0f0f0f;
	padding: 5px;
}

.basedots {
	background-image: url('layout/base-dots.gif');
	background-position: top left;
	background-repeat: repeat-x;
	height: 25px;
}

.footer {
	background-color: #f68933;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 16px;
	width: 770px;
	color: #ffffff;
	text-align: center;
	margin: 10px 0px;
	padding: 5px 0px;
}

.footer-lnk {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 16px;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
}

.footer-lnk:link {
	color: #ffffff;
	text-decoration: none;
}

.footer-lnk:visited {
	color: #ffffff;
	text-decoration: none;
}

.footer-lnk:hover {
	color: #fffffff;
	text-decoration: underline;
}