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

body {
	font-size: 11px;
	font-family: balthazar, sans-serif;
	background: #fff;
}

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

a:link { text-decoration: none;color: #f00; }
a:active { text-decoration: none; }
a:visited { text-decoration: line-through;color: #666; }
a:hover { text-decoration: underline; }

a img { border: none; }

#wrapper { width: 900px; margin: 0 auto; background: #fff; }

a#newlogo {
    top: 10px;
    border: none;
}

a#newlogo .container {
    top: 0px;
    float:left;
    border: none;
}

#menu {
    float:left;
    position: relative;
    height: 100%;
    background-color: #fff;
    width: auto;
}

#menu ul {
    float:left;
    list-style: none;
    margin: 0 0 12px 0;
    width: 150px;
}

#menu ul li.section-title {
    border-bottom: 1px dotted;
    border-bottom-width: 1px;
    border-top: solid;
    border-top-width: 3px;
    margin-right: auto;
    margin-top:0;
    padding-top: 6px;
    padding-bottom: 2px;
    width 150px;
}


#menu .container {
    float:left;
    position: fixed;
    height: auto;
    top: 480px;
    background-color: #fff;
    padding: 0px
}

#content {
    height: 100%;
    width: auto;
    top: auto;
}

#content .container {
    top: 32px;
    width: auto;
    position: relative;
    margin-top: 0px;
    padding: 10px 0px 10px 0px;
    background-color: #fff;
}

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

p {margin: 0 0 9px 0;}
p {text-align: justify; width: 421px;}

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 { margin: 0; padding: 0 0 10px 0; }

#once { clear: left; }

.clear-both { clear: both; }