@charset "iso-8859-1";


* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	background: #D5AC6B url(images/back_all.gif) repeat-x top;
}

body, th, td, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

#contmain
{
width: 927px;
margin: 0 auto;
}

h1, h2, h3 {
	color: #000000;
}

h1 {
	font-size: 3em;
}

h2 {
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: bold;
	color: #000000;
}


h3 {
	font-size: 1em;
}

ul, ol {
	margin-left: 1em;
}

a {
	text-decoration: underline;
	color: #FFFFFF;
	font-size: #12px;
}

a:hover {
	border: none;
	text-decoration: underline;
	color: blue;
}



#main
{
width: 927px;
border-width: 15px;
border-left: 15px solid #000000;
border-right: 15px solid #000000;
 
margin: 0 auto;
}

/* Header */

#header {
	width: 927px;
	margin: 0 auto;
	height: 634px;
	background: #ffffff;
}

#menu {
	float: left;
	height: 90px;
	width: 805px;
	padding-left: 122px;
	background: #ffffff url(images/menu.gif) repeat-x;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	float: left;
	height: 50px;
	width: 125px;
	text-decoration: none;
	font-size: 1.1em;
	padding-top: 40px;
	font-weight: bold;
	color: #ffffff;
    text-align: center;

}

#menu a:hover {
	color: #E9E9E9;
	background:url(images/menu_r.gif) repeat-x;
}


