/**
* CSS
* 
* @version 1.0
* @author Vaska is a dong
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

/* commented backslash hack \*/ 
	html, body{ height:100%; } 
	/* end hack */

body {
	font-size: 10px;
	font-family: Arial;
	line-height: 12px;
	background-color:#FFFFFF; color:#000000;
	background-image:url();
	background-position: top left;
	background-repeat:no-repeat;
	margin:0px;
}

#white-left {
height: 100%;
position: fixed;
top: 0;
left: 0;
width: 10px;
background: white;
}


#white-right {
height: 100%;
position: fixed;
top: 0;
right: 0;
width: 10px;
background: white;
}

#white-top {
height: 10px;
position: fixed;
top: 0;
left: 0;
width: 100%;
background: white;
}

#white-btm {
height: 10px;
position: fixed;
bottom: 0;
left: 0;
width: 100%;
background: white;
}

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

a:link { text-decoration: none; background-color:#FFFFFF; color:#888888;padding:2px;}
a:active { text-decoration: none; background-color:#FFFFFF; color:#888888;padding:2px;}
a:visited { text-decoration: none; background-color:#FFFFFF; color:#888888;padding:2px;}
a:hover { text-decoration: none; background-color:#FFFFFF; color:#000000;padding:2px;}

a img { border: none; }

#menu {
    line-height: 13px;
    color: #ff2878;
    width: 250px;
    z-index: 4;
    padding-top: 15px;
    padding-left: 24px;
    bottom: 0;
/*    height: 100%; */
	float:left;
	z-index:0;
}
	
	
#head {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:60px;
	
//	background-color: #FFFFFF;
}

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

#menu ul li.section-title { margin-bottom: 4px;}

#content {
/*    height: 100%; */
    line-height: 13px;
                      
    padding-top: 20px;
    width:400px;
    float:left;

}

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

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

p {
    margin: 0 0 9px 0;
}

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:800px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }