/************* GENERAL CSS ************/

body {
	margin: 0px;
	padding: 0px;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	//background: #ffffff url(images/back.png) repeat-y (center -1px) top; 

}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	color: #0000000;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	color: #000000;
}

h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	color: #000000;
}

a {
	font-weight: bold;	
	text-decoration: none;
	color: #ffcf69;
}

a:hover {
	font-weight: bold;
	text-decoration:none;
    border-bottom:1px dashed #ffcf69;
}

/************* HEADER STUFF ************/

#header {
	width: 1020px;
	height: 130px;
	margin: 0px auto;
	padding: 10px 0px;
	background: #FFFBFD url(images/banner3.jpg);
}

#header h1 {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	text-align: left;
	color: #ffffff;
	font-size: 3em;
	text-transform: uppercase;
}

#header h2 {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	text-align: left;
	font-size: 1.5em;
	text-transform: uppercase;
}

/************* wherebanner ************/

#wherebanner {
	width: 1020px;
	margin: 0px auto;
	padding: 5px 0px 5px 0px;
	background: #c3c3c3 url(images/menu-bg.png) repeat-x center top;
}

#wherebanner ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}

#wherebanner li {
	display: inline;
}

#wherebanner a {
	padding: 5px 15px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

#wherebanner a:hover {
	text-decoration: none;
	border-bottom:none;
	background: url(images/menu-hover.png) repeat-x center top;
}

/************* menu ************/

#menu {

width: 1020px;
	margin: 0px auto;
	padding: 20px 0px 0px 0px;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}

 #menu li {
	display: inline;
} 

#menu a {
	padding: 5px 15px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

#menu a:hover {
	text-decoration: none;
	border-bottom:none;
	background: url(images/menu-hover.png) repeat-x center top;
}

/************* CONTENT ************/

#content {
	width: 1020px;
	margin: 0px auto;
	padding: 20px 0px 0px 0px;
}

#content h2, #content h3, #content h4, #content h5, #content h6 {
	font-weight: normal;
}

#content p, #content ul, #content ol {
	line-height: 150%;
}

#left {
	float: left;
	width: 160px;
	padding: 0px 20px 40px 20px;
	//border: 1px solid red;
	//background: #ffffff url(images/back.png) repeat-y left top; 

}
#left ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: left;
}

#left li {
	display: block;
	padding: 0 0 10px 0;
}

#left a {
	padding: 5px 15px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

#left p {
	padding: 0px 15px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}


#right {
	float: left;
	width: 700px;
	padding: 0px 20px 40px 20px;
	color: #000000;
}

/************* FOOTER ************/

#footer {
	clear: both;
	width: 1020px;
	margin: 0px auto;
	font-size: 9px;
	text-align: center;
	padding: 2px;
	color: #c3c3c3;
}
