@charset   "UTF-8";
<!--

html,body {		
	margin: 0;
	padding: 0;
}

body {		
	text-align: center;
}

A {		
	display: block;
	padding : 10px;
	text-decoration : none;
	list-style-type : inherit;
	list-style-position : inherit;
}

div#header h1 {		
	height: 80px;
	margin: 0;
	padding-left: 10px;
	background: #EEE;
	color: #79B30B;
}

div#container {		
	margin: auto;
	text-align: left;
	width: 700px;
}

div#footer {		
	background: #333;
	color: #FFF;
}

div#footer p {		
	margin: 0;
	padding: 5px 10px;
}

div#content {		
	float: right;
	width: 500px;
	background: #80ffff;
}

div#wrapper {
	float : right;
	width : 550px;
	background:#ccffcc;
}

div#extra {		
	clear: both;
	width: 100%;
	background: #FF8539;
}
DIV#navigation{
		background-color : #80ffff;
		float : none;
		cursor : pointer;
		text-decoration : none;
		display : block;
		padding-top : 0px;
		padding-left : 0px;
		padding-right : 0px;
		padding-bottom : 0px;
		margin-top : 0px;
		margin-left : 0px;
		margin-right : 0px;
		margin-bottom : 0px;
}
LI {		
	color: white;
	background-color: blue;
	text-decoration: none;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	border-width: 5px;
	border-style: outset;
	display: block;
	list-style-type: none;
	list-style-position: inherit;
	cursor: pointer;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	width: 100px;
	height: 40px;
	left: 1px;
	text-align: center;
}

-->
