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

body {
	font-size: 11px;
	font-family: Helvetica, Arial, Geneva, Sans Serif;
	background: #fff;
	letter-spacing: 1px;
    line-height: 1.6em;
	background-repeat: no-repeat; 
	background-attachment: fixed; 
	background-position: left top; 
	margin: 20px; 
}

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

.picture_holder {
width: 192px;
}

a:link { 
	text-decoration: none;
	color: #fff;
	background-color:#FF3333;
}

a:active { 
	text-decoration: none;
	color: #fff;
	background-color:#FF3333;
}

a:visited { 
	text-decoration: none;
	color: #fff;
	background-color:#FF3333;
}

a:hover { 
	text-decoration: none;
	color: #fff;
	background-color:#000;
}

#menu {  float: left; width: 360px;  }
#menu ul { list-style: none; margin: 0 0 10px; font-size: 15px; line-height: 22px;  }
#menu ul li.section-title { color: #000000; font-family: "helvetica"; text-transform: uppercase; border-bottom: 1pt solid #cececb; width:200px; }


#white { background-color:#fff; padding-left:10px; padding-bottom:10px; }
#white2 { background-color:#fff; padding-left:20px; }

#content {
    height: 100%;
    width: 460px;
    margin: 10px 0 0 360px;
    top: 0;
	padding: 5px 5px 5px 5px;
	background:#fff;

}

.container { 	 font-size: x-small; font-family: verdana; padding: 0px 5px 10px 10px; }

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

p {
    margin: 0 0 9px 0;
}

h1 { font-family: "helvetica"; font-size: 32px; line-height:  160%; }
h2 { font-style: italic; color:#FF3333; font-size: 14px; }
h3 { font-family: "helvetica"; font-size: 16px; line-height:  160%;}
h4 { font-family: "helvetica"; font-size: 11px; text-decoration: none; font-family: Helvetica, Arial, sans-serif; line-height:  160%;} 

#img-container	{ margin: 0 ; padding: 0 ;
	background: white;
  }
#img-container p	{ width: 400px; margin: 0 ; padding: 0 0 12px 0; }

#once { clear: left; }