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


html {
        overflow: hidden;
}

body {
	font-size: 11px;
	font-family: Helvetica, Arial, sans-serif;
	background: #fff;
}

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

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

a img { background-color: white; text-shadow: 0px 0px white; border: none; }
a.main-title { color: #131313; font-size: 18px; font-weight: normal; font-style: italic; font-family: georgia, Georgia, "Times New Roman", Times, serif; }

#menu {
    background: transparent;
    min-height: 200px;
    height: 100%;
    width: 200px;
    overflow: auto;
    top: 0px;
    bottom: 0;
	left: 30px;
    position: fixed;
}



#menu ul {
	list-style: none;
	margin: 0 0 20px 5px;
}

#menu ul li.section-title { line-height: 16px; font-style: italic; color: #353535; font-family: georgia, times, serif; font-weight: bold;}



#menu .container #ibot a { background: transparent; }


#the-background {
position: absolute;
z-index:1;
width: 100%;
height:100%;
top:0;
left:0;
overflow:hidden;
}


#wrapper { 
position: absolute;
z-index: 2;
width: 100%;
height: 100%;
top: 0;
left:0;
}




.transparent_class {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}




#content {
    margin-left: 220px;
    margin-bottom: 0;
    margin-right: 0;
    margin-top: 0;
    height: 100%;
    top: 0;
}



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

#container2 {
background-color: white;
padding-top: 13px;
	padding-left: 8px;
    padding-bottom:5px;
}

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

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-weight: bold; font-style: italic; font-family: georgia, times, serif; font-size: 16px; }
h4 { padding-bottom: 3px; color: #909090; font-style: italic; font-size: 12px; }

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

#once { clear: left; }

.pic {margin-bottom: 0px; padding-bottom: 0px}


