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

body {
	font-size: 9px;
	font-family: Helvetica, sans-serif;
	color: #5e5f62;
	background-color: #ffffff;
	line-height: 16px;
	letter-spacing: 1px;
}

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

a:link {
	text-decoration: none;
	background-color: #ffffff;
	color: #3e3e3f;
}
a:active {
	text-decoration: none;
	background-color: #ffffff;
	color: #3e3e3f;
}
a:visited {
	text-decoration: none;
	color: #3e3e3f;
	background-color: #ffffff;
}
a:hover { color: #ffffff; background-color: #63b5ac; }

a img {	border: none;
 }
a:blog{ color: #ffffff; background-color: #63b5ac; }
a:blog-hover { 	text-decoration: none;
	background-color: #ffffff;
	color: #3e3e3f; }

#menu { 
	width: 180px; 
	overflow: none; 
	top: 0; 
	bottom: 0; 
	left: 0; 
	position: fixed;  
	height: 400px;
	background-color: #e7e7df;
}

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

#menu ul li.section-title {
	border-bottom-style: dotted;
	border-color: #6bb8af;
	border-bottom-width: 1px;
	width: 129px;
}

#content { height: 100%; width: 400px; padding: 50px 200px 20px 180px; scroll: none;}

.container {
	padding: 60px 0px 130px 30px;
	scrolling: None;
}

#content p { width: 400px; padding: 0px 0px 0px 0px; scroll: none;}

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
}

#img-container	{ margin: 0px; padding: 10px 0 0 0px; }
#img-container p	{ width: 475px; margin: 0; padding: 0 0 15px 0px; }


#once { clear: left; }
	
