/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
/* pre-nav text (TODD BRACHER STUDIO) */
	
	text-decoration: none; color: #000
	top:0;
	margin: 0;
	padding: 0;
}

body {
	/* Main body of text */
	color: #000;
	font-size: 10px;
	font-family: Verdana, sans-serif;
	background: #fff;
	line-height:1;
}

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

a:link { text-decoration: none; color: #000;}
a:active { text-decoration: none; color: #000; }
a:visited { text-decoration: none; color: #000; }
a:hover { text-decoration: none; color: #00adef;}
a img { border: none; }

#menu {
	/*border-bottom: 3px dotted #000000;*/
    width: 150px;
    overflow: hidden;
    top: 25px;
    bottom: 0;
	left: 25px;
    position: fixed;
    height: 100%;
	background-color: #fff;
	line-height:1.5;
	
}

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

#menu ul li.section-title {
margin: 0 0 5px 0;
text-decoration: bold; color: #000;}

#content {
    height: 100%;
	position: absolute;
    margin: 0px 0 0 175px;
    top: 27px;
}

.container {
    padding: 5px 5px 25px 5px;
}

#content p { 
width: 175px; margin-bottom: 9px; 


}

p {
	/*border-top: 3px dotted #000000;*/
    margin: 0 0 9px 0;
	line-height:1.5;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { 
font-size: 10px; 
text-decoration: none; 
font-family: Verdana, sans-serif;
line-height: 1.2;
font-style: normal;
font-weight: normal;
}


#img-container	{ margin: 0 0 0 0; padding: 0; }

#img-container p	{ width: 175px; margin: 0; padding: 0 0 12px 0; }

/*
#img-container a {
    display:block;
    float:left;
    width:200px; 
    height:200px; 
    margin:0 10px 10px 0;
    padding:0;
    border:0;
    overflow:hidden;
}
*/

#once { 
clear: left; 
}