/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/

* {
	padding-bottom: 0px;
	margin: 0;
}

body {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 11px;
	background: #fff;
}


a:link {
	color: #8B8989;
	text-decoration: none; }
a:visited { 
	color: #8B8989;
	text-decoration: none; }
a:hover { 
	color: #8B8989;
	text-decoration: underline; }
a:active { 
	color: #8B8989;	
	text-decoration: none; }


a img { padding-left: 3px; padding-bottom: 20px; border: none; }

#the-background {
position: relative;
overflow: hidden;
z-index:1;
width: 100%;
height:100%;
top:0;
left:0;
}

#wrapper {
position: absolute;
z-index: 2;
width: 100%;
height: 100%;
top: 0;
left:0;
}

#menu {
  background-color: white;
  width: 200px;
	overflow: auto;
	top: 0;
	left: 24px;
	position: fixed;
	height: auto;
	text-align: right;
    padding-bottom:1px;
	padding-right: 18px;
	padding-left: 5px;
		/* for IE */
	filter:alpha(opacity=99);
	/* CSS3 standard */
	opacity:0.99;
	}

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

#menu ul li.section-title {
	font-weight: bold;
	color: #404040;

}

#content ul.bio {
	list-style: none;
	padding: 10px;
	width: 700px;
}

#content ul li.section-title {
	font-weight: bold;
	font-style: italic;
}

#content {
    margin-left: 260px;
    margin-bottom: 0;
    margin-right: 0;
    margin-top: 80px;
    height: 100%;
}

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

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

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
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; }

#once { clear: left; }
