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

body {
	background: #fff;
	font: 11px 'century gothic', Garamond, Georgia, "Times New Roman", Times, serif;
}

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

a:link { color:#666666; text-decoration: none; }
a:active { color:#333333; text-decoration: none; }
a:hover { color: #99cc33; text-decoration: line-through	}
a:visited { color:#666666; text-decoration: none;
	font-weight:lighter
}
a:hover { color:#FFFFFF; background:#000000; text-decoration: none; }

a img {
}

#menu {
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: white;
	padding-left: 25px;
	padding-top: 25px;
	width: 165px;
	text-align: right;
	padding-right: 25px;
	
}

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

#menu ul li.section-title {
	font:  13px 'century gothic', Garamond, Verdana, Arial, Helvetica, sans-serif ;
	letter-spacing: -1px;
	text-align: right;
}

#content {
    height: 100%;
    margin: 0 0 0 240px;
	padding-top: 45px;
    top: 0;
}

.container {
    padding: 5px 5px 25px 5px;
}

#content p { width: 650px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

h1 { color:#00000; text-decoration: none;
	font: bold 13px 'century gothic', Trebuchet MS, Verdana, Arial, Helvetica, sans-serif ;
	margin-bottom: -12px;
	letter-spacing: -1px;
}
h2 {
	font: 'century gothic', Garamond, Georgia, "Times New Roman", Times, serif;
}
h3 {
	font: 11 px 'century gothic', Garamond, Georgia, "Times New Roman", Times, serif;
	margin-bottom: -10px;
	text-align: right;
	width: 600px;
}
h4 {
	font: bold 10px 'century gothic', Trebuchet MS, Verdana, Arial, Helvetica, sans-serif ;
	color: black; text-decoration: none;
	background-color: #FFCC00;
	float: left;
}

h5 {
	color: #FFCC00; margin-bottom: -12px;
	letter-spacing: -1px; 'century gothic'; font-style:normal; font-variant:normal; font-weight:bold; font-size:12px; font-family:Helvetica, Arial
}
h6 {
	font:  13 px 'century gothic', Garamond, Georgia, "Times New Roman", Times, serif;
	color: #fff; text-decoration: none;
	background-color: red;
	float: left;
}
#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }
#menu img { border:0; }