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

body {
	font-size: 11px;
	font-family: Verdana, sans-serif;
	color: white;
	background: black;
	line-height: 14px;
}

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

a:link { color: yellow;}
a:active { text-decoration: none; background-color: yellow; color: black;}
a:visited { color: yellow;}
a:hover { background-color: yellow; color: black; text-decoration: none;}

a img { border: none; }

#menu {
    width: 180px;
    top: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    height: 100%;
    color: white;
    background-color: black;	
    float: left;
}

#menu .container {
	padding-top: 20px;
	padding-left: 50px;
}

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

#menu ul li.section-title {
	font-family: Georgia;
	font-size:11px;
	font-weight: bold;
	color: white;
	width: 100%;
	padding: 5px 5px 5px 5px;
	position: relative;
	text-transform: uppercase;
	left: -5px;
}

#content {
    height: 100%;
    margin: 0 0 0 270px;
    top: 0;
    margin-top : 125px;
    float: left;
}

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

#content p { width: 600px; 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: 600px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

.fatone {
	font-family: Georgia;
	font-size:12px;
	font-weight: bold;
}

.fatoneH {
	font-family: Georgia;
	font-size:12px;
	font-weight: bold;
	color: yellow;
}

.footer {
	font-size:10px;
	line-height: 12px;
	color: yellow;
}


