/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0px;
	padding: 0px;
}

body {
	line-height: ; 
	font-size: 10px;
	font-family: "helvetica", "arial";
	color: #333333;

}

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

a:link { text-decoration: none;color: #333; }
a:active { text-decoration: none; color: #333; } 
a:visited { text-decoration: none; color: #333; }
a:hover { text-decoration: none; color: #888; }

a img { border: 0px; }

#menu {
	padding: 0 12px 0 10px;
	border-top:;
	background-image: url('http://www.blueyedben.com/bg_3.gif');
	background-repeat: repeat;
	margin-left: 0px;
	width: 217px;
    overflow: auto;
    top: 0px;
    bottom: 0;
	left: 0px;
    position: fixed;
    height: 100%;
	
}

#menu ul {
	background-color: #eaeaea;
	list-style: none;
	margin: 0 0 15px 0;
	line-height: 11pt; 
	font-size: 10px;
	font-family: "helvetica", "arial";
	color: #999999;
	padding-left: 0px;
	
}

#menu ul li.section-title { text-decoration: none; font-family: "monaco", "andale mono", "helvetica", "arial"; font-weight: ; color: #333333; background: #FFFFFF; 
}


#menu ul li.active a { 
    color: #b400ff;
	text-decoration: none;
 
 }


#content {
    border-top: ;
	height: 100%;
    width: 850px;
	padding: 15px 0 0 20px;
	margin: 0 0px 0 235px;
    top: 0;
	line-height: 10pt;
	
}

.container {
    padding-top: 0px;
	
}

#content p { width: 340px; height: 100%; padding-left: 0px; padding-bottom: 15px; padding-right: 250px; font-size: 10px; font-family: ; background-color: #FFFFFF; color: #333333; }

p {
    margin: 0 0 0 0;

}


 
#img-container	{	width: 850px; margin-left: 0px; }
#img-container p	{  background-color: #FFFFFF; width: 315px; padding-bottom: 5px;  }

#once { clear: left; }

/* SLIDE SHOW - Navigation */
	
	p.nav a {
		background-color: #eaeaea;
		padding-top: 3px;
		padding-right: 9px;
		padding-bottom: 3px;
		padding-left: 9px;
		font-size: 11px;
		font-family:;
		-moz-border-radius-bottomleft:3px;
		-moz-border-radius-bottomright:3px;
		-moz-border-radius-topleft:3px;
		-moz-border-radius-topright:3px;
	}
	
	p.nav a:hover {
		background-color:;
		color: #888;
	}
	
	p.nav span#num {
		letter-spacing: 2px;
		font-family: "monaco", "andale mono", "helvetica", "arial";
		font-style: ;
		color: #b400ff;	
		padding-left: 10px;
		font-size: 9px;
	}