/* G E N E R A L */

* {
	padding:0;
	margin:0;
	}

a:focus, a:active { 
	outline: 0; 
	-moz-outline: none; 
	}  

body{
	color:#333;
	font: 12px Trebuchet, Verdana, Helvetica, Arial, sans-serif;	
	line-height:1.8em;
	background: url(../images/bg.gif) no-repeat top center;
	}

p, ul, h1, h2, h3, h4{
	margin: 10px;
	}

img{ 
	margin:10px 10px 0px 10px;
	}


h1, h2, h3, h4{
	font-size:14px;
	}

ul {
	}

a img{
	border:none;
	}
/* H E A D E R */

#header{
	width:770px;
	height:97px;
	border-bottom:1px solid #fff;
	padding:0;
	margin:0;
	}

#banner {
	width:770px;
	height:97px;
	background: url(../images/banner.jpg) no-repeat bottom left; 
	margin:0 auto;
	padding:0;
	}

.hide {
	display:none;
	}

#contact{
	font-weight:bold;
	color:#003366;
	font-size:11px;
	float:right;
	margin:0;
	}

#contact a{
	font-weight:bold;
	color:#003366;
	
	}

/* M A I N  */

#container {
	width: 770px;
	position: relative;
	margin: 0 auto;
	padding:0;
	}

/* N A V I G A T I O N */

#navigation ul {
	background: #e7e7e7;
	width:770px;
	margin:0 auto;
	padding:0;
	border-top:1px solid #fff;
	border-bottom: 1px solid #ccc;
	position:inherit;
	}
	
#navigation li {
	color:#666;
	display:inline;
	margin: 5px;
	font-weight:bold;
	}

#navigation a{
	text-decoration:none;
	color:#666;
	}

#navigation a:hover{
	color:#000;
	}

#currentItem a{
	color:#000;
	}
	
#currentItem a:hover {
	color:#000;
	}

/* C O N T E N T */

#content{
	width:770px;
	position:absolute;
	margin: 0 auto 60px auto;
	padding:0;
	top:130px;
	}

#leftcontent{
	width:200px;
	/*margin: 0 550px 0 0;*/
	padding:5px 0;
	position:absolute;
	left:0px;
	}

#leftcontent h2{
	background:none;
	}

#content a{
	color:#666;
	}
#content a:hover{
	color:#000;
	}

#address {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#003366;
	}

#rightcontent{
	padding:5px 15px;
	margin: 0 0 0 200px;
	width: 540px;
	border-left:1px dotted #666;
	}


/* F O O T E R */

#footer {
	width: 770px;
	border-top:1px solid #003366;
	height:60px;
	position:inherit;
	margin:10px auto 0 auto;
	}
	
#footer a {
	color:#000;
	font-weight:bold;
	}	
	
#credits {
	color:#000;
	font-weight:bold;
	float:left;
	}
		
#w3c {	
	float:right;
	}