@charset "utf-8";
/* CSS Document */

body {
	text-align: center;
	background: #34365D;
}
#outer {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	text-align: left;
	background: #FFF;
}
#header {
	height:70px;
	background-repeat:no-repeat;
	padding-top:20px;
	padding-left:20px;
	}
	
#footer a{
	background:url(../images/forlong_maisey_small.gif);
	background-repeat: no-repeat;
	background-color: #34365D;
	height: 25px;
	background-position: center;
	margin: 3px;
	clear: both;
	display: block;
	text-decoration: none;
}	

#footer a span {
	visibility: hidden;
	color: #34365D;
}
#maincontent {
float:right;
width:510px;
margin-right:10px;
margin-left:10px;
	
	}
	
#navbar {
	color:#000066;
	float:left;
	width:200px;
	margin-left:20px;
	margin-bottom:20px;
}

#navbar ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#navbar a {
	color: #000066;
	font-weight:bold;
	text-decoration: none;
	line-height:16px;
	display:block;
	padding:10px;
	border: 1pt solid rgb(20,40,95);
	border-right-width: 0px;
	border-left-width: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	}
#navbar a:hover {
	color:#FF0000;
	border: 1pt dotted red;
	border-right-width: 0px;
	border-left-width: 0px;
	}
	


.line {
	height:3px;
	background:#FF0000;
	margin:5px;
	}
	
p {
	font-family:"Trebuchet MS";
	text-align:justify;
	}
	
h1, h2, h3, h4, h5 {
	font-family:"Trebuchet MS";
	}
	
h1 {
color:#FF0000;
}