* {
 padding: 0;
 margin: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #6699CC;
	font-size: 12px;
	background-color: #CCCCCC;
	background-image: url(images/b.gif);
	background-repeat: repeat;
}
body h1 {
	font-size: 1px;
	color: #CCCCCC;
	display: none;
}
body a {color: #CCCCCC;
}
#wrapper {
	width: 770px;
	margin: 0 auto;
	height: 550px;
}
#navbar {
	border: 1px solid #ccc;
	margin: 5px 5px 5px 5px;
	padding: 4px 5px 5px 5px;
	background-color: #006699;
}
#navbar ul {
	margin : 0;
	padding : 0;
	list-style : none;
	text-align : center;
	text-indent: 15px;
} 
#navbar li {
	display : inline;
} 
#navbar a {
	padding : 5px 10px;
	text-transform : uppercase;
	text-decoration : none;
	font-size : 11px;
	font-weight : bold;
	color : #FFFFFF;
} 
#navbar a:hover {
	color : #B9DDFF;
}
#navbar ul li a:active, #navbar ul li a#selected {
	background-color: #006699;
	color: #000000;
} 
#header {
	border: 1px solid #ccc;
	margin: 5px 5px 0px 5px;
	height: 70px;
	padding: 10px;
	background-color: #FFFFFF;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}
#leftcolumn {
	margin: 0 5px 0px 5px;
	padding: 4px;
	display: inline;
	width: 14%;
	float: left;
	border: 1px solid #ccc;
	background-color: #006699;
	min-height: 420px;
}
* html #leftcolumn {height:420px} /* IE Min-Height Hack */ 
#leftcolumn ul { 
list-style : none;
margin : 0;
border : 1px;
} 
#leftcolumn li {
	margin : 0;
	padding-bottom: 1px;
} 
#leftcolumn li a {
	display : block;
	padding : 5px 0 5px 5px;
	background-color : #ffffff;
	color : #000000;
	text-decoration : none;
	margin : 0;
	font-weight: bold;
} 
html > body #leftcolumn li a { 
} 
#leftcolumn li a:hover {
padding : 5px 0 5px 5px;
background-color : #B9DDFF;
color : #fff;
}
#leftcolumn ul li a:active, #leftcolumn ul li a#selected {
	background-color: #006699;
	color: #000000;
}  
#centercolumn {
	border: 1px solid #ccc;
	margin: 0 0px 0px 0px;
	display: inline;
	padding: 4px;
	width: 81.4%;
	float: left;
	min-height: 420px;
	background-color: #FFFFFF;
	background-image: url(images/simb.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
}
#centercolumn h1 {
	margin: 0 0px 0px 0px;
	padding: 4px 0px 7px 5px;
	float: left;
	font-size: 12px;
	color: #6699CC;
        display: inline;
}
#centercolumn h1 a {
	color: #FF9966;
	text-transform: none;
	font-size: 10px;
	text-decoration: none;
	margin-top: 2px;
}
#centercolumn h1 a:hover {
	color: #006699;
}
#centercolumn h2 {
	padding: 30px 100px 10px 30px;
	float: left;
	font-size: 14px;
	text-align: left;
	color: #006699;
	vertical-align: middle;
}
#centercolumn h3 {
	font-size: 11px;
	color: #666666;
	text-align: justify;
	padding:15px 0px 4px 65px;
}
#centercolumn h4 {
	font-size: 11px;
	color: #006699;
	text-align: justify;
	padding:5px 0px 4px 50px;
}
#centercolumn h5 {
	font-size: 11px;
	color: #666666;
	text-align: justify;
	padding:5px 0px 5px 90px;
	font-weight: normal;
}
#centercolumn h5 li {
	list-style-type: circle;
	padding:11px 0px 0px 5px;
	text-align: left;
}
#centercolumn h6 {
	margin: 0 0px 0px 0px;
	padding: 1px 25px 1px px;
	font-size: 11px;
	color: #666666;
	text-align: center;
}
#centercolumn h7 {
	clear: right;
	margin: 0 0px 0px 0px;
	display: inline;
}
#centercolumn p {
	font-size: 12px;
	color: #666666;
	text-align: justify;
	padding: 25px 40px 4px 40px;
}
* html #centercolumn {height:420px} /* IE Min-Height Hack */
#haiku {
	border: 1px solid #ccc;
	margin: 0 0px 0px 0px;
	display: inline;
	padding: 4px;
	width: 81.4%;
	float: left;
	min-height: 420px;
	background-color: #FFFFFF;
	background-image: url(images/frunza.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
* html #haiku {height:420px} /* IE Min-Height Hack */
#footer {
	background-color: #006699;
	margin: 5px 5px 5px 5px;
	display: inline;
	padding: 4px;
	float: left;
	width: 97.7%;
	color: #FFFFFF;
	text-align: center;
	font-size: 9px;
}
