/**********
9BDB18 = green
e4b817 = gold
E6B715 = gold a.hover
***********/


body {
	margin: 0;
	padding: 0;
	background: #000000; /*url(../images/background.jpg) repeat-y center ; */
	color: #FFFFFF;
}

body, th, td, input, textarea, select, option {
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	font-weight: normal;
	color: #e4b817;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #9BDB18;
}

a:hover {
	text-decoration: none;
	color: #E6B715;
}

/********************** Header ***********************/
#header {
	width: 935px;
	margin: 0 auto;
	padding: 0;
	background-image: url(../images/header.jpg);
	background-position: right top;
}

#header h1, #header p {
	margin: 0;
	color: #e4b817;
}

#header h1 {
	padding: 56px 0 0 150px;
}

#header p {
	padding-left: 53px;
	margin-top: -10px;
}
/*****************************************************/

/************************** Menu Bar *****************/
#menu {
	margin: 0;
	padding: 0;
	float: left;
	height: 23px;
	position: relative;
	top: 9px;
	#top: 10px; /* for IE7 */
	left: 160px;
}

#menu ul {
	margin: 0; 
	padding: 0;
	background: url(../images/menubar_bg.jpg) right top no-repeat;
	height: 23px;
/*        border: 1px solid #0f0; */
}

#menu a {
	color: #FFFFFF;
    text-decoration: none;
}

#menu li {
	margin: 0; 
	list-style-type: none;
	display:inline;
	padding: 0px 10px 0px 10px; 
	border-right: 0px;
	border-left: 1px solid #FFFFFF;
	line-height:23px;
	font-size: 20px;	
}

#menu li:hover {
	background-color:#E6B715;
}
/*****************************************************/

/********************* Main Page *********************/
#page {
	width: 935px;
	margin: 0 auto;
}
/*****************************************************/

/*********************** Footer **********************/
#footer {
	clear: both;
	width: 935px;
	margin: 0 auto;
	padding: 30px 0;
	text-align: center;
	font-size: smaller;
}
/*****************************************************/
