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

body {
	font-size: 10px;
	font-family: Century Gothic, Verdana, sans-serif;
	background: #000;
}

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

a:link {
	text-decoration: none;
	font-family: Verdana;
	font-size: 12px;
	color: #cccccc;
}
a:active {
	text-decoration: none;
	font-family: Verdana;
	font-size: 12px;
	color: #333;
}
a:visited {
	text-decoration: none;
	font-family: Verdana;
	font-size: 12px;
	color: #999999;
}
a:hover {
	text-decoration: none;
	font-family: Verdana;
	font-size: 12px;
	background-color: #00ADEF;
	color: #fff;
}

a img {
	border: none;
}

#menu {
    width: 250;
    overflow: hidden;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #000;
}

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

#menu ul li.section-title {
	padding: 0 0 5px 0;
	line-height: 12pt;
	border-bottom-width: 1px;
	border-top-color: white;
	border-top-width: 1px;
	color: #ff3333;
	font-size: 12pt;
}

#menu ul li {
	/*border-bottom-color: white;
	border-bottom-style: none;
	border-bottom-width: 1px;*/
}

#content {
    height: 100%;
    margin: 0 0 0 250px;
    top: 0;
	padding-left: 0px;
}

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

#content p {
	width: 600px;
	margin-bottom: 9px;
	line-height: 14pt;
	margin-left: 5px;
	font-size: 9pt;
	font-weight: none;
	font-family: Verdana;
	color: #999;
}

#links ul {
	padding: 15px 0 0 0;
}

#links ul li a {
	color: #fff;
	font-weight: bold;
}

/*
#links ul li a:link {
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana;
	background-color: #00ADEF;
	color: #111;
	padding: 0 3px 2px 3px;
}
#links ul li a:active {
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana;
	background-color: #00ADEF;
	color: #111;
	padding: 0 3px 2px 3px;
}
#links ul li a:visited {
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana;
	background-color: #00ADEF;
	color: #111;
	padding: 0 3px 2px 3px;
}
#links ul li a:hover {
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana;
	background-color: #fff;
	color: #00ADEF;
	padding: 0 3px 2px 3px;
}
*/

p {
    margin: 0 0 9px 0;
	color: #999999;
	font-size: 10pt;
}

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

#img-container	{
	margin: 0;
	padding: 0;
}
#img-container p {
	width: 400px;
	margin: 0;
	padding: 0 0 12px 0;
}

#once {
	clear: left;
}