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

/**
   1. body { text-align: center; background: #000; }
   2. #wrapper { width: 960px; margin: 0 auto; text-align: right; background: #fff; }
   3. #menu { width: 215px; float: left; }
   4. #content { margin: 0 0 0 215px; }
   5. .clear-both { clear: both; }
*/

body {
	font-size: 12px;
	font-family: Verdana, sans-serif;
	text-align: center;
  background: #FFF;
	letter-spacing: .03em;
  line-height: 1.3em;
}

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

a:link { text-decoration: none; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #585858; }
a:hover { text-decoration: underline; color: #339900; background-text: #E6E6E6; }
a.highlight { font-weight: bold; color: red; }
 
#wrapper { width: 960px; margin: 0 auto; text-align: left; background: #fff; }


#menu li.active a { color: #FF8500 } 

a img { border: none; }

#menu {
    width: 225px;
    float: left;
    line-height: 1.5em;
    background: #FFF;
    }

.clear-both { clear: both; }

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


#menu ul li.section-title { /*background-color: #E6E6E6*/ }

#content 

.container {
    padding: 105px 0px 0px 0px;
    margin: 0 0 0 0;
}

#content .container {
    padding: 96px 0px 0px 235px;
    margin: 0 0 0 0;
}



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

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

#once { clear: left; }

a { color: #585858; }
