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

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

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

a:link { text-decoration: none; color: #6b7a9d;
	font: normal 12px "arial";
}
a:active { text-decoration: none; color: #eb2d15;
	font: normal 12px "arial";
}
a:visited { text-decoration: none; color: #6b7a9d;
	font: normal 12px "arial";
}
a:hover { text-decoration: none; 
		color: #fff;
		background-color: #000;
}

a img { border: none; }

#menu {
    background-image: url(/images/zerocut2.png);
    background-repeat: no-repeat;
    width: 225px;
    overflow: auto;
    top: 15px;
    bottom: 0px;
	left: 15px;
    position: fixed;
    height: 100%;
	right: 0;
}

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

#menu ul li.section-title {
	color: #0000;
	font: normal 18px verdana, arial, sans-serif;
	margin: 0px 0px 3px 0px;
	
}

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

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

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

#once { clear: left; }
