body, td, th, div, p {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
}

body {
	position: relative;
	width: 780px;
	margin: auto;
	margin-top: 10px;
	background-color: #011949;
	color: #aea794;
}

div, p {
	color: #333;
}

table, td, th {
	padding: 2px;
	margin: 0px;
	border-collapse: collapse;
}
table {
	border-left: solid 1px #a79797;
	border-top: solid 1px #a79797;
}
td, th {
	border-right: solid 1px #a79797;
	border-bottom: solid 1px #a79797;
}
td {
	color: #666;
}
th {
	background-color: #e0ddd6;
	color: #5e5744;
}

p {
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}
ul, li {
	margin: 0px;
	padding: 0px;
}
ul {
	padding-left: 20px;
}
a, a:link, a:active, a:visited {
	color: #79725f;
	text-decoration: none;
}
a:hover {
	background-color: #79725f;
	color: #fff;
}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	color: #011949;
}
h3 {
	padding-top: 10px;
}

h3 	{ font-size: 12px; }
h2 	{ font-size: 14px; }
h1 	{ font-size: 16px; }

hr {
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	color: #fff;
	background-color: #fff;
	border: none;
	border-bottom: dotted 1px #a79797;
}


/* ---	BEGIN top banner */
#top_banner {
	position: relative;
	width: 780px;
	height: 140px;
	background-image: url(/img/gfx/banner_bkgd.jpg);
}

#top_banner img {
	position: absolute;
	left: 0px;
	top: 0px;
}

#top_banner #time_display {
	position: absolute;
	left: 0px;
	top: 97px;
	width: 180px;
	font-size: 9px;
	line-height: 11px;
	text-align: center;
}
/* ---	END top banner */


/* ---	BEGIN left nav */
#lnav {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 178px;
	z-index: 100;
	background-color: #aea794;
}
.lnav_on, .lnav_off {
	position: relative;
	height: 28px;
	width: 178px;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
}
.lnav_on {
	background-image: url(/img/gfx/nav_bkgd_on.gif);
	border-top: solid 1px #a79797;
	border-bottom: solid 1px #fff;
}
.lnav_off {
	background-image: url(/img/gfx/nav_bkgd_off.gif);
	border-top: solid 1px #fff;
	border-bottom: solid 1px #a79797;
}
.lnav_on a, .lnav_off a {
	position: absolute;
	right: 15px;
	top: 6px;
	z-index: 20;
	text-decoration: none;
	background-color: transparent;
}
.lnav_on a, .lnav_on a:visited, .lnav_off a:hover {
	text-decoration: none;
	color: #5e5744;
}
.lnav_off a, .lnav_off a:visited, .lnav_off a:hover {
	text-decoration: none;
	color: #fff;
}
.shadow {
	position: absolute;
	right: 14px;
	top: 7px;
	z-index: 10;
	font-size: 12px;
}
.lnav_off .shadow {
	color: #5e5744;
}
.lnav_on .shadow {
	color: #fff;
}
#lnav #lnav_btm {
	position: relative;
	padding: 0px;
	margin: 0px;
	width: 178px;
	height: 6px;
	background-image: url(/img/gfx/lnav_btm.gif);
	background-repeat: no-repeat;
}
/* ---	END left nav */


/* ---	BEGIN contents */
#main_container {
	position: relative;
	width: 780px;
	background-color: #aea794;
}
#main_container #content {
	position: relative;
	left: 178px;
	width: 596px;
	height: 440px;
	background-color: #fff;
	border-left: solid 1px #a79797;
	border-right: solid 1px #665e4c;
	border-bottom: solid 1px #79725f;
}
#main_container #content #scroll_area {
	position: relative;
	top: 0px;
	left: 0px;
	width: 374px;
	height: 440px;
	overflow: auto;
}
#main_container #content #text, #main_container #content #scroll_area #text {
	position: relative;
	left: 20px;
	top: 15px;
	text-align: justify;
	padding-bottom: 20px;
	width: 338px;
	height: 400px;
}
#main_container #content #scroll_area #text {
	width: 318px;
}
#main_container #content #glam_shot {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 100%;
	padding: 0px;
	padding-left: 1px;
	padding-right: 1px;
	background-color: #fff;
	border-left: solid 1px #a79797;
}

.portrait {
	position: relative;
	float: left;
	margin: 0px;
	margin-right: 10px;
	margin-bottom: 2px;
}

.layout, .layout td {
	border: none;
	padding-left: 0px;
}

.pagination {
	position: absolute;
	top: 395px;
	right: 258px;
	z-index: 50;
	text-align: center;
	font-size: 10px;
	color: #bbb;
	background: #fff;
}

.b2top {
	position: relative;
	right: 0px;
	margin-top: -14px;
	text-align: right;
	font-size: 9px;
	font-weight: normal;
}
.key_elems {
	margin-top: 10px;
}
.key_elems, .key_elems * {
	color: #666;
}
/* ---	END contents */


.w10 	{ width: 10px; }
.w20 	{ width: 20px; }
.w50 	{ width: 50px; }
.w100 	{ width: 100px; }
.w200 	{ width: 200px; }
.w300 	{ width: 300px; }

.fs8	{ font-size: 8px; 	font-weight: normal; }
.fs9	{ font-size: 9px; 	font-weight: normal; }
.fs10	{ font-size: 10px; 	font-weight: normal; }

.vsp5, .vsp10, .vsp20 {
	position: relative;
	width: 1px;
	padding: 0px;
	margin: 0px;
	display: block;
}
.vsp5 	{ height: 5px; }
.vsp10 	{ height: 10px; }
.vsp20 	{ height: 20px; }

