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

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


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


a:link { text-decoration: none; color: #666;}
a:active { text-decoration: none; color: #666;}
a:visited { text-decoration: none; color: #666; }
a:hover { text-decoration: none; color: #666;
font-weight: bold;}

#wrapper {
    width : 800px; /* your site's width, adjust to taste */
    margin: auto; /* do not modify */
    text-align: left;
}

a img {
 border: none;
  }
 
#menu {
    width: 200px;
    top: 3px;
    bottom: 0;
    left: 0px;
    position: relative;
    overflow: auto;
    float: left;
    height: 100%;
    background-color: #fff;
    }

#menu ul {
	list-style: none;	
	margin: 0px 0px 0px 0px;
	color: #666;
	padding-bottom: 0px
	}

#menu ul li.section-title {
font-size: 11px;
margin: 14px 0px -14px -40px;
color: #CC0000;
}

#content {
    height: 100%;
    margin: 50px 0 0 150px;
    }

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

#content p { width: 600px; margin: 0px 0px 0 0px; 
color: #666;
}

p {
    margin: 0px 0px 0px 0px;
    font-size: 11px;
    color:  #666;
    }

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

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

#once { clear: left; }