/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 30;
	padding: 0;
}

body {
	font-size: 11px;
	font-family: Verdana, sans-serif, µ¸¿ò;
	background: #ffffff;
	color: #333333;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color: #00a53a; }
a:active { text-decoration: none; color: #00a53a; }
a:visited { text-decoration: none; color: #00a53a; }
a:hover { text-decoration: underline; color: #a56100; }

a img { border: none; }

#menu {
	font-size: 11px; line-height: 14px;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
 	width: 220px;
    overflow: yes;
    top: 20px;
    bottom: 20px;
	left: 20px;
    position: fixed;
    height: 100%;
	align: left;
	background-color: none;
}

 

#menu ul {
	list-style: none;
	margin: 0px 0px 10px 0px;
}

#menu ul li.section-title { }

#content {
	width: 800px; 
    height: 100%;
    margin: 30px 0 0 250px;
    top: 0;
}

.container {
    padding: 15px 15px 15px 15px;
}

#content p { width: 500px; 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; }
