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

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

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

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

a img { border: none; }

#menu {
    width: 230px;
    margin-top: 40px;
	margin-left: 40px;
    height: 100%;
	background-color: #fff;
	float:left;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height:20px;
}

#menu ul li.section-title { 
font-family: Georgia, "Times New Roman", Times, serif;
color:#FFF;
font-style:italic;
padding-left:10px;
font-size:14px;
text-transform:uppercase;
background-image: url('http://www.seen-site.com/gabrielholzner/images/headlines-bgr.png');
background-repeat:no-repeat;
background-position:left center;
margin-bottom:5px;
}

#menu ul li { 
font-size:10px;
padding-left:10px;
}

#content {
    height: 100%;
    margin: 153px 0 0 0px;
    top: 0;
	float:left;
}

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

#content p { width: 538px; margin-bottom: 9px; line-height:16px; }

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

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: 0px 0 15px 0; }

#once { clear: left; }

li.active  { 

}
