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

body { background-color: #FFF;
 	color: #5d665b;
 	margin: 0;
 	font-family:  Georgia, "Times New Roman", Times, serif;
 	font-size: 10px;
 	line-height: 140%
 	}





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

a:link { text-decoration: none; color: #8E8E8E; }
a:active { text-decoration: none; color: #8E8E8E; }
a:visited { text-decoration: none; color: #8E8E8E; }
a:hover { text-decoration: none; color: #F26522; }

a img { border: none; }

#menu {
    width: 215px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0px;
    position: fixed;
    height: 100%;
	background-color: #FFFFFF;
}

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

#menu ul li.section-title { text-decoration: none; color: #black;
		font-weight: bold; }

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

.container {

    padding: 25px 25px 25px 25px;
}

#content p { width: 500px; margin-bottom: 10px; }

p {
    margin: 10px 0 10px 0px;
}

h1 { font-size: 14px; font-weight:normal; text-decoration: none; color: #A52A2A; }
h2 { font-size: 10px; font-weight:normal; text-decoration: none; color: #000000; }
h3 { font-size: 10px; font-weight:normal; text-decoration: none; color: #F26522; }
h4 { font-size: 8px; font-weight:normal; text-decoration: none; color: #F26522; }

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

#once { clear: left; }
