
* {
	margin: 0;
	padding: 0;
	behavior: url(iepngfix.htc);	
}

body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color:#040707;
	color: #ffffff;
}

h3 {
	line-height: 38px;
}

p {
	line-height: 16px;
}

a {
	color: #900111;
	text-decoration: underline;
	font-weight:bold;
}

a:hover {
	text-decoration: none;
	color: #ff0000;
	font-weight:bold;
}

img {
	border:0;
}

h3 {
	font-size: 1.5em;
	font-weight: normal;
	color: #900111;
}


.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 {
	width: 1116px;
	margin: 0 auto;
	background: url(../images/bg_container.jpg) no-repeat;
}

#header {
	margin:0 auto;
	width: 1116px;
	height: 415px;
}



#sidebar {
	float: left;
	width: 200px;
	padding: 198px 0 0 604px;
}

/*----NAV---- */
ul#nav {
	float: left;
	width: 200px;	
	height:25px;
	list-style: none;
}

ul#nav li {
	float: left;
	width: 200px;	
	clear: both;
}

ul#nav li a {
	float: left;
	width: 200px;	
	background-image: url(../images/bg_nav.jpg);
}

ul#nav li a span {
	display: none;
}


ul#nav li.nav1 a {	
	height:25px;
	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:25px;
	background-position: 0 100px;
}

ul#nav li.nav2 a:hover, ul#nav li.nav2 a.active {
	background-position: 200px 100px;
}

ul#nav li.nav3 a {	
	height:25px;
	background-position: 0 75px;
}

ul#nav li.nav3 a:hover, ul#nav li.nav3 a.active {
	background-position: 200px 75px;
}

ul#nav li.nav4 a {	
	height:25px;
	background-position: 0 50px;
}

ul#nav li.nav4 a:hover, ul#nav li.nav4 a.active {
	background-position: 200px 50px;
}

ul#nav li.nav5 a {	
	height:25px;
	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: 1116px;
}


#content {
	width: 450px;
	padding:0 0 120px 30px;
	text-align:justify;
}



#footer {
	font-size:10px;
	width:1116px;
	color:#ffffff;
	height:144px;
	background: url(../images/bg_footer.png) no-repeat;
	padding:100px 0 0 0;	
	text-align:center;
}
.f14 {
	font-size: 14px;
	line-height:18px; 
}

.f16 {
	font-size: 16px;
	line-height:22px; 
}
