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

body {
	font-size: 14px;
	font-family: Times, serif;
	background: #fff;
	line-height: 18px;
	margin:10px auto;
	width:800px;
}

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

a:link { text-decoration: none; color: #666}
a:active { text-decoration: none; color: #666}
a:visited { text-decoration: none; color: #666; }
a:hover { text-decoration: none; color: #000;}

a img { border: none; }

#menu {
    width: 220px;
float:left;
	background-color: #fff;
	padding:15px 10px 10px 10px;
}

#menu i {margin-left: 0px; font-family:georgia, serif; font-weight:normal; font-size: 20px; line-height:10px;}
#menu strong {margin-left:30px; font-family:impact, sans-serif; font-weight:normal; font-size: 22px; line-height:26px;}
#menu em {indent: 15px}


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

#menu ul li.section-title { }

#content {
width:550px;
float:right;
}

.container {
    padding: 5px 5px 25px 5px;
}

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

p {
    margin: 0 0 9px 0;
}

h1 {font-family:impact, sans-serif; font-weight:normal; font-size: 32px; line-height:36px;}
h2 {margin-bottom: 5px; font-family:georgia, serif; font-weight:normal; font-size: 24px; line-height:28px;}
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; }