* {
	margin: 0;
	padding: 0;
	behavior: url(iepngfix.htc);
}

body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #5a5a5a;
	background: url(../images/bg_page.jpg) ;
}

h3 {
	line-height: 38px;
}

p {
	line-height: 18px;
}

a {
	color: #6d4800;
	font-weight:bold;
}

a:hover {
	text-decoration: none;
	color: #6d4800;
	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;
	width:950px;
	background: url(../images/bg_container.jpg) no-repeat;
}

#topbar {
	margin:0 auto;
	width: 950px;
	height: 50px;
}

#header {
	margin:0 auto;
	width: 950px;
	height: 50px;
	/*background-color:#ff0000;*/
	background: url(../images/bg_header.jpg) no-repeat;
}

#side {
	float: left;
	width: 300px;
	height:480px;
	overflow:hidden;
	padding: 10px 0 0 0;
}


#sidebar {
	float: left;
	width: 250px;
	height:250px;
	padding: 0 0 150px 0;
	overflow:hidden;
}

/*----NAV---- */
ul#nav {
	float: right;
	width: 200px;
	height: 50px;
	list-style: none;
}

ul#nav li {
	float: right;
	width: 200px;
	clear: both;
}

ul#nav li a {
	float: right;
	width: 200px;
	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: 0px 200px;
}

ul#nav li.nav2 a:hover, ul#nav li.nav2 a.active {
	background-position: 200px 200px;
}


ul#nav li.nav3 a {
	height: 50px;
	background-position: 0px 150px;
}

ul#nav li.nav3 a:hover, ul#nav li.nav3 a.active {
	background-position: 200px 150px;
}

ul#nav li.nav4 a {
	height: 50px;
	background-position: 0px 100px;
}

ul#nav li.nav4 a:hover, ul#nav li.nav4 a.active {
	background-position: 200px 100px;
}

ul#nav li.nav5 a {
	height: 50px;
	background-position: bottom left;
}

ul#nav li.nav5 a:hover, ul#nav li.nav5 a.active {
	background-position: bottom right;
}

/*------ENDOFNAV-------*/

#content-wrapper {
	margin:0 auto;
	width: 950px;
}


#content-bg {
	float:right;
	width: 650px;
	overflow:hidden;
	background: url(../images/bg_content.jpg) repeat-y;
}

#content {
	float:left;
	width: 600px;
	padding:0 20px 0 20px;
	text-align:justify;
}


#footer {
	font-size:10px;
	padding:40px 0 0 0;
	clear:both;
	text-align:right;
	color:#ffffff;
	background: url(../images/bg_footer.jpg) no-repeat;
	height:110px;
	width:950px;
	margin: 0 auto;
}
#footer a{
	text-decoration: underline;
	font-size:10px;
	color:#fff0d2;
}

.f14 {
	font-size: 14px;
	line-height:18px; 
}

.f16 {
	font-size: 16px;
	line-height:22px; 	
}

.bullet-margin {
	padding: 0 0 0 30px;
}
