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

body {
	font-size: 10px;
	font-family: Helvetica, sans-serif;
	background: #fff;
}

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

a:link { text-decoration: none;color: #D6D6D6; text-transform: uppercase;}
a:active { text-decoration: none; color: #D6D6D6; text-transform: uppercase;}
a:visited { text-decoration: none; color: #D6D6D6; text-transform: uppercase;}
a:hover { text-decoration: line-through; color: #D6D6D6; text-transform: uppercase;}

a img { border: none; }

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

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
}
#timedate { 
	color: #D6D6D6;
	font-family: Helvetica, sans-serif;
	font-size: 8px;
	widht:100px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px 0 10px 0;
}

#menu ul li.section-title { 
	color: #D6D6D6;
	font-family: Helvetica, sans-serif;
	font-size: 10px;
	line-height: 25px;
	font-weight: bold;
	text-transform: uppercase;
}
#copyright { 
	color: #D6D6D6;
	font-family: Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 25px;
	font-weight: normal;
	text-transform: uppercase;
}

#menu ul li a:link { text-decoration: none; color: #00AEEF;}
#menu ul li a:active { text-decoration: none; color: #00AEEF;}
#menu ul li a:visited { text-decoration: none; color: #00AEEF; background: #F3F3F3;}
#menu ul li a:hover { text-decoration: line-through; color: #00AEEF;}

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

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

#content p { width: 450px; margin: 15px 0 9px 0; font-size: 11px;}

p {
    margin: 15px 0 9px 0;
	color: black; 
	font-family: Helvetica, sans-serif; 
}

h1 { font-size: 32px; color: #D6D6D6; font-family: Helvetica, sans-serif; }
h2 { font-size: 24px; color: #D6D6D6; font-family: Helvetica, sans-serif; }
h3 { font-size: 16px; color: #00AEEF; font-family: Helvetica, sans-serif; }
h3 a{ font-size: 16px; color: #D6D6D6; font-family: Helvetica, sans-serif; text-decoration: none;}
h3 a:hover { font-size: 16px; color: #D6D6D6; font-family: Helvetica, sans-serif; text-decoration: line-through;}
h4 { font-size: 16px; color: #00AEEF; font-family: Helvetica, sans-serif; }

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

#once { clear: left; }