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

body {
	font-size: 11px;
	font-family: arial, sans-serif;
	background: #fff;
}

a:link { text-decoration: none; color: #996633;}
a:active { text-decoration: none; color: #996633; }
a:visited { text-decoration: none; color: #996633; }
a:hover { text-decoration: none; color: #cc6600; }

a img { border: none; }

#menu {
    
    width: 215px;
    overflow: auto;
    top: 100px;
    bottom: 0;
	left: 100px;
    position: fixed;
    height: 100%;
	background-color: #fff; text-align:center;
}

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

/* custom for the doods */
.lmark { float: left; margin-bottom: 9px; }
.rmark { float: right; text-align: right; margin-bottom: 9px; }
.clmark { clear: both; }

#content {
    height: 100%;
    margin: 100px 0 0 315px;
    top: 0; text-align:justify;

}

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

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

p {
    margin: 0 0 9px 0;
}

h1 { line-height: 25px; font-weight: bold; font-size: 16px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

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

#once { clear: left; }
