/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 12px;
	color: #333333;
	font-family: Georgia, sans-serif;
	font-style:italic;
	font-weight: lighter;
	background: #999999;
	
}

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


a:link { 
	color: #ffff66;
	text-decoration: none; 
	}
	
a:active {
	color: #ffff66;
	text-decoration: none; 
}

a:visited { 
	color: #ffff66;
	text-decoration: none;  
}
a:hover { 
	moz-background-clip:border;
	moz-background-inline-policy:continuous;
	moz-background-origin:padding;
	background:#333333 none repeat scroll 0 0;
}

a img { border: none; }

#menu {
    width: 180px;
    overflow: auto;
    top: 0px;
    bottom: 80px;
	left: 20px;
    position: fixed;
    height: 100%;
	background-color: #999999;
	border-bottom: solid 2px #ffff66;
	padding-bottom: 20px;
}
	
#menu ul {
	list-style: none;
	margin: 0 0 4px 0;
}

#menu ul li.section-title { }

#content {
    height: 1000%;
    margin: 20px 0 0 220px;
    top: 20px;
	border-top: solid 2px #ffff99;
	padding-top: 10px;

}

.container {
    padding: 20px 10px 0px 10px;
}

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

p {
    margin: 0 0 15px;
}

h1 {
font-size:21px;
font-weight: lighter;
border-top: solid 2px #ffff66;
padding-top: 10px;
font-weight: 400;
text-transform: uppercase; 
border-bottom: solid 2px #ffff66;
padding-bottom: 10px;

}
h2 {
font-size:16px;
font-weight: 400;
border-bottom: solid 2px #ffff66;
padding-bottom: 10px;

}
h3 { 
font-size: 12px; 
font-weight: lighter;
padding-top: 5px;
text-align:center;
}
h4 { 
font-size: 12px;
font-weight:lighter ;
}

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

#once { clear: left; }
