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

}

body {
	font-size: 11px; color:#333;
	font-family: georgia, serif; line-height:1.3;
	background: #fff url('bg.gif') fixed;
	padding-left: 100px;
width:700px; position:absolute; left:0px; 

}

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

a:link { text-decoration: none;color:#333; }
a:active { text-decoration: none;color:#333; }
a:visited { text-decoration: none; color: #333; }
a:hover { text-decoration: line-through; }

a img { border: none; }

#menu {
    width: 400px;
    height: 800px;
    overflow: visible;
    margin: 0;
    top: 0;
    bottom: 0;
	left: 500px;
	background: #fff url('bgreverse.gif') fixed;
    padding: 0 10px 0 0;
position:absolute;margin-left:225px;
}

#titleorp {
	background: url('orp.gif') no-repeat;
    position: absolute;
top:10px;
left:500px;
width:300px;
z-index:100;

}

#menu ul {
	list-style: none;
	margin: 0 0 10px 0px;
	background: #fff;
    padding-left:4px;
    width: 280px;

}

#menu ul li.section-title {text-decoration: none;color:#333; font-size: 12px;}

#content {
    height: 100%;
    margin: 0 0 0 10px;
    top: 0;
    width: 800px;

}

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

#content p { width: 290px; margin-bottom:9px;margin-left:300px;padding:4px;background:#fff; padding-top:12px;}

p {
    margin: 0 0 2px 0;
}

h1 { font-size: 100px;color:#fff; font-weight:900;font-family: sans-serif;line-height:70px; font-variant:small-caps; margin-left:0px;
}
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }
h5 { font-size: 10px; background-color:#fff;}
h6 { font-size: 9px; color:#666;font-weight:100;font-family:sans-serif;}



#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 280px; margin: 0 100px 10px 0; padding: 4px; text-align:left;color:#333;}

#once { clear: left; }