@charset "utf-8";
/* CSS Document */

body {
	margin: 0px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: .3mm;
}

#mainwrap {
	width: 1900px;
	height: 1200px;
	position: absolute;
	border: 1px solid #000;
}

#leftcolumn {
	width: 194px;
	position: relative;
	background-color:#fadeaa;
	height: 100%;
	float: left;
}

#rightcolumn {
	position: relative;
	float: left;
	height: 100%;
}

#shadow {
	position: relative;
	float: left;
	width: 54px;
	height: 100%;
	margin-left: -14px;
}
#menuwrap {
	position: relative;
	margin-left: -120px;
	float: left;
	top: 70px;
	width: 134px;
	z-index: 20;
}

#content {
	float: left;
	position: relative;
	clear: both;
	margin: 0px;
}

.menuitem {
	background-color: #993300;
	height: 18px;
	margin-top: 10px;
	padding: 5px 20px 5px 5px;
	font-size: 13px;
	color: #FFF;
	text-transform: uppercase;
	text-align: right;
	font-weight: bold;
}

a:link, a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover, a:active {
	text-decoration: underline;
}
p.bigwhite {
	color: #FFF;
	font-size: 17px;
	letter-spacing: .4mm;
	font-weight: bold;
	font-stretch: semi-condensed;
}
