/**
* CSS
* 
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
        line-height: 15px;
	font-family: arial, sanserif;
	color: #93928e;
	text-shadow: #fff 0px 0px 0px;
	word-spacing: 1px;
	background-color: #b9d2d1;

}
body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link {
	text-decoration: none;
	color: #fff;
	display: inline;
	width: auto;
}
a:active {
	text-decoration: none;
	color: #fff;
}
a:visited {
	text-decoration: none;
	color: #f7f7f7;
	display: inline;
}
a:hover {
        text-decoration: none;
	display: inline;
	color: #000;
}

div.links a:link { color: #000; }
div.links a:hover { color: #000; }
div.links {text-decoration: none}
div.links {display: inline}

div.editors {
font-size: 12px;
        line-height: 15px;
	font-family: arial, sanserif;
	color: #000;
	text-shadow: #fff 0px 0px 0px;
	word-spacing: 1px;
	background-color: none;


 }





a img { border: none; }



#menu {

 
	width: 220px;
	overflow: auto;
	top: 30px;
	left: 34px;
	position: fixed;
	height: 100%;
	font-size: 14px;
        line-height: 16px;
       
}

#menu ul {
	list-style: none;
position: fixed;
top: 158px;
left: 35px;
font-size: 14px;
        line-height: 16px;
}

#menu ul li.section-title {
	color: #b9d2d1;
	line-height: 26px;
}

#content {
	height: 100%;
position: relative;
	top: 180px;
	margin-right: 100px;
	margin-bottom: 0;
	margin-left: 215px;
	margin-top: 0px;
	line-height: 18px;
}

.container {
	top: 30px;
	bottom: 25px;
	left: 30px;
        color: #000;
        
}

#content p {
	width: 550px;
	margin-bottom: 15px;
	line-height: 15px;
}

p {
    margin: 0 0 5px 0;
}

h1 {
	width:550px;
	font-family: arial, helvetica, geneva, sanserif;
	font-size:24px;
	color:#000;
	line-height:30px;
        letter-spacing:1px;
	margin: 0px;
	padding: 0px 0px 20px;
}
h2 {
	width:470px;
	font-family: arial, sanserif;
	font-size:14px;
	color:#bebebe;
	line-height:18px;
	margin: 0px;
	padding: 0px 0px 10px;
	text-transform: capitalize;
}
h3 {
	width:470px;
	font-family: arial, sanserif;
	font-size:12px;
	color:#bebebe;
	line-height:18px;
	margin: 0px;
	padding: 0px 0px 10px;
}
h4 { font-size: 12px; }

#img-container	{
	margin-top: 30;
}
#img-container p	{
	width: 400px;
	margin-top: 30;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 12px;
	padding-left: 0;
	font-size: 11px;
}

#once { clear: left; 
}
.footer {
	font-size: 9px;
	color: #333333;
}