* {
	margin: 0;
	padding: 0;
	
}

/* commented backslash hack \*/ 
	html, body{ height:100%; } 
	/* end hack */
body {
	font-size: 10pt;
	font-family: Helvetica, Arial, sans-serif; color: #cccccc;
	background-image: url(gfx/background.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}

#logo {
    height: 175px;
	margin: 0;
	padding-left: 95px;
    background-image: url(gfx/logo_top.png);
	background-repeat: no-repeat;
}

.section-title {
font-size: 10pt;
font-weight: bold;
font-family: Helvetica, Arial, sans-serif; color: #ffffff;
}

body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color: #ffffff; }
a:active { text-decoration: none; color: #d56fff; }
a:visited { text-decoration: none; color: #ffffff; }
a:hover { color: #cccccc; }

a img { border: none; }

#menu {
    width: 242px;
    padding-top: 0px;
    padding-left: 120px;
	float:left;
	/*background-image: url(gfx/logo_bottom.png);
	background-repeat: repeat-x;*/
}

#menu ul {
	list-style: none;
	margin: 0 0 10px 0;
}

#menu ul li.section-title { }

#menu ul li.active {
font-size: 10pt;
font-weight: bold;
font-family: Helvetica, Arial, sans-serif; color: #d56fff;
}

#content 
{
    padding-top: 0px;
	width: 640px;
	float: left;
}

#footer {
    clear:left;
    margin-top:1em;
    background-image: url(gfx/footer.png);
}

.container 
{
    padding: 0px 0px 0px 0px;
}

#content p { width: 640px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

h1 { font-family: Helvetica, Arial, sans-serif; color: #ffffff; font-size: 10pt; font-weight: bold; }
h2 { font-family: Helvetica, Arial, sans-serif; color: #ffffff; font-size: 10pt; font-weight: bold; }
h3 { font-family: Helvetica, Arial, sans-serif; color: #ffffff; font-size: 10pt; font-weight: bold; }
h4 { font-family: Helvetica, Arial, sans-serif; color: #ffffff; font-size: 10pt; font-weight: bold; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }
