body,html {
	background-color: #FFFFFF;
	background-image: url(images/03original.jpg);
	background-repeat: repeat;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

#wrapper{
	margin-top: 50px;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	background-color: #eff1f2;
	background-image: url(images/25original.gif);
}

#header {
	
}

#content {
	font-size: 14px;
	color: #345677;
	padding: 5px;
}

#footer {
	font-size: 12px;
	text-align: center;
	color: #586877;
	padding: 5px;
}

#menu {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background: #333;
	float: left;
	list-style: none;
	padding: 0;
	width: 500px;
	display: inline;
}
#menu li {
	float: left;
	font: 12px "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menu a {
	background: #333 url("images/seperator.gif") bottom right no-repeat;
	color: #ccc;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	font-weight:normal;
}
#menu a:hover {
	background: #2580a2 url("images/hover.gif") bottom center no-repeat;
	color: #fff;
	padding-bottom: 8px;
}

h1 {
	font-size: 20px;
	color: #142f49;
}

h2 {
	font-size: 16px;
	color: #142f49;
}

.showme {
	display: none;
}

a:link {
	color: #142f49;
}

a:visited {
  color: #142f49;
}

a:hover {
	text-decoration: none;
	color: #6CB3F8;
}

a:active {
	color: #142f49;
}
