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

body {
	font-size: 10px;
	font-family: Georgia;
	background: #fff;
}

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

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

{
margin:0;
padding:0;
}
body {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#FFFFFF none repeat scroll 0 0;
font-family:"Georgia",Times New Roman,Times,serif;
font-size:10px;
}
body.section-1 {
}
body.section-2 {
}
body.section-3 {
}

a img {
border:medium none;
}
#menu {
background-color:#FFFFFF;
bottom:0;
height:100%;
overflow:visible;
position:absolute;
width:310px;
}
#menu ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0 0 20px;
}
#menu li {
margin-bottom:3px;
}
#menu ul li.section-title {
}
#content {
height:100%;
margin:15px 0 0 220px;
width:850px;
}
.container {
margin-left:25px;
padding:1px 5px 25px 120px;
}
#content p {
color:#000000;
margin:132px 0 0 0;
width:600px;
}
p {
line-height:15px;
margin:0 0 10px;
}
h1 {
font-size:100px;
font-weight:normal;
line-height:1;
}
h2 {
font-size:30px;
font-weight:normal;
line-height:1.3;
}
h3 {
font-size:14px;
font-weight:normal;
}
h4 {
font-size:10px;
font-weight:bold;
}
#img-container {
margin:25px 0 0 0;
padding:0;
}
#img-container p {
padding:0 0 12px;
width:400px;
}
#once {
clear:left;
}

