*{
	margin: 0;
	border: 0;
	padding: 0;
}
body{
	background: #25545A;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #FFFEC1;
}
#header{
	width: 1000px;
	margin: auto;
}
#header .head1{
	height: 24px;
	background: url(images/index_01.jpg);
}
#header .head2{
	height: 24px;
	background: url(images/index_02.jpg);
}
#header .head3{
	height: 24px;
	background: url(images/index_03.jpg);
}
#header .head4{
	height: 24px;
	background: url(images/index_04.jpg);
}
#header .head5{
	height: 24px;
	background: url(images/index_05.jpg);
}
#titletext{
	margin: auto;
	padding: 10px 5px;
}
#titletext .titleblock{
	font-size: 18px;
	font-weight: bold;
	padding: 0 5px;
	text-align: center;
}

#titletext a:link, #titletext a:visited, #titletext a:active, #titletext a:hover{
	padding: 0 5px;
	color: #FFFEC1;
	text-decoration: underline;
}
#titletext a:hover{
	color: White;
	text-decoration: none;
}
#cont{
	width: 100%;
}
#cont div.bord1{
	margin: 4px;
	border: 0px solid white;
	background: #25545A;
}
#cont div.bord2{
	margin: 1px;
	border: 0px solid #E6CC04;
	background: #25545A;
	padding: 3px;
}
cont div.bord3{
	margin: auto;
}
#cont img{
	margin: 2px;
	border: 1px solid black;
	background: #518387;
	
}
#cont .titleblock{
	font-size: 18px;
	font-weight: bold;
	width: 18%;
	padding: 0 5px;
	margin: 0 4px;;
	float: left;
}

.clear{
	clear: both;
}
#cont img.none{
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
}
a:link, a:visited, a:active, a:hover{
	color: #FFFEC1;
	text-decoration: underline;
}
a:hover{
	color: White;
	text-decoration: none;
}