h1,h2,h3,h4,h5,h6 {
padding: 0;
color: green;
background-color: #ffffff;
}

a:link {
	color: #014948;
	text-decoration: none;
	font-weight: normal;
}

a:visited{
	color:#014948;
	text-decoration: none;
}

a:hover {
	color: #014948;
	border-bottom: 1px dotted #D2B48C;
}

#container{
margin: 25px auto 0 auto;
padding: 0;
width: 750px;
font-size:14px;
font-weight: normal; 
}

#upperside{
	width: 730px;
	background-color: #f5e700;
	font-size:20px;
	font-weight: bold;
	color: #014948;
	padding: 10px 10px 10px 10px;
	border-left: 1px dotted #8B7D6B;
	border-top: 1px dotted #8B7D6B;
}

#leftmenu{
	background-color: #919999;
	padding-top: 0px;
	float: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	width: 140px;
	text-align: left;
	font-size: 11px;
	font-weight: normal;
	padding: 3px 3px 3px 3px;
	border-left: 1px dotted #8B7D6B;
	border-bottom: 1px dotted #8B7D6B;
}

#main{
	float: left;
	padding-top: 0px;
	background-color: #f5e700;
	width: 430px;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	padding: 0px 10px 10px 10px;
	border-left: 1px dotted #8B7D6B;
	border-right: 1px dotted #8B7D6B;
	border-bottom: 1px dotted #8B7D6B;
}

#tekne{
	float: left;
	padding-top: 0px;
	background-color: #f5e700;
	width: 550px;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	padding: 0px 10px 10px 10px;
	border-left: 1px dotted #8B7D6B;
	border-right: 1px dotted #8B7D6B;
	border-bottom: 1px dotted #8B7D6B;
	
}

#rightmenu{
	float: right;
	padding-top: 0px;
	font-family: "Optima LT Std Medium";
	background-color: #919999;
	width: 140px;
	text-align: left;
	font-size:12px;
	font-weight: normal;
	padding: 3px 3px 3px 3px;
	border-right: 1px dotted #D2B48C;
	border-bottom: 1px dotted #8B7D6B;
}

#footer{
	width: 320px;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	clear: both;
	padding: 10px 10px 10px 180px;
	font: white;
} 