* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: url(../images/bg_page.gif) top repeat-x #ffffff;
	color: #ffffff;
}

h3 {
	line-height: 38px;
}

p {
	line-height: 22px;
}

a {
	color: #fff000;
}

a:hover {
	text-decoration: none;
	color: #0df5f8;
	font-size:13px;
}

img {
	border:0;
}

h3 {
	font-size: 1.5em;
	font-weight: normal;
	color: #fff000;
}


.clear{
	clear:both;
}
.left{
	float:left;
}
.right{
	float:right;
}
.inline {
	display:inline;
}
.overflow{
	overflow:hidden;
}
.txtcenter{
	text-align:center;
}


.txtleft {
	text-align: left;
}

.txtright {
	text-align: right;
}

.imgleft {
	float: left;
	margin: 0 15px 15px 0;
}

.imgright {
	float: right;
	margin: 0 0 15px 15px;
}

/* --------------------------------MAIN STRUCTURE--------------------------------*/
#container {
	margin: 0 auto;
}

#header {
	margin:0 auto;
	width: 1000px;
	height: 375px;
	background: url(../images/bg_header.jpg) no-repeat;
}



#sidebar {
	float: left;
	width: 400px;
	padding: 50px 0 0 350px;
}

/*----NAV---- */
ul#nav {
	float: left;
	width: 400px;
	height:75px;
	list-style: none;
}

ul#nav li {
	width: 400px;
	float: left;
	clear: both;
}

ul#nav li a {
	float: left;
	width: 400px;
	background-image: url(../images/bg_nav.jpg);
}

ul#nav li a span {
	display: none;
}


ul#nav li.nav1 a {	
	height:75px;
	background-position: top left;
}

ul#nav li.nav1 a:hover, ul#nav li.nav1 a.active {
	background-position: top right;
}

ul#nav li.nav2 a {	
	height:75px;
	background-position: center left;
}

ul#nav li.nav2 a:hover, ul#nav li.nav2 a.active {
	background-position: center right;
}

ul#nav li.nav3 a {	
	height:75px;
	background-position: bottom left;
}

ul#nav li.nav3 a:hover, ul#nav li.nav3 a.active {
	background-position: bottom right;
}

/*------ENDOFNAV-------*/

#content-wrapper {
	margin: 0 auto;
	width: 900px;
	height:423px;
	background: #60a964; 
}
#content {
	margin: 0 auto;
	width: 900px;
	background: #60a964 url(../images/bg_content.jpg) top no-repeat;
}


#main {
	margin: 0 auto;
	width: 750px;
	text-align:justify;
	padding:50px 25px 0 25px;
}

#footer {
	font-size:10px;
	padding:50px 0 0 0;
	clear:both;
	text-align:center;
	background: url(../images/bg_footer.gif) top no-repeat;
	height:25px;
	width:900px;
	margin: auto;
	color:#009;
}

#footer a {
	color:#ff0000;
}
.f14 {
	font-size: 14px;
	line-height:32px; 
}

.f16 {
	font-size: 16px;
	line-height:34px; 
}
