* {
	margin: 0;
	padding: 0;
	behavior: url(iepngfix.htc);
}

body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #5a5a5a;
	background: #7e572d;
	background: url(../images/bg_page.jpg);
}

h3 {
	line-height: 38px;
}

p {
	line-height: 20px;
}

a {
	color: #820202;
	font-weight:bold;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #820202;
	font-weight:bold;
	font-size:13px;
}

img {
	border:0;
}

h3 {
	font-size: 1.5em;
	font-weight: normal;
	color: #820202;
}


.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: 850px;
	height: 240px;
	background: url(../images/bg_header.png) no-repeat;
}



#sidebar {
	float: left;
	width: 250px;
	height:150px;
	padding: 25px 0 0 0;
}

/*----NAV---- */
ul#nav {
	float: right;
	width: 250px;
	height: 50px;
	list-style: none;
}

ul#nav li {
	float: right;
	width: 250px;
	clear: both;
}

ul#nav li a {
	float: right;
	width: 250px;
	background-image: url(../images/bg_nav.jpg);
}

ul#nav li a span {
	display: none;
}


ul#nav li.nav1 a {
	height: 50px;
	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: 50px;
	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: 50px;
	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: 850px;
}
#content-bg {
	background-color:#ffffff;
	float:left;
	width: 600px;
}
#content {
	background-color:#ffffff;
	margin: 0 auto;
	padding:0 25px 0 25px;
	text-align:justify;
}


#footer {
	font-size:10px;
	padding:60px 0 0 0;
	clear:both;
	text-align:right;
	color:#000000;
	background: url(../images/bg_footer.png) no-repeat;
	height:110px;
	width:850px;
	margin: 0 auto;
	
}
#footer a{
	text-decoration: underline;
	font-size:10px;
}

.f14 {
	font-size: 14px;
	line-height:32px; 
}

.f16 {
	font-size: 16px;
	line-height:34px; 	
}