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

body {
	font-size: 12px;
	font-family: 'Helvetica', Arial, Courier, monospace, sans-serif;
	background: #fff;
        
	font-weight: 100;
	line-height: 13px;
	color: #666666;
        text-transform: uppercase;
	text-decoration: none;
	link color: #666666;
}

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

#d-col1 {
	width: 600px;
}
#d-col1 a {
	float: left;
}
a img { border: none; }
a:hover {
	color:#6600CC;
}
a {
	color: #666666;
	text-decoration:none;
}
#menu {
    width: 215px;
    overflow: auto;
    top: 30px;
    bottom: 0;
	left: 25px;
    position: fixed;
    height: 100%;
	background-color: #fff;
}

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

#menu ul li.section-title { }

#content {
    height: 100%;
    margin: 55px 0 0 300px;
    top: 10px;
}

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

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

p {
    margin: 0 0 9px 0;
}

h2#logo {
	margin-bottom: 32px;
}
h2#logo  a {
	padding-bottom: 20px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	text-decoration: none;
}

h1 { font-size: 32px; }
h2 { font-size: 9px; }
h3 { font-size: 12px; 
     padding-bottom: 10px;
     font-weight: normal;
     text-transform: uppercase;
     text-decoration: none;
}
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; }
#sidebar {
	float: right;
	width: 200px;
	padding: 0 0 20px 20px;
}