/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
* hack by Mark Osborne Oct 2008
*/
* { margin: 0; padding: 0; }

body {
	font-size: 11px; line-height: 15px;
	font-family: times, serif;  color: black; 
	font-style: normal; background-color: #ffffff;
	line-height: 12px;
	
	
}

body.section-1 { }
body.section-2 { }
body.section-3 { }
body.section-1, body.section-2, body.section-3, body.section-4, body.section-5 { cursor:crosshair; }

#menu ul li a {padding-bottom: 2px; width: 100px; display: block;} 

a:link { text-decoration: none; color: #000; }
a:visited { text-decoration: none; color: #000; }
a:hover { color: #dedede; background-color: #000;}
a:active { underline; color: #000;}


#menu ul li a:link { text-decoration: none; color: #000; }
#menu ul li a:visited { text-decoration: none; color: #666; }
#menu ul li a:hover { color: #dedede; background-color: #fff;}
#menu ul li a:active { underline; color: #000; background-color: #000; }

a:focus { color: #fff; background-color: #fff;}

a { cursor: crosshair; }

a img { border: none; }

#menu {
    width: 100px;
    float: left;
    top: 0;
    left: 0;
    position: fixed;
    height: 40%;
 
/*
  overflow: auto;    
    bottom: 0;
    
*/
	background-color: #transparent;
}


h1.line-one, h2.line-two { margin: 0; font-size: 10px; line-height: 15px; font-weight: bold; }

.menu-box
{
	width: 6px;
	height: 40px;
	border-bottom: black;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
	margin-bottom: 15px;
}

.content-box
{
	width: 6px;
	height: 70px;
	border-bottom: black;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
	margin-bottom: 15px;
}

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


#menu ul li.section-title { }

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

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

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

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 9px; }
h2 { font-size: 13px; }
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; }
#img-container p img { border-color: #eee; border-width: 1px; border-style: solid; }


#once { clear: left; }
