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

body {
	font-size: 11px;
	font-family: "Comic Sans MS", cursive, sans-serif;
	text-transform: none;
	font-weight: normal;
	background: #D87093;
	color: #E6E6FA;
}

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

a:link { color: #F5F5DC; text-decoration: none; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #FAEBD7; }
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: 13px; font-style: bold; text-transform: uppercase;}

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

.container {
    padding: 0;

}

#content p { 
	padding-bottom: 0;
	border-left: 0px solid black;
}

p {
	margin: 0;
    padding: 0;
}

.top {
	height: 31px;
	border-left: 0px solid black;
	border-bottom: 0px solid black;
}

.bottom {
	height: 32px;
	border-left: 0px solid black;
	border-top: 0px solid black;
}

.ontopoftext {
	height: 31px;
	width: 800px;
	border-left: 0px solid black;
	border-bottom: 0px solid black;
}

.textforframe {
	font-size: 12px;
	font-weight: normal;
	padding: 9px;
	height: 482px;
	border-left:0px solid black;
}

.atbottomoftext {
	height: 30px;
	width: 800px;
	border-top: 0px solid black;
	border-left: 0px solid black;
}

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

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ margin: 0; padding: 25px; }
#img-container img { border-left: 0px solid black; height: 500px;}
.nothumb img { position: relative; top: 35px; left: 22px;}


#once { clear: left; }