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

body {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
}

body.section-1 { }
#wrapper { }
body.section-3 { }

a:link {
	text-decoration: none;
	color: #FF3333;
	font-family: Arial, Helvetica, sans-serif;
}
a:active {
	text-decoration: none;
	color: #FF3333;
	font-family: Arial, Helvetica, sans-serif;
}
a:visited {
	text-decoration: none;
	color: #00CC66;
	font-family: Arial, Helvetica, sans-serif;
}
a:hover {
	color: #00CC66;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

a img { border: none; }

#right {
	position: absolute;
	width: 180px;
	left: 800px;
	top: 0px;
	font-size: 12px;
	clear: both;
	height: auto;
	margin: 0px;
	padding: 0px;
}

#menu {
	width: 155px;
	overflow: auto;
	top: 0;
	bottom: 0;
	left: 0;
	position: fixed;
	height: 100%;
	background-color: #fff;
	padding-left: 10px;
	padding-right:20px;
	float: right;
}
#block {
	height: 60px;
}
#centre h4 {
	list-style: none;
	margin: 0 0 12px 0;
}

#menu ul li.section-title { }

#content {
	height: 100%;
	top: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 185px;
	background-color: #FFF;
	width: 810px;
}

.container {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
}

#content p {
	width: 400px;
	margin-bottom: 9px;
	color: #000;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
}

p {
	margin: 0 0 9px 0;
	color: #000;
	font-size: 13px;
}

h1 {
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}
#post {
	padding-top: 20px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	height: auto;
	width: 580px;
}
h2 {
	font-size: 28px;
}
h3 { font-size: 16px; }
h4 {
	font-size: 9px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding-top: -10px;
}
h5 {
	font-size:17px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
}
	
#img-container	{
	margin: 50;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20;
}
#img-container p	{
	width: 400px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 12px;
	padding-left: 0;
}

#floatbottomright {
	position: fixed;
	left: 10px;
	bottom: 5px;
	font-size: 8px;
	font-weight: normal;
	color: #666666;
	font-family: "Lucida Console", Monaco, monospace;
}

#once { clear: left; }strong {
	color: #000;
}
#menu li {
	list-style-type: none;
}

