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

body {
	font-size: 10px;
	margin: 0px 0 0px 0;
	font-family: Helvetica, Verdana, sans-serif;
	background: #ffffff;
}

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

a:link { text-decoration: none; color:#000000; font-weight:bold}
a:active { text-decoration: none; color:#e49393;font-weight:bold}
a:visited { text-decoration: none; color: #626262;  font-weight:bold}
a:hover { text-decoration: underline; color:#e49393; font-weight:bold}

a img { border: none; display: }



#menu {
    width: 236px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
	font-weight:bold;
	
    height: 100%;
	background-color: #ffffff;
}

#menu a:link {padding:0 0 0 11px; text-decoration: none; color:#323232; font-weight:normal; line-height:12px;}
#menu a:active { padding:0 0 0 11px;text-decoration: none; color:#e49393;  font-weight:normal; line-height:12px;}
#menu a:visited { padding:0 0 0 11px;text-decoration: none; color: #626262; font-weight:normal;  line-height:12px;}
#menu a:hover { padding:0 0 0 11px; text-decoration: underline; color:#e49393; font-weight:normal; line-height:12px;}

#menu2 a:link { padding:0 0 0 0px;text-decoration: none; color:#000000; font-weight:bold}
#menu2 a:active { padding:0 0 0 0px;text-decoration: none; color:#e49393;font-weight:bold}
#menu2 a:visited {padding:0 0 0 0px; text-decoration: none; color: #626262;  font-weight:bold}
#menu2 a:hover { padding:0 0 0 0px;text-decoration: underline; color:#e49393; font-weight:bold}

#menu ul {background-image: url(http://polowick.com/divid.gif); 
	background-repeat: no-repeat;
	list-style: none;
	margin: 0px 0 20px 0;
	padding:10px 0 0 0;
}

#menu ul li.section-title { }

#content {
    height: 100%;
    margin: 0 0 0 0px;
    top: 0;
	float:left;
}

.container {
    padding: 5px 5px 25px 0px; width:207px; float:left;
}

#content p { width: 200px; line-height:12px; margin: 10px 0 9px 0; }

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; color:999999; line-height:5px; padding: 15px 0 0 0; font-family:Helvetica,arial,  sans-serif }
h3 { font-size: 14px;  padding: 0 0 0 0; font-family:Helvetica,arial,  sans-serif }
h4 { font-size: 12px; }
hr {height:1px;border-width:0;color:#d8d8d8;background-color:#d8d8d8; margin:0 0 10px 0; }

#img-container	{margin: 0; padding: 5px 0 15px 0; }
#img-container p	{ width: 207px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }
