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

body {
	margin: 10px;
	font-size: 10px;
	font-family: Verdana, sans-serif;
	background: #fff;
	background-attachment: fixed;
	background-image: url(http://www.emmyland.com/WBGRIGHT.jpg)
}

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


a img { border: none; }

#menu {
	padding: 10px;
    width: 300px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-image: url(http://www.emmyland.com/WBGLEFT.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
}

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

#menu ul li.section-title { }

#content {
    height: 100%;
    weight: 800px;
    margin: 0 0 0 305px;
    top: 0;
}

.container {
    padding: 5px 5px 25px 5px;
	font-family: "Courier New", Arial, sans-serif;
	font-size: 11px;
	letter-spacing: 0.5em;
	text-transform: uppercase;
	line-height: 15px;
}

#content p { width: 500px; margin-bottom: 9px; 
	border: 0;
	font: "Courier New", Arial, sans-serif;
	letter-spacing: 0.2em;
	text-align: justify;
	margin-top: 0;
	font-size: 10px;
	line-height: 10px;
	text-transform: uppercase;
		color:#000000;
		font-weight:normal;

}


p {
    margin: 0 0 9px 0;
}

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	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

/*own stuff*/

#left {
	font-size:10px;
	 
	 position: absolute;
	top: 10px;
	left: 20px;
	
	width:300px;
	 
	 }

.detail {
	border: 0;
	font: "Courier New", Arial, sans-serif;
	letter-spacing: 0.2em;
	text-align: justify;
	margin-top: 0;
	font-size: 14px;
	line-height: 19px;
	text-transform: uppercase;
		color:#000000;
		font-weight:normal;
}

.toppy {
	border: 0;
	font: "Courier New", Arial, sans-serif;
	letter-spacing: 0.2em;
	text-align: justify;
	margin-top: 0;
	font-size: 10px;
	line-height: 13px;
	text-transform: uppercase;
		color:#000000;
		font-weight:normal;
}

.title {
	border: 0;
	font: "Courier New", Arial, sans-serif;
	letter-spacing: 0.2em;
	text-align: justify;
	margin-top: 0;
	font-size: 14px;
		line-height: 19px;

	text-transform: uppercase;
		font-weight:normal;
		text-decoration: underline;
	font-style: normal;
	color: #000000;
	background: #635dbf;
	font-weight: normal;
}


A:link, A:active, A:visited {
	text-decoration: underline;
	font-style: normal;
	color: #000000;
	background: #635dbf;
	font-weight: normal;
} 

A:hover {
	text-decoration: underline;
	font-style: normal;
	color: #000000;
	background: none;
	font-weight: normal;
}