/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
padding:0;
margin:0; 
}
body {
	font-size: 11px;
	font-family: Verdana, sans-serif;
	background: #fff;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a{color:#81DE3B;}
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: 240px;
    overflow: auto;
    top: 14px;
    bottom: 14px;
	left: 15px;
    position: fixed;
	background-color: #fff;
	padding: 15px;
}

.siteLink { color:#81DE3B; font-size:14px; text-transform:uppercase;margin-bottom:12px;display:block; }
#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
}

#menu ul li.section-title { font-size:11px; font-weight:bold; }
li.active a { color:#666; }

#content {
	font-size: 14px;
    height: 100%;
    margin: 0 0 0 300px;
    top: 0;
}

.container {
    padding: 5px 5px 25px 5px;
}

#container p { font-size:11px; }
#content p { margin-bottom: 15px; margin-top: 25px; }


h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
.once { clear: left; }

#d-col1 { margin-top:0px; width:60px;}
#d-col2 { margin-top:25px; font-size:12px;}
#d-col1 a img { padding:2px; margin-bottom:10px; border:1px solid #81DE38; }

