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

body {
	font-size: 10px;
	font-family: Monaco, Courier, serif;
	background: #FFFFFF;
	text-align: left;
	text-color: #000000;
}

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

a:link { text-decoration: none; color: #000000; }
a:active { text-decoration: none; color: #000000; }
a:visited { text-decoration: none; color: #000000; }
a:hover { text-decoration: none; font-style:italic; color: #f59fbc; }

a img { border: none; }

#menu {
    width: 250px;
    overflow: auto;
    top: 10px;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #FFFFFF;
	margin: 15px 0 100px 25px;
}

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

#menu ul li.section-title {
 line-height: 18px;
 background-color:#FFFFFF;
 border-style:none;
 border-left:none;
 border-right:none;
 border:none;
}

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

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

#content p { width: 325px; 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; }

#once { clear: left; }

#proj_descript p {
	font-family: Monaco, Courier, serif;
	background-color: #FFFFFF;
	color: #000000;
	text-decoration: none;
	word-spacing: Normal;
	text-align: left;
	letter-spacing: 0;
	text-indent: 0px;
	line-height: 14px;
	font-size: 10px;
	padding: 12px;
}

#page_title p {
	font-family: Bauer Bodoni, Bodoni, Georgia, serif;
	background-color: #FFFFFF;
	color: #000000;
	font-style: bold;
	word-spacing: Normal;
	text-align: left;
	letter-spacing: 1px;
	text-indent: 0px;
	line-height: 18px;
	font-size: 18px;
}