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

body {
	background: url(../images/background_grad.jpg) repeat-x;
	background-color: #aaaaaa;
}

#container {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width: 800px;
	margin: 0 auto;
	min-height: 600px;
}

#header {
	background: url(../images/header_pic.jpg) no-repeat;
	margin: 0 auto;
	height: 427px;
}

/*-- Start NAV ---*/
#nav {
	font-size: 14px;
	margin: 371px 35px 10px 35px;
	float: right;
}

#nav ul {
	list-style-type: none;
}
  
#nav ul li {
	float: left;
	text-align: center;
}

#nav ul a {
	padding: 14px 10px 0 10px;
	display: block;
	line-height: 28px;
	float: left;
	color: #000;
	text-decoration: none;
}

#nav li a:hover, #nav li .currentpage {
	color: #333;
	background: url(../images/nav_background_over.jpg) repeat-x bottom;
}
/*-- END NAV ---*/

#content {
	background: #FFF;
	width: 702px;
	min-height: 300px;
	height: inherit;
	margin: -15px auto 0 auto;
	padding: 15px 15px 0 15px;
}

#search {
	margin: 25px auto 0px auto;
	padding: 5px;
	width: 150px;
	text-align: center;
	clear: both;
}

#footer {
	clear: both;
	background:url(../images/footer_back.png) no-repeat;
	margin: 0 auto;
	padding: 10px 0 0 0;
	height: 100px; 
	width: 772px;
	text-align: center;  
}


#footer a{
	color:#000;
	text-decoration: none;
}

#footer a:hover{
	color:#00F;
	text-decoration: underline;
}

p { 
	font: #000;
	font-size: 12px;
	text-align: left;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	font: #000;
}

h2 {
	font-size: 14px;
	font-weight: bold;
}

h3 {
	font-size: 12px;
}

h4 {
	font-size: 10px;
}

.center {
	margin: 0 auto;
}