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

body {
	font-size: 0.62em;
	color: #444;
	font-family: Verdana, sans-serif;
	background: #fff;
	letter-spacing: 0.03em;
}

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

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

a img { border: none;}

blockquote {
	padding:15px;
	margin: 10px 0 10px 0;
	width:300px;
	font-style: italic;
}

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

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

#menu ul li.section-title {
	text-transform: uppercase; 
	color: #333;
 }

#content {
    height: 100%;
    margin: 0 0 0 235px;
    top: 0;
    padding: 10px 0 0 10px;
}

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

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

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

h1 { font-size: 32px; }
h2 { font-size: 13px; font-weight: normal; text-transform: uppercase; letter-spacing: 0.07em; padding: 0; margin: 0; }
h3 { font-size: 18px; font-weight: normal; text-transform: uppercase; letter-spacing: 0.07em; padding: 0; margin: 0 0 20px 0; }
h4 { font-size: 11px; font-weight: normal; text-transform: uppercase; letter-spacing: 0.07em; padding: 20px 0 0 0; margin: 0 0 -7px 0; }

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

#once { clear: left; }

hr {  
	margin:20px 0 20px 0;
	line-height: 1px;
	width:400px;
}