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

#wrapper {
	margin: 0px auto;
	text-align: left;
	width: 927px;
	padding: 0 5px;
}

* {
	margin: 0;
	padding: 0;
}

#black {
	background-color: #000;
	height: 7px; 
	width: 100%;	
}

body {
	font-weight: normal;
	line-height: 125%;
	color: #000; 
	font-size: 70%;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	background: #fff;
}

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

a img { background: #000000;
	border: 0px solid #bbb;
	padding: 3px;
	}
img {
	background: #fff;
	border: 1px solid #ccc;
	padding: 2px;
	}
#menu {
	width: 191px; 
	bottom: 0;
	background-color: #fff;
	position: relative;
	float: left;
	padding-right: 30px;
}

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

#menu a:visited {
	text-decoration: line-through; 
}

#menu ul li.section-title {
	font-weight: bold;
	text-transform: uppercase;	
	}

#content {
	top: 0;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 221px;
}


.container {
	padding-top: 30px; 
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
}

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

p {
    margin: 0 0 9px 0;
}

h1 {
	font-size: 2em;
	text-transform: uppercase;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	color: #999;
}
.large {
	font-size:6em;
	line-height: 75%;
}
h2 {
	font-size: 3.2em;
	text-transform: uppercase;
}
h3 {
	font-size: 2em;
	text-transform: uppercase;
	margin-top: -10px;
	margin-bottom: 10px;
}
h4 {
	font-size: 1.2em;
	text-transform: uppercase;
}
a {
	border-bottom: 1px solid #ddd;
	color: #666;
	font-weight: bold;
}
a:hover {
	color: #FFF;
	background-color: #000;
	padding-right: 2px;
	padding-left: 2px;
	text-decoration: none;
}

.small {
	font-size:85%;
}

<!-- #img-container	{ margin: 0; padding: 0; } -->
<!--  #img-container p	{ width: 500px; margin: 0; padding: 0 0 12px 0; } -->

#once { clear: left; }

.dcap {
	color:#000;
	display:inline;
	float:left;
	font-size:4.8em;
	line-height:0.8em;
	text-transform:uppercase;
	margin:0.07em 0.14em 0pt 0pt;

}