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

body {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: url(../img/jeanPaul4.jpg) no-repeat #000;
	color: #fff;
	line-height: 140%;
}

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

a:link, a:active,a:visited {
	text-decoration: none;
	border-bottom: 1px dotted #fff;
	color:#fff;
	outline: none;
}

a:hover {
	text-decoration: none;
	border-bottom: 1px dashed #fff;
	color:#fff;
}

a img { border: none; }

#menu {
    width: 250px;
	text-align: center;
	padding: 0px;
	font-variant:small-caps;
	line-height: 160%;
    float:left;
	font-size: 16px;
	background: transparent;
}

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

#menu ul li.section-title { }

#content {
    height: 100%;
    margin: 0px;
    float:left;
	background-color: transparent;
}

.container {
	padding: 315px 0px 50px 0px;
}

#content p { width: 550px; 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	{ width: 550px;margin: 0; padding: 0; }
#img-container p	{ width: 550px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }