body 	{
	margin:0px 0px 0px 0px;
	background:#cccc99;
	font-family:"Arial", "Helvetica", sans-serif; 
	font-size: 0.8em;
	}

a	{
	color: #333300;
	}

a:hover	{
	text-decoration:none;
	}

h2, h3	{
	color:#333300;
	margin-top: 0em;
	margin-bottom:0.5em;
	}

	
li	{
	list-style-type:  square;
	}

li.menu	{
	list-style-type:none;
	}

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

p	{
	text-align:justify;
	margin-top: 0;
	}

p.contact{
	padding-left:10px;
	}

img	{
	border:0px;
	padding:0px;
	margin:0px;
	}

.floatright {
	float:right;
	}

.floatleft {
	float:left;
	}

.left 	{
	padding-right:5px;
	}

.right 	{
	padding-left:5px;
	}

.clearright {
	clear:right;
	}

.clearleft {
	clear:left;
	}

.clearboth{
	clear:both;
	}

.bold	{
	font-weight:bold;
	}

div.innerimage {
	margin:2px;
	}

div.imagebox {
	text-align:center;
	color: #333300;
	border: 0px solid #333300;
	margin-bottom:5px;
	margin-right:5px;
	margin-left:5px;
	}

#container {
	position: relative;
	margin: auto;
	text-align: left;
	background: #cccc99 url('background.png');
	width: 760px;

	}

#text 	{
	margin-left: 210px;
	margin-right: 20px;
	min-height: 300px;
	}


#banner {
	text-align: center;
	background: #cccc99 url('top.png') center top no-repeat;
	height: 181px;

	}
	
#footer {
	background: #cccc99 url('bottom.png') center no-repeat;
	height: 56px;
	}
	
#menu 	{
	text-align: center;
	position: absolute;
	top: 200px;
	left: 25px;
	width: 145px;
	}

#menuinner{
	text-align: center;
	line-height: 1.8em;
	margin-left:5px;
	margin-right:5px;
	}
	
#copyright {
	text-align:right;
	position: relative;
	top:30px;
	right: 15px;
	font-size:0.7em;
	color: #333300;	
	}

#infobox {
	position: absolute;
	top:20px;
	left: 25px;
	color: #333300;
	font-size:0.8em;
	}
	


