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

body {
	background: #fff;
	font-family:Helvetica,Arial,sans-serif;
	font-size:11px;
	line-height:15px;
	letter-spacing:1px;
}

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

a:link { text-decoration: none;
	color: #666;
}
a:active { text-decoration: none;
	color: #2d00f8;
}
a:visited { text-decoration: none; 
	color: #666;
}

	a:hover { text-decoration: none;
	background-color: #f8ff2f;
}

a.thickbox:hover {background:#fff;}

#menu {
    width: 180px;
    overflow: auto;
    top: 20;
    bottom: 20;
	left: 20;
    position: fixed;
    height: 100%;
	background-color: #fff;
}

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

#menu ul li.section-title:hover { 
	background: #00FF7F none repeat sroll 0 0;
}


#content {
    height: 100%;
    margin: 0 0 0 215px;
    top: 0;
}

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

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

p {
    margin: 0 0 9px 0;
}
p2 {background-color: #f8ff2f}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }
h5 { font-family:monospace;
	 font-size:11px;}
h6 { text-shadow: 0px 0px 80px; text-decoration: none; letter-spacing: -5px; font-family: "Times New Roman", Times, serif;
	 font-size: 120px;}



h7 { text-shadow: 0px 0px 80px; text-decoration: none; letter-spacing: -5px; font-family: "Courier New", Courier, Monaco, monospace;
	 font-size: 120px;}

h8 { font-family: "Comic Sans MS", cursive; text-shadow: 0px 0px 80px; text-decoration: none; letter-spacing: -5px;
	 font-size: 120px;}

h9 { font-family: fantasy; text-shadow: 0px 0px 80px; text-decoration: none; letter-spacing: -5px;
	 font-size: 120px;}

h10 { font-family: Arial, sans-serif; text-shadow: 0px 0px 80px; text-decoration: none; letter-spacing: -5px;
	 font-size: 120px;}

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

#once { clear: left; }

