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

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

.wrapper {margin-top:110px;}

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

a {color:#575757;}
a:link {text-decoration: none;}
a:active {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: underline;}

a img {border: none;}

#menu {
    width: 360px;
    height: 100%;
	float:left;
}



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

#menu ul li {margin-bottom:10px;}

#menu .container {
	width:370px;
	height:630px;
	padding: 0px 20px 0px 5px;
	border-right: 1px solid #e5e5e5;
}

#menu .container h1 {
	width:170px;
	height:100%;
	float:left;
	padding-right:30px;
	margin-right:30px;
	text-transform: uppercase;
	font:bold 2.5em/1em Arial, sans;
	color:#666;
	text-align: right;
	border-right: 1px solid #e5e5e5;
}

#menu .container ul li.section-title {}

#menu .container h1 a{text-decoration:none;}

#content {height: 100%;margin-left:425px;}

#content .container {
	position:relative;
	width:600px;
}

#content .container p {line-height: 1.3em;}

h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

p {margin: 0 0 9px 0;}

.container ul li.section-title{font:bold 1.2em/2em arial, sans;color:#666;}
.container ul li {line-height:1.2em;margin-bottom:0.6em;}

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

#once {clear: left;}

#img-container p.nav {
	text-align: right;
	font-size: 11px;
	text-transform: lowercase;
	position:absolute;
	right:0;
	z-index: 200;
}
#img-container p.nav a {color:#666;font-size:12px;font-weight: bold;}

p.caption {color:#666;font-size:12px;}

#copyright {margin-top:280px;}

#copyright, #copyright a {
	font-size:10px;
	color:#bbb;
	line-height: 1.5em;
}

.clear {
	clear:both;
	height:0;
	line-height: 0;
}