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

body {
	font-size: 12px;
	font-family: Geneva, Verdana, sans-serif;
	letter-spacing: 2px;
	line-height: 20px;
	background-repeat: repeat;
	background-color: #0D0000;
	margin-left: 5px;
}

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

a:link {
	text-decoration: none;
	color: #CCC;
}
a:active { text-decoration: none; }
a:visited {
	text-decoration: none;
	color: #CCC;
}
a:hover {
	text-decoration: none;
	color: #999;
}

a img { border: none; }

#menu {
	font-size: 12px;
	width: 300px;
	top: 55px;
	bottom: 0;
	left: 700px;
	position: absolute;
	text-align: left;	
}

#menu ul {
	list-style: none;
	margin-top: 0;
	margin-right: 0;
	margin-top: 20px;
	margin-bottom: 30px;
	margin-left: 0;

	
}

#menu ul li.section-title {
	color: #666;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	}
	
#menu li	{ 
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #000;
	padding-left: 3px;
}

#menu ul li.active a{
	color: #999;
}
	

#content {
	top: 0;
	color: #999;
	width: 500px;
	margin-top: 67px;
	margin-right: 0;
	margin-bottom: 0;
}

.container {
    padding: 0px 0px 0px 10px;
	
}

#content p { 
	padding: 0px 0px 0px 0px;

}

p {
    margin: 0 0 14px 0;

}

#name {
	font-size: 12px;
	color: #900;
	left: 5px;
	padding: 5px;
	width: 100%;
	font-weight: bold;

}

h1 {
	font-size: 12px;
	color: #C00;
	width: 500px;
	font-family: "Times New Roman", Times, serif;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: normal;

}
h2 {
	color: #CCC;
	font-size: 12px;
	font-weight: bold;
	}
	
h3 { font-size: 18 px; }
h4 { font-size: 18 px; }

#img-container	{
	color: #CCC;
	margin-left: 0px;

}
#img-container p	{
	margin-left: 0px;

 }
 #img-container img	{
	margin-left: 0px;

 }

#once { clear: left; }
