/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/

html, body {
	margin: 0;
	padding: 0;
}



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



a img { border: none; }

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

#menu ul li.section-title { }

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

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

#content p { width: 176px; 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; }

#once { clear: left; }


body {
	background: url('/background.gif') repeat-y ;	
	margin: 20px 0 0 20px;
	padding: 0;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: 0px;
	line-height: 14px;
	color: #000000;
}	

a, a:hover {
	text-decoration: none;
	color: #000000;
}

a:hover {
	background-color: yellow;
}

li.active a {
	color: #cccccc;
}

#left, #middle, #right, #projectTitle, .image, .dimensions, .caption {
	position: absolute;
	top: 6px;
}

#left {
	left: 5px;
	width: 176px;
	
}

.dashed,#left ul, #left p {
	border-top: 1px groove #000000;
	margin: 10px 0 20px;
	padding: 10px 0 0 ;
}
	
#dashed {
	position: absolute;
	left: 200px;
	top: 20px;
	width: 662px;
}

#projectTitle {
	left: 200px;
}

.image {
	top: 25px;
	left: 200px;
	padding: 10px 0 20px 0;
	margin: 10px 0 0 0;
	
}

.dimensions {
	left: 460px;
	width: 331px;
}

.caption {
	top: 20px;
	left: 882px;
	width: 220px;
}

#right {
	left: 882px;
	width: 220px;
}

#d-col2 {
	position: absolute;
	width: 332px;
	left: -5px;
	top: 38px;
	padding: 10px 0 0 0;
	margin: 15px 0 0 0;
	line-height: 112%;
}

#d-col2 p {
	padding-left: 0;
	margin-left: 0;
}

#content {
	height: 810px;
	padding-bottom: 40px ;
}

#footer {
	clear: both;
	width: 1200px;
}

#footerleft {
	border-top: 1px groove #000000;
	margin:15px 0pt 20px;
	width:160px;
	float: left;
}

#footermiddle {
	border-top: 1px groove #000000;
	margin:15px 0pt 20px 20px;
	width:662px;
	float: left;
	
}

#footerright {
	border-top: 1px groove #000000;
	margin:15px 0pt 20px 20px;
	width:220px;
	float: left;
}