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

body {
	font-size: 12px;
	color:#888888;
	font-family: Helvetica,Arial,Sans-Serif;
	background: #fff;
}

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

a:link { text-decoration: none; color:#999999;}
a:active { text-decoration: none; color:#666666; }
a:visited { text-decoration: none; color: #999999; }
a:hover { text-decoration: none; color: #666666; }

a img { border: none; }

#menu {
    width: 205px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fff;
}

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

#menu ul li.section-title {
	border-top:1px solid #CCCCCC;
	color: #000000;
	font-family:Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	padding:6px 0 0; }

#content {
    height: 100%;
    margin: 0 0 0 270px;
    top: 0;
}

.container {
    padding: 20px 5px 25px 30px;
}

#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; }

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

#once { clear: left; }left;
}

div#content{
	
	width:695px;
	height: 488px;
	padding: 0 55px 0 200px;
	background: url('../images/left.jpg') no-repeat top left;
	
}
div.copy{
	padding: 30px 0 0 0;
}

div.image{
	float:right;
	width:400px;
	padding: 40px 0 0 0;
}

div.thumbs{
	width: 240px;
	float:left;
	padding: 0 0 20px 0;
}

div.copyright{
	float: left;
	text-align:center;
	width: 695px;
	font-size:0.5em;
}

.portfoliothumb{
	padding:0;
	margin:0;
}