/**

*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 9px;
	letter-spacing: 1px;
	font-family: Arial, sans-serif;
	line-height:1.7;
	background:#ffffff;
}

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

* { outline:none}

a {padding:0 1px;}
a:link { text-decoration: none; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: none; }




a img { border: none; }



#name {
Helvetica, Arial, sans-serif;
    width: 125px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
}


#name a {
background-color:#ffffff; color:#666666;
}

#name a:visited {
background-color:#ffffff; color:#666666;
}


#name a:hover {
background-color:#ffffff; color:#97dcf6; 
}





#menu {
Helvetica, Arial, sans-serif;
    width: 125px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
}


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


a {
background-color:#ffffff; color:#666666;
}

a:visited {
background-color:#ffffff; color:#666666;
}

li.active a { background-color:#ffffff; color:#000000}

a:hover {
background-color:#ffffff; color:#97dcf6; 
}


#menu ul li.section-title 
{
	font-size: 9px;
	letter-spacing: 1px;
	font-family: Arial, sans-serif;
	line-height:1.7;
	background:#ffffff;
	font-weight:bold;
	text-transform:uppercase; 
}


#about {
    height: 100%;
    margin: 10px 10px 10px 155px;
    top: 0;
}

.container { padding: 10px 10px 25px 10px; font-size: 11px;}

#about p { width: 563px; margin-bottom: 9px; }

p { margin: 0 0 9px 0; 	font-size: 11px;}

h1, h2, h3, h4 {font-size: 11px;}





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

.container { padding: 10px 10px 25px 10px; font-size: 11px;}

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

p { margin: 0 0 9px 0; 	font-size: 11px;}

h1, h2, h3, h4 {font-size: 11px;}

#img-container	{ margin: inherit; padding: 1; }
#img-container p { width: 400px; margin: 1; padding: 0 0 12px 0; }

#once { clear: left; }

u {line-height:16px;}

#meta {position:absolute; width:100px; left:-100%}

#logo a { background-color:transparent; padding:0}

#prev 		{padding:0 2px 0 9px; background:#ffffff; color:#000000 }
#prev:hover {padding:0 2px 0 9px; background:#ffffff; color:#97dcf6 }
#next 		{padding:0 9px 0 2px; background:#ffffff; color:#000000 }
#next:hover {padding:0 9px 0 2px; background:#ffffff; color:#97dcf6 }