*{
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	/*background-image:url(../images/bg.jpg);*/
	background-color:#ffffff;
}

h1
{
	color:#996533;
	font-size:48px;
}

h2
{
	color:#996533;
	font-size:18px;
	padding-left: 200px;
}

div#header
{
	padding: 50px 0px 0px 50px;
    height:200px;
}

div#header div#image
{
	padding: 5px;
	background: url('../images/header.png') no-repeat;
	height:100%;
	width:100%;
	float:left;
}

div#header div#left
{
	padding: 20px 0px 0px 10px;
	width: 850px;
	float:left;
}

div#container
{
    margin: 0 auto;
    width:1152px;
	background: #cfb370 url('../images/bg.png') repeat-x;
}

div#content
{
    margin: 0px 10px 10px 10px;
    background-color: #ffffff;   
     
	-moz-border-radius-bottomleft: 6px;
	-khtml-border-bottom-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-khtml-border-bottom-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-bottom-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	-khtml-border-top-right-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	border-top-right-radius: 6px;
}

div#content .topcontent
{
    background: #996533;
    padding:5px;
    font-weight:bold;
    color:#ffffff;
	text-align:center;
}

div#content .contentblock
{
	text-align:center;
}


div#content div#left
{
	padding: 0px 2px 0px 0px;
    margin: 5px 5px 5px 5px;
    width: 248px;
    background: #ffffff;
	float:left;
	border-right: 1px solid #7c6f68;
}

div#content div#center
{
	padding: 5px 5px 5px 5px;
	width: 860px;
	float:left;
	background:#ffffff;
}

.menuContainer li
{
	-moz-border-radius-topleft: 3px;
	-khtml-border-top-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-khtml-border-top-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;	
}

div#menu ul
{
    padding-right: 0px;
	padding-left: 10px;
	padding-top: 6px;
	display: inline;
	margin: 0px 0px;
	white-space: nowrap;   
}

div#menu ul li
{
    display: inline;
	list-style-type: none;
	line-height: 34px;
}

div#menu ul li a
{
    padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 6px;
	text-decoration: none;
	font-weight: normal;
	text-decoration: none;
    
	background-color: #996533;
	color: #ffffff;
	/* background: #090 url("http://www.linode.com/images/tab_on_left.gif") left top no-repeat; */
	/* border: 1px solid #999; */

	-moz-border-radius-topleft: 3px;
	-khtml-border-top-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-khtml-border-top-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	
	/*-moz-border-radius-bottomleft: 3px;
	-khtml-border-bottom-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-khtml-border-bottom-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;*/
}

div#menu ul li a:hover {
	text-decoration: underline;
	/*background-color: #060;*/
	color: #fff;
    background-color: #cfb370;

	-moz-border-radius-topleft: 3px;
	-khtml-border-top-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-khtml-border-top-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
}

div#footer
{
    margin: 0 auto;
    width:1152px;
	height: 150px;
	background: #838b91;
}

div#footer div.block
{
	padding:5px;
	float:left;
	width:278px;
}

div#footer div.block h2
{
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	text-align:left;
}

.clear
{
	clear:both;
}
