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

body {
	font-family: Arial, Helvetica, sans-serif;
	color:#F00;
	background: #fff;
	letter-spacing: 0;
	line-height: 1.4em;
	font-size: .8em;
}

a {
	color: #000000;
	text-decoration: none;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}
a:visited:hover {
	color: #CC0000;
	text-decoration: underline;
}
.a:visited {
	color: #000000;
	text-decoration: none;
}

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

a img { border: none; }

#menu {
	font-family: Futura, 'Century Gothic', AppleGothic, sans-serif; 
	font-weight:bold;
    width: 250px;
    overflow: auto;
    top: 150px;
    bottom: 12px;
	left: 10;
    position: fixed;
	font-size:.8em;
	font-weight:bold;
	line-height:1.2em;
}


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

#menu ul li.section-title { }

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

.container {
    padding-left: 50px;
	padding-right: 25px; 
	padding-top: 25px; 
	padding-bottom: 25px; 

}

.courier {
	font-size: 14px;
	font-family: Courier;
	line-height: 17px;
	letter-spacing: 0.0em;
}

.times {
	font-size: 14px;
	font-family: Georgia;
	line-height: 17px;
	letter-spacing: 0.0em;
}

.tinyhelvetica {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 10px;
	color:#F00;
	letter-spacing: 0.0em;
}

#content p {
	width: 400px;
	margin-top: 100px;
	margin-bottom: 9px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 2em;
	font-size: .8em;
}

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 16px; line-height:24px; font-family:Arial Black; }
h3 { font-size: 16px; line-height:21px; font-weight:normal; color: #CC0000; }
h4 { font-size: 12px; line-height:18px; font-weight:normal;}
h5 { font-size: 16px; line-height:22px; font-weight: 600; letter-spacing:0.02em; }
h6 { font-size: 11px; line-height:15px; font-weight:normal; padding:25px; font-family:"Courier New", Courier, monospace; color:#F00; }
h7 { font-size: 14px; line-height:20px; font-weight:normal; font-family: Arial, Helvetica, sans-serif; font-weight:normal; color:#000;}
h8 { font-size: 11px; font-weight:bolder; font-family:"Courier New", Courier, monospace;}


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

#once { clear: left; }