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

body {
	font-size: 11px;
	font-family: georgia, times, serif;
	text-transform: none;
	font-weight: normal;
	background: #fff;
	color: #000;
}

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

a:link { color: #000; text-decoration: none; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #000; }
a:hover { text-decoration: underline; }
#menu ul li.active a { text-decoration: underline; }

a img { border: none; }

.wholething {
	width: 989px;
	height: 565px;
	margin: 20px auto;
	padding: 0;
	border: 0px solid black;
}

.clearer {
	clear: both;
}

.logo {
	margin-bottom: 12px;
}

#menu {
    width: 130px;
	margin: 12px 0 0 12px;
	float: left;
}

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

#menu ul li.section-title { font-size: 12px; font-style: italic; text-transform: uppercase;}

#content {
	font-size: 12px;
	width: 800px;
	float: left;
	text-transform: none;
}

#img {
	postion: relative;
	top: 5px;
	left: 5px;
}

.img-bot {
	margin-top: 24px;
}

.container p {
    text-align: right;
}

#content p { 
	padding-bottom: 0;
}

#content { 
	position: relative;
	top: 12px;
}

p {
	margin: 0;
    padding: 0;
}

.top {
	height: 31px;
}

.bottom {
	height: 32px;
}

.ontopoftext {
	height: 31px;
	width: 800px;
}

.textforframe {
	font-size: 12px;
	font-weight: normal;
	padding: 9px;
	height: 482px;
}

.atbottomoftext {
	height: 30px;
	width: 800px;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

.nothumb img {
	position: relative;
	top: 20px;
	left: 22px;
}

div .thumb {
	height: 170px;
}

div .thumb-it img {
	width: 210px;
	height: auto;
	margin: 0;
	padding: 0;
}

#once { clear: left; }