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

body {
	font-size: 10px;
	font-family: Verdana, sans-serif;
	background: #fff;
	color: #000;
	margin: 50px 50px 50px 250px;
	font: 11px/17px 'Times New Roman', Times, serif;
}

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

a:link { text-decoration: none; color: #333; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #666; }
a:hover { text-decoration: underline; }
a:focus { outline: none; }

a img { border: none; }

#content { margin: 0; padding: 0; }
.container { margin: 0; padding: 0; }

/* #content p { width: 400px; margin-bottom: 9px; } */

p {
    margin: 0;
}

h1 { font-size: 13px; font-weight: normal; }
h2 { font-size: 13px; }
h3 { font-size: 13px; }
h4 { font-size: 13px; }

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

#once { clear: left; }

#content .container #thebg { background: transparent; }

#news { font-family: 'HelveticaNeue', 'Helvetica Neue', Arial, sans-serif; letter-spacing: -0.04em; }
#news h2 { font-size: 36px; margin-top: 27px; }
#news p { font-size: 36px; margin-bottom: 18px; }
#name { margin-bottom: 27px; }