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

body, html {
	font-family: "Helvetica Neue LT Std", "Arial Narrow", sans-serif;
	background:url(/images/bg_main.gif) repeat-y center;
	background-color:#FFFABA;
}

body {
	font-size:0.9em;
}

div#wrapper {
	width:960px;
	margin:auto;
	overflow:hidden;
}

div#header_image {
	height:130px;
	overflow:hidden;
}

div#menu {
	background-color:#000000;
	height:30px;
	color:#FFF;
	line-height:30px;
}

div#menu a,
div#menu a:link,
div#menu a:active,
div#menu a:visited {
	color:#FFF;
	padding:0 15px;
	line-height:30px;
	text-transform:uppercase;
	text-decoration:none;
}

div.body {
	clear:both;
	width:965px;
}

div.left {
	margin-top:10px;
	float:left;
	width:170px;
	position:relative;
	overflow:hidden;
	background-color:#FFFDDC;
}


div.left a,
div.left a:link,
div.left a:active,
div.left a:visited {
	display:block;
	color:#000000;
	text-decoration:none;
	padding: 5px 15px;
}

div.content {
	width:580px;
	float:left;
	overflow:hidden;
	background-color:#FFFABA;
}

div.content h1,h2,h3,h4,h5,h6,p {
	margin-left: 10px;
	margin-right: 10px;
}

div.right {
	width:210px;
	float:left;
	background-color:#000000;
}

table,th,td {
	border:0;
}
th {
	text-align:left;
}