/**
* CSS

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

body {
	font-size: 11px;
    font-family: Helvetica, Arial, sans-serif;
	color: #333;
	background: #fff;
    line-height: 1.3em;
}

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

a:link 
{ text-decoration: none; 
color: #505050;
background-color: none;
background-image: none;
background-repeat: repeat;
background-attachment: scroll;
background-x-position: 0%;
background-y-position: 0%;
}

a:active { text-decoration: none; background-color:#ffffff; color:#01aef0 }

a:visited
{ text-decoration: none;
color: #505050;
background-color: none;
}

a:hover
{ text-decoration: none;
color: 01aef0;
background-color: #01aef0;
background-image: none;
background-repeat: repeat;
background-attachment: scroll;
background-x-position: 0%;
background-y-position: 0%;
}

a img { border: none; }

#content a:link { text-decoration: none;
color: #505050;
background-color: none;
background-image: none;
background-repeat: repeat;
background-attachment: scroll;
background-x-position: 0%;
background-y-position: 0%;
}

#content a:hover { text-decoration: none;
color: 01aef0;
background-color: #01aef0;
background-image: none;
background-repeat: repeat;
background-attachment: scroll;
background-x-position: 0%;
background-y-position: 0%;
}

#menu {
    width: 219px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fff;
}

#menu ul {
	list-style: none;
	margin: 0 0 10px 0;
}

#menu ul li.section-title { color: #333333; font-weight: bold; }

#content {
    height: 100%;
    margin: -50px 0 0px 200px;
    top: 0px;
}

.container {
padding-top: 20px;
padding-right: 15px;
padding-bottom: 25px;
padding-left: 20px;

}

#content p { width: 601px; margin-bottom: 14px; margin-top: 8px }

p {
    margin: 0 0 10px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin-top: 30px; padding-top: 0;}
#img-container p	{ width: 600px; margin-top: 0px; padding-top: 22px ;}

#once { clear: left; }