	/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}


body {
	text-align: left;
	font-size: 11px;
	font-family: Verdana, sans-serif, georgia;
	background: #fff;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color: #666 }
a:active { text-decoration: none; color: #666 }
a:visited { text-decoration: none; color: #666; }
a:hover { text-decoration: underline; }

a img { border: none; }



#menu {
    text-align: left;
	width: 225px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 60px;
    position: float;
    height: 50%;
	background-color: #CCC;
	filter:alpha(opacity=65); /* IE's opacity*/
     opacity: 0.65;
}

#menu ul {
	list-style: none;
	margin: 0 0 24px 0;
}

#menu ul li.section-title { }

#content {
    text-align: left;
	height: 90%;
    margin: 0px 0 0 275px;
    top: 0;
}

.container {
    padding: 10px 5px 25px 5px;
}

#content p { width: 500px; margin-bottom: 9px; }

p {
    margin: 40px 0 40px 0;
	#left {
text-align: left;
}
}

h1 {
	font-size:32px;
	font-family: georgia;
	font-style: normal;
	font-weight: lighter;
	#left {
text-align: left;
}
	}
h2 { font-size: 28px; 
	font-family: times new roman;
	#left {
text-align: left;
}
	}
h3 { font-size: 16px;
font-family: georgia;
font-weight: lighter;
}
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; }


