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

body {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #fff;
}

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

a:link { text-decoration: none; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #333; }
a:hover { background-color: #FFFF66; text-decoration: none; }

a img { border: none; }

#menu {
    width: 215px;
    height: 100%;
	background-color: #fff;
	line-height: 16px;
    float: left;
}

#menu .container{
    padding-top: 0
    padding-left: 0
}

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

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

#menu ul li.section-title {font-family: Helvetica, Arial, sans-serif; font-size: 12px; font-weight: bold; text-transform: uppercase; font-size: 14px; border-bottom-color: 999; border-bottom-style: dotted; border-bottom-width: 1px; }

#menu ul a:link { text-decoration: none; color: #000}
#menu ul a:visited { text-decoration: none; color: #333; }



#content {
    height: 100%;
    margin: 0;
    padding-top: 0;
    padding-left: 0;
    float: left;
}

.container {
    padding: 10px 10px 50px 10px;
}

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

p {
    margin: 0 0 9px 0;
}

h1 {font-family: Helvetica, Arial, sans-serif; font-size: 12px; font-weight: bold; text-transform: uppercase; font-size: 14px; }
h2 { font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 24px; }
h3 { font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 16px; }
h4 { font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }