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

body {
	font-size: 8pt;
	font-family: "Courier New", Courier, monospace;
	background-color: #BCCBD3;
	color: #000;
	margin: 20px 20px 20px 20px;
	background-image: url(../../../files/bg01-01.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
}


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

a:link {
	color: #333;
}
a:active {
	color: #333;
}
a:visited {
	color: #333;
}
a:hover {
	color: #000;
	font-style: italic;
}

a img {
	border: none;
	background-color: none;
}
a:hover img {
	text-decoration: none;
border: none;
}

#menu {
	width: 215px;
	overflow: auto;
	top: 0;
	bottom: 0;
	position: relative;
	height: 100%;
	float: right;
}

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

#menu ul li.section-title {
	text-decoration: none;
}

#menu p {
	margin: 0 0 9px 0;
	text-align: left;
}
#menu img {
	 	margin-left: 0px;
}


#content {
	height: 100%;
	margin: 0 0 0 0px;
	top: 0;
	width: 800px;
	float: left;
}

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

#content p { width: 600px; margin: 0 0 9px 200px; }

p {
	margin: 0 0 9px 0px;
	text-align: right;
}

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

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

p img, object{
	margin-left: -200px;
}

