@charset "UTF-8";
/* CSS Document */

/**
* CSS
* 
*/
* {
	margin: 0;
	padding: 0;
}

.bg {
	width: 100%;
	position: absolute;
	top: 0;
	left: 100px;
	z-index:0;
}

body {
	font-size: 10px;
	color: #E0E0DF;
	font-family: Georgia, "Times New Roman", Times, serif;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color:#000000; }
a:active { text-decoration: none; color:#000000; }
a:visited { text-decoration: none; color:#000000; }
a:hover { text-decoration: none; color:#000000; }

a img { border: none; }

#menu {
    width: 180px;
    overflow: hidden;
    top: 0; 
    bottom: 0;
	left: 0;
	padding-left: 10px;
	padding-top: 20px;
    position: fixed;
    height: 100%;
	background-color: #ffffff
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
}

#menu ul li.section-title {
	font-size:11px;
	font-weight: bold;
	color: #ffffff;
 }

#content {
	font-size: 10px;
	color: #000000;
	height: 100%;
	margin: 0 0 0 215px;
	position: relative;
	padding-left: 30px;
	padding-top: 30px;
    top: 0;
	left: 0px;
	width: 100%;
	text-align: left;
	color: #000000;
	font-size: 11px;
	z-index: 6000;
}


#container {
	padding: 5px 5px 25px 5px;
	color: #000000;
	z-index: 6000;
}

#content p { width: 350px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

p1 { font-size: 10px; }
h1 { font-size: 17px;
font-weight: lighter; }

h2 { font-size: 17px;
font-weight: lighter; }

a,h1,h2,h3,h4,h5,h6 { text-decoration: none;  color: black; }
a:link, a:visited { } // link text
a:active { text-decoration: none; color: red; }
a:hover {background-color: yellow; padding:1px; margin-left: -1px; }
a img { border: none; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 550px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }
