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

h1 {
	font-family: times, serif;
	font-size: 22px !important;
	line-height: 18px;
	font-weight: normal;
	font-style: italic;
	letter-spacing: -1px;
	color: black;
	margin-bottom: 14px;
}

.hello {
	margin-top: 282px;
}

em {
	color: #aaa;
}

body {
	font-family: helvetica, arial;
	font-size: 16px;
	line-height: 21px;
	letter-spacing: 0px;
	background: #fff;
	margin-left: 28px;
	margin-top: 14px;
	padding:0;
	color: #aaa;

}

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

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

a img { border: none; }

#menu {
    width: 215px;
    float:left;
    overflow: auto;
}

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

#menu ul li.section-title { }

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

.container {
    padding: 0;
}

#content p { width: 400px; margin-bottom: 9px; }

select {
	width: 400px;
	margin-bottom: 14px;
	font-family: monaco;
	height: 14px;
	
}

#selector {
	height: 32px;
}


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; }
