/* G E N E R A L */

* {
	padding:0;
	margin:0;
	}

a:focus, a:active { 
	outline: 0; 
	-moz-outline: none; 
	} 
 
body{
	color:#333300;
	font: 11px Trebuchet, Verdana, Helvetica, Arial, sans-serif;	
	line-height:1.8em;
	background: url(../images/bg-repeat.jpg) repeat top left;
	margin:0;
	padding:0;
	}

p, img, h1, h2, h3, h4{
	margin: 15px 20px 5px 20px;
	}

h1, h2, h3, h4{
	font-size:14px;
	}

.left {
	float:left;
	clear:both;
	}

.right{
	float:right;
	clear:both;
	}

.hide {
	display:none;
	}

ol {
	margin:0 30px;
	}

ul {
	padding:0;
	margin:0 50px;
	}

li {
	padding:0;
	margin:0;
	}

a{
	color:#336699;
	}

a:hover{
	color:#0033cc;
	}

a img{
	border:none;
	padding:0;
	margin:0;
	}

img {
	border:none;
	}

.title {
	margin: 10px 20px 0 20px
	}

/* H E A D E R */

#header{
	width:100%;
	height:250px;
	padding:0;
	margin:0;
	}

#banner {
	width:715px;
	height:250px;
	margin:0 auto;
	padding:0;
	background: url(../images/banner.jpg) no-repeat bottom left; 
	}

#navigation{
	padding: 0 0 0 0;
	margin:20px 0 0 0;
	width:204px;
	font-size:0;
	}

#navigation li{
	padding:0;
	margin: 0;
	text-align:center;
	}

#navigation img {
	margin:0;
	padding: 0;
	}

#navigation a {
	text-decoration:none;
	color:#fff;
	}

#navigation a:hover {
	text-decoration:none;
	color:#99ccff;
	}

/* M A I N  */

#container {
	width: 100%;
	/*position: relative;*/
	margin: 0 auto;
	padding:0;
	height:100%;
	bottom:0;
	}

/* C O N T E N T */

#content{
	width:714px;
	position:/*absolute*/;
	margin: 30px auto 0 auto;
	padding: 0 0 20px 0;
	background: url(../images/content-repeat.jpg) repeat-y top left #edede9;
	border: 1px solid #333300;	
	}

#leftcontent{
	width:204px;
	padding: 0;
	background: url(../images/left-repeat.jpg) repeat-y top left; 
	float:left;
	}

#rightcontent{
	padding:0;
	margin-left:210px;
	width: 500px;
	clear:none;
	background: url(../images/content-bg.jpg) no-repeat top right;
	}

#rightcontent li {
	list-style-image: url(../images/list-item.gif);
	margin: 0 5px;
	}

/*
#centercontent{
	padding: 10px 0px 15px 25px;
	float:left;
	width: 720px;
	clear:none;
	}

#map {
	width: 450px; 
	height: 400px;
	margin: 10px;
	border:1px solid #660000;
	}

*/
/* F O O T E R */

#footer {
	width: 708px;
	height:50px;
	margin:0 auto;
	color: #000;
	clear:both;
	background: url(../images/footer-repeat.jpg) repeat-x bottom left;
	}
	
#footer a {
	color:#000;
	font-weight:bold;
	}	

#credits {
	color:#000;
	font-weight:bold;
	float:left;
	padding:10px;
	}
		
#w3c {	
	float:right;
	padding: 10px;
	}