body { 
	font: 12px Verdana;
}

table { table-layout: fixed; }
td { vertical-align: top; }

a { text-decoration: none; }
a, img { border: none; }
*, a { color: black; }

a.selected, a:hover { color: #b59440; }

div#MainArea {
	position: relative;
	margin: 27px auto;
	width: 837px;
	height: 634px;  
}

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

div#MainFrame {
	position: absolute;
	top: 120px;
	width: 837px;
	/*height: 496px;*/
	height: 558px;
	border: 1px solid #939496;
}

div#Footer {
	position: absolute;
	left: 0px;
	/*top: 625px;*/
	top: 687px;
}

div#Footer, div#Footer a {
	color: #939496;
}

img.titlePic, img.decoPic {
	position: absolute;
	top: 9px;
}

img.titlePic { left: 9px; }
img.decoPic { left: 355px; }

div#NavArea {
	position: absolute;
	top: 305px;
	left: 355px;
	height: 20px;
	width: 473px;
	border-top: 1px solid #939496;
	border-bottom: 1px solid #939496;
}

div#Text {
	position: absolute;
	top: 355px;
	left: 355px;
	width: 473px;
	line-height: 15px;
}

div.title { color: #939496; }

div#NavArea a {
	display: block;
	float: left;
	margin-top: 2px;
	/*margin-right: 20px;*/
	margin-right: 15px;
	line-height: 15px;
}
