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

body {
	font-size: 18pt;
	font-family: Palatino Linotype, georgia,serif;
	background: #ffffff;
font-color:#666666;
margin: 40 0 0 0px;;
}

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

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

a img { border: none; }

#menu {
font-family: Palatino,Lynotype,Serif;
    width: 350px;
    overflow: auto;
font-size: 9pt;
    top:0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #f1f1f1;
}

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

#menu ul li.section-title { }
#menu p {margin-left:50px;
}
#content {
  height:100%; 
    margin: 0 0 0 365px;
width: 700px;    
top: 0;
color:#b2b2b2;
line-height: 1.5em;
}

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

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

#content h1 {color:#009EE3;}
p {
    margin: 0 0 9px 0;
line-height:1.3em;
}

h1 {padding:5 0 0 0px; ; color:white ; font-size: 50pt;font-style:italic;font-weight:100;line-height:1.4em; }
h2 { font-size: 24px;color:#009EE3;font-style:italic; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#content ul {padding: 0 0 0 42px;
color:#b2b2b2;
font-weight:light;
}
#content li {list-style-image:url(http://designforunity.com/portfolio/rossaint/wp-content/themes/biznizz/functions/images/shortcode-tick.png);
}

#img-container	{margin: 0; padding: 0;font-size: 10pt; }
img-container.nothumb {width: 300px; }
#img-container p	{ font-size: 10pt; width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

