/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 14px;
	font-family: Garamond;
	background: #fff;
	margin-top: 20px;
	margin-left: 20px;
	/*text-transform: uppercase;*/
}

body.section-1 { }
body.section-2 { }
body.section-3 { }



a img { border: none; }

.top-section {
		font-size: 16px;
		line-height: 16px;
		color: #000;
		font-weight: normal;
		text-decoration: none;
		font-family:Garamond;
		}
.top-section a:visited {
		font-size: 24px;
		line-height: 24px;
		color: #000;
	font-family:Garamond;
		text-decoration: none;
}
#menu {
    width: 230px;
    overflow: auto;
    top: 20px;
    bottom: 0;
	left: 10px;
    position: fixed;
    height: 100%;
	background-color: #fff;
}

#menu ul {
	list-style: none;
	margin: 0 0 15px 0;
}

li.section-title {
		font-weight:normal;
		color: #020202;
		padding-top: 5px;
		padding-right: 0px;
		padding-bottom: 5px;
		padding-left: 0px;
		/* Following lines adds a line about each section */
		border-top-color: #cccccc;
		border-top-style: solid;
		border-top-width: 1px;
		width: 150px;
text-decoration: none;
	}
.container ul li a,
.container ul li a:visited {
		margin-top: 5px;
		margin-right: 0px;
		margin-bottom: 5px;
		margin-left: 0px;
		color:#798a78;
		/* Following lines adds a line about each section 
		border-top-color: #cccccc;
		border-top-style: solid;
		border-top-width: 1px;*/
		width: 150px;
text-decoration: none;
	}
.container ul li a:hover {
		/*padding-top: 5px;*/
		padding-right: 0px;
		/*padding-bottom: 5px;*/
		padding-left: 0px;
		color:#3f4c5d;
		/* Following lines adds a line about each section 
		border-top-color: #cccccc;
		border-top-style: solid;
		border-top-width: 1px;*/
		width: 150px;
		/*line-height:18px;
		font-size:13px;*/
	}
.bottom-section {
		font-size: 9px;
		line-height: 24px;
		color: #bbbbbb;
		
		
}



#content {
    height: 100%;
    margin: 0 0 0 255px;
    top: 0;
}

.container {
    padding: 5px 5px 25px 5px;
}

#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; }

#once { clear: left; }
