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

body {
	font-size: 10px;
	font-family: Tahoma, sans-serif;
	background: #fff;
}

#img-container p { margin-bottom: 18px; }
#img-container p span { line-height: 18px; }

body { 
background-image: url();
background-repeat: repeat;
background-position: 215px 0;
background-attachment: fixed;
 }


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

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

a img { border: none; }
 
#menu {
background-color: #f2ec5a;
float:left;
left:55px;
overflow:visible;
position:fixed;
top:0px;
width:210px;
}

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


p.nav {
	margin:20px 0 0 0;
}

#content p.nav a{
	color:#fff;
	background: #222;
	padding:2px 5px 2px 5px;
}






#menu ul li.section-title {
        font-size: 11px;
        border-bottom: 1px solid #fff;
        padding-bottom: 3px;
        margin-bottom: 3px;
		color:#a05768;
		width:170px;
 }

#content {
        width: 550px;
        padding: 0px 80px 0 315px;
}


.header {
		bottom:22px;
		height:100px;
		overflow:visible;
		padding-bottom:0;
		position:relative;
		width:210px;
		}

.footer {
		bottom:-31px;
		height:17px;
		margin-bottom:-17px;
		overflow:visible;
		padding-bottom:0;
		position:relative;
		width:210px;
		}

.container {
    padding: 70px 4px 0px 0px;
}

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

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }
h10 { font-size: 9px;
color: #a05768 }

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

#once { clear: left; }