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

html {
	height: 100%;
	}

body {
	font-size: 10px;
	font-family: Verdana, sans-serif;
	background-color: #ffd400;
	height: 100%;
}

#wrapper { 
width: 960px; 
margin: 0 auto;
padding: 0 0 0 75px; 
text-align: left;
background-image: url(../img/Transparency.png);
background-repeat: repeat;
height: 100%;
}

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

.logo a:hover { background: none; }

a:link { text-decoration: none; color: #000;}
a:active { text-decoration: none; color: #666; }
a:visited { text-decoration: none; color: #000; }
a:hover { text-decoration: none; color: #c4161c; }

a img { 
border: none;
box-shadow: none; 
-webkit-box-shadow:none;
-moz-box-shadow: none
}

#menu {
    width: 215px;
    overflow: auto;
	text-align: left;
	top: 0;
    bottom: 0;
	left: 0;
    float: left;
	height: 100%;
}

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

#menu ul li.section-title {
font-size: 9pt;	
}

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

.container {
    padding: 25px;
}

#menu .container { padding: 21px 0 21px 21px; }

#content .container { padding: 42px 0 21px 21px; }

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

.clear-both { clear: both; }