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

body {
	background-color: black;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	line-height: 13px;
	letter-spacing: 0px;
	word-spacing: 1px;
	color: white;
	font-size: 11px;
}

a:link { text-decoration: none; color: #555;}
a:active { text-decoration: none; color: #8facc4; }
a:visited { text-decoration: none; color: #8facc4; }
a:hover { text-shadow: 1px 1px 10px; color: white; }

a img { border: none; }

#menu {
    
    text-align: right;
    
    width: 395px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
    margin: 60px 0 0 0px;
}

#menu ul {
	font-style: normal;
	font-weight: normal;
	text-align: right;
	text-shadow: 0px 0px;
	list-style: none;
	margin: 0 0 12px 0;
}

/* custom for the doods */
#menu ul li.section-title {
	margin-top: 20px;
	font-weight: bold;
	text-align: right;
        line-height: 20px;
	font-size: 13px;
}

.lmark { float: left; margin-bottom: 9px; }
.rmark { float: right; text-align: right; margin-bottom: 9px; }
.clmark { clear: both; }

#content {
    color: #e6e6e6;
    height: 100%;
    margin: 60px 0 0 400px;
    top: 0; text-align:justify
}

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

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

p {
    margin: 0 0 9px 0;
}

h1 { line-height: 28px; text-transform: uppercase; margin-bottom: 3px; font-size: 32px; }
h2 { font-weight: bold; text-transform: uppercase; font-size: 12px; }
h3 { text-transform: uppercase; margin-top: 30px; margin-bottom: 10px; font-size: 12px; }
h4 { font-size: 12px; }

#img-container	{ width: 500px; margin: 0; padding: 0; }
#img-container p	{ width: 500px; margin: 0; padding: 0 0 0px 0; }


#once { clear: left; }