/**
* CSS
* modified by Jack Lee for Charlile May November2011
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* { 
	margin: 40;
	padding: 0 0 0 0px;
	
}

body {
	
	font-size: 10pt;
	font-family:'Josefin Sans', sans-serif;
	background: #fff;
	
}

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

a:link { text-decoration: none; color:#000000 }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color:#000000; }
a:hover { text-decoration: none; color:#999999; }

a img { border: none; }




#menu {
	float: left;
    width: 100%;
	height: 86px;
    overflow: hidden;
    top: 30px;
	left: 0;
	line-height: normal;
    position: fixed;
	background-color: #fff;
}

#menu ul {
	list-style-type: none;
	position: relative;
	left: 50%;
	text-align:center;
	padding-right: 32px;
	padding-left: 32px;
	display:block;
	text-decoration: none;
	text-transform:uppercase;
	line-height:20px;
}

#menu ul li {
	display: block;
	float: left;
	list-style: none;
	padding-right: 25px;
	padding-left: 25px;
	position: relative;
	right: 50%;
}

#menu ul li.section-title {
	font-family:'Josefin Sans', sans-serif;
	font-size: 10pt;
}


#content {
    height: 100%;
    margin-top:150px;
margin-bottom:40px;
margin-right:100px;
margin-left:73px;
}

.container {
  margin: auto;
  width: 880px;
  text-align: left; 
      padding: 0px;
}

#content p { width: 800px; margin-bottom: 15px; font-size: 10pt ;font-family:'Josefin Sans'; line-height: 16px }

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


#once { clear: left; }