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

/** div {border: 1px solid black;} */

body {
	font-size: 14px;
	font-family: Trebuchet, sans-serif;
	background: #fff;
	font-weight: bold;
}

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

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

a img { border: none; }

#menu {
    width: 23	0px;
	padding-left: 50px;
	padding-top: 40px;
	height: 90%;
}

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

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#content {
	width: 670px;
	position: absolute;
	top: 0;
	left: 330px;
	}

#content p {
	font-weight: normal;
	text-align: justify;
	}

#img-container	{ width:600px; float: left; padding-left: 30px; padding-top: 50px;}

#once { clear: left; }

#text { width: 582px; float: left; padding-left: 30px; padding-top: 50px;}

#info { position: absolute; bottom: 100px; }

#info ul { padding-left: 20px;}

#title { margin: 0; padding: 0; font-size: 20px; }


