@charset "UTF-8";
/* CSS Document */

#left { 
width:100px;
float: left; }

#center {
width: 600px;
background-color:#cccccc; 
padding: 0px 50px 5px 350px;}

#right {
width: 300px;
float: right; }

body {
	margin-top: 5px;
	background-color: #CCCCCC;
	}

.container {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	}
	
.floatleft { float: left; }

.floatright { float: right; }	
/* NAVIGATION */

#navigation a{background-color: #006600;
		color: #ffffff;
		line-height: 30px;
		text-decoration: none;
		display: block;
		width: 100px;
		font-family: Helvetica, sans-serif;
		font-size: 13px;
		}
		
#navigation a:hover{
		background-color: #000000;
		color:		 #ffffff;
		}
		
#navigation {
	width: 550px;
	height: 30px;
	background-color: #006600;
	padding-top: 0px;
	text-align: right;
	}

#navigation ul{
	list-style: none;
	text-align: center;
	}

#navigation li{
	display: block;
	line-height: 30px;
	float: left;
	width: 100px;
	}


/* TEXT */

.content {
	margin-top: 20px;
	font-family: Helvetica, sans-serif;
	font-color: #000000;
	font-size: 15px;
	}
	
a{ color: #006600;
	text-decoration: none;
}
a:hover{
	color: #000000;
	}


dt {
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 2px;
	margin-top: 10px;
	}
dd {
	margin-left: 10px;
	font-weight: bold;
	}
	

