/* TEXT STYLES */

body { 
	margin: 0px;
	padding: 0px; 
	font-size: 0.8em; 
	font-family: Arial, Verdana, Helvetica, Geneva, Swiss, SunSans-Regular;
	background: #990000;
	color: rgb(255, 191, 171);
	font-size: 0.75em; 
	line-height: 1.4em;
	text-align: left;
	}

h1, h2, h3 { 
	font-size: 120%;
	font-weight: bold;
	}

div.content p { 
	font-family: Times New Roman, Times, Serif;
	font-size: 110%; 
	line-height: 125%;
	}

a { 
	color: #ffc; 
	text-decoration: none;
	}

a:hover { 
	color: #f30;
	text-decoration: none;
	}
	
a:active { 
	color: white;
	text-decoration: none
	}

a:visited { 
	color: #f30;
	text-decoration: none;
	}
	

/* MAIN LAYOUT ELEMENTS */

div#container {
	margin: auto;
	position: relative;
	margin-top: 3%;
	width: 800px;
	min-height: 500px;
	border: 0px;
	}

div#mainlogo {
	position: absolute;
	top: 0px;
	left: 25px;
	margin: 0px;
	padding: 0px;
	width: auto;
	height: auto;
	border: 0px;
	}

div#showlogo {
	float: right;
	margin: 0px;
	margin-right: 25px;
	margin-top: 20px;
	padding: 0px;
	width: auto;
	height: auto;
	border: 0px;
	}

div#main {
	position: absolute;
	top: 200px;
	left: 40px;
	margin: 0px;
	padding: 0px;
	padding-bottom: 50px;
	width: 700px;
	height: auto;
	}

div#footer {
	position: relative;
	bottom: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	margin-top: 20px;
	width: 700px;
	height: auto;
	}

div#footer p {
	position: absolute;
	top: 8px;
	left: 8px;
	margin: 0px;
	padding: 0px;
	width: auto;
	border: 0px;
	}

div#signature {
	float: right;
	margin: 0;
	padding: 0;
	margin-top: 0px; 
	margin-right: 7px;
	width: auto;;
	height: auto;
	}

/* MAIN MENU */

ul.menu {
	position: absolute;
	top: 165px;
	left: 42px;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	}

ul.menu li {
	padding: 0px;
	margin: 0px;
	display: block;
	}

ul.menu a:hover img {
	visibility: hidden;
	}

a img {
	border: 0px;
	display: block;
	}

#menu_01 {
	background-image: url(../../imgs/nav/menu_01-over.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	}

#menu_02 {
	background-image: url(../../imgs/nav/menu_02-over.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	left: 63px;
	}

#menu_03 {
	background-image: url(../../imgs/nav/menu_03-over.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	left: 163px;
	}

#menu_04 {
	background-image: url(../../imgs/nav/menu_04-over.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	left: 253px;
	}

#menu_05 {
	background-image: url(../../imgs/nav/menu_05-over.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	left: 343px;
	}

#menu_06 {
	background-image: url(../../imgs/nav/menu_06-over.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	left: 418px;
	}

#menu_07 {
	background-image: url(../../imgs/nav/menu_07-over.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	left: 513px;
	}

#menu_08 {
	background-image: url(../../imgs/nav/menu_08-over.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	left: 603px;
	}

/* NAVIGATION ARROWS */

ul.arrows {
	position: relative;
	top: 240px;
	left: 0px;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	}

ul.arrows li {
	padding: 0px;
	margin: 0px;
	display: block;
	}

ul.arrows a:hover img {
	visibility: hidden;
	}

ul.arrows a img {
	border: 0px;
	display: block;
	}

#arrow-back {
	background-image: url(../../imgs/nav/back-over.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	}

#arrow-fwd {
	background-image: url(../../imgs/nav/fwd-over.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	left: 745px;
	}

#arrow-up {
	background-image: url(../../imgs/nav/up-over.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: -100px;
	left: 370px;
	}

.next { 
	position: absolute;
	bottom: 4px;
	right: -20px;
	}