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

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

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

a:link { color: red; font-weight: bold;}
a:active { font-weight: bold;}
a:visited {font-weight: bold; color: red;}
a:hover {color: #cccccc;}

#bigged{ font-size: x-large; }


a img { border: none; }

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

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

#menu ul li.section-title {font-weight: 600; }

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

.container {
    padding: 15px 5px 25px 25px;
}

#content p { width: 600px; margin-bottom: 19px; margin-top: 9px;}

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; color: #000; margin-top: 10px; color: #376092 }
h3 { font-size: 20px; color: #376092; font-weight: 850;}
h4 { font-size: 13px; color: #376092;}

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

#once { clear: left; }
.form { width: 600px; border: 1px dotted #cccccc; padding: 5px; }
.smallblue { color: #333366; font-weight: 600; }


textarea { background-color: #FFE7BB;}
.barb { background-color: #FFE7BB;
