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

body {
	background: #000;
	color: #b7c1be;
	font: 12px/16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

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

a:link { text-decoration: none; color: #7d6c59; font-weight: bold; }
a:active { text-decoration: none; background: #00abd0; color: #FFF;	font-weight: bold; }
a:visited { text-decoration: none; color: #7d6c59; font-weight: bold; }
a:hover { text-decoration: none; color: #FFF; font-weight: bold; }

a img { border: none; }

#menu {
    display:block;
    width: 220px;       
    text-align: right;
    overflow: auto;
    margin: 0px 0 0px 40px;
	padding: 0px 0 10px 0px;
    position: fixed;
    height: auto;
	background: #101010 none repeat scroll 0 0;
	line-height: 18px;
}
#menu a:visited { }

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

#menu ul li.section-title {
	color: #00abd0;
	font: bold 16px/16px Georgia, "Times New Roman", Times, serif;
/*	border-left: 8px groove #00abd0; */
	border-bottom: 1px dotted #727c7d;
	padding-bottom: 4px;
	margin-bottom: 6px;
	display:block;
}

#menu ul li.section-title:hover {
	color: #FFF;
	font: bold 16px/16px Georgia, "Times New Roman", Times, serif;
/*	border-left: 8px groove #00abd0; */
	border-bottom: 1px dotted #727c7d;
	padding-bottom: 4px;
	margin-bottom: 6px;
	display:block;
}


/* My Comment */

#content {
    height: 100%;
    margin: 25px 0 0 300px;
    top: 0;
	color: #ddd4a1;
}

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

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

p {
    margin: 0 10px 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; }