body {
	font: 62.5% Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background-color:#FFF;
	background-image: url(../images/bg.jpg);
	background-repeat:repeat;
	background-attachment:fixed;

}

h1, h2 {
	color: #16616a;
	font-family: Tahoma, Arial, Geneva, sans-serif;
	margin: 20px 0 10px;
}

h1 {
	font-size: 2.5em;
}

p {
	margin: 10px 0;
	padding: 0;
}

blockquote {
	font-style: italic;	
}




#bg {
position:fixed;
width:100%;
height:100%;
margin:0;
padding:0;

}

#bg img {
min-height:100%;
min-width:100%;
margin:0 auto;
padding:0;
display:block;
}


#header-wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;	
}

#header-container {
	height: 70px;
	background: #000;
}

#header {
	width: 940px;
	margin: 0 auto;
	position: relative;
}

#header h1 {
	color: #beffbf;
	text-align: right;
	width: 290px;
	margin: 0;
	position: absolute;
	left: 0;
	top: 20px;
}

#header h1 em{
	color: #90b874;
	font-size: small;
	display: block;
}

#header ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 35px;
	right: 0;
}

#header ul li {
	float: left;
	margin-right: 5px;
}

#header ul li a{
	color: #90b874;
	font-weight: bold;
	font-size: 1.4em;
	margin-right: 5px;
	text-decoration: none;
}

#header ul li a:hover {
	color: #beffbf;	
}

#container {
	width: 1000px;
	
	font-size: 1.4em;
	overflow: auto;
	margin: 90px 200px 80px 0px;
	background-color:none;
	z-index:2000000000000;

		}

#content {
	float: right;
	width: 625px;
	margin-top:138px;
	line-height:18px;
}


.color {
color:#16616a;
}



.color_headline{
	color:#16616a;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	}


.small_right{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	}
	
	

#sidebar-wrap {
	position: fixed;
	top: 100px;
	left: 100px;
	width: 250px;
}

#sidebar-container {
	height:500px;
}



#sidebar {
	float: left;
	margin-top: 0px;

}


#sidebar2 {
	float: left;
	margin-top: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding-left:18px;
}



	 a.mainlink {

			padding-left: 15px;
			text-decoration:none;
			color:#000;
			width:200px;
			font-family:Arial, Helvetica, sans-serif;
			font-size:16px;
			line-height:25px;
			font-weight:bold;
	   }


	  a.mainlink:hover {
			background-image: url(../images/square.gif);
			background-repeat: no-repeat;
			background-position: left center;
			padding-left: 15px;
			text-decoration:none;
			color:#16616a;
			width:200px;
			font-family:Arial, Helvetica, sans-serif;
			font-size:16px;
			font-weight:bold;
	   }



	  a.current {
			background-image: url(../images/square.gif);
			background-repeat: no-repeat;
			background-position: left center;
			padding-left: 15px;
			text-decoration:none;
			color:#16616a;
			width:200px;
			font-family:Arial, Helvetica, sans-serif;
			font-size:16px;
			font-weight:bold;
			line-height:25px;
	   }



	 a.textlink {
			text-decoration:none;
			color:#000;
			font-family:Arial, Helvetica, sans-serif;
			font-size:14px;
			line-height:18px;
			font-weight:bold;
	   }


	  a.texlink:hover {
			text-decoration:none;
			color:#16616a;
			font-family:Arial, Helvetica, sans-serif;
			font-size:14px;
			font-weight:bold;
	   }
	   

	 a.small {
			text-decoration:none;
			color:#000;
			font-family:Arial, Helvetica, sans-serif;
			font-size:11px;
			font-weight:bold;
	   }


	  a.small:hover {
			text-decoration:none;
			color:#16616a;
			width:200px;
			font-family:Arial, Helvetica, sans-serif;
			font-size:11px;
			font-weight:bold;
	   }


	  .current_small {
			text-decoration:none;
			color:#16616a;
			width:200px;
			font-family:Arial, Helvetica, sans-serif;
			font-size:11px;
			font-weight:bold;
	   }


#footer-wrap {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;	
}

#footer-container {
	height: 70px;
	background:#000;
}

#footer {
	width: 300px;
	margin:0;
	padding-left:118px;
	position: relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
}


.feature_left {
	float:left;
	width:120px;
	}

.feature_right {
	float:left;
	width:170px;
	margin-bottom:20px;
	}

.desc_short {
	float:left;
	font-size:12px;
	line-height:15px;
	font-style:italic;
	margin-bottom:80px;
	}