/* CSS Document */
body {
	background-image: url("images/background.jpg");
	color: #23555C;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12;
}
A:link {
	color: #23555C;
}
A:visited {
	color: #23555C;
}
A:active {
	color: #23555C;
}
A:hover {
	color: #5fddef;
}
div#wrapper {
	width: 950px;
	background-image: url("images/repeat.jpg");
	background-repeat: repeat-y; 
	margin: auto;
	display: table;
}
div#header {
	width: 100%;
	margin-bottom: 0px;
}
div#content {
	text-align: left;
	background-color: #6db1bc;
	color: #23555C;
	font-family: Verdana, Helvetica, sans-serif;
	background-image: url("images/contentBG.jpg");
	background-repeat: no-repeat;
	float: right;
	display: inline;
	font-size: 12;
	width: 720px;
	margin-right: 25px;
	min-height: 200px;
	margin-top: -15px;
	padding: 10px;
}

div#navigation {
	width: 150px;
	float: left;
	text-align: left;
	margin-left: 33px;
	display: inline;
}

div#footer {
	margin-top: 0;
}
#menu a {
	display: block;
	width: 85px;
	height: 30px;
	padding: 8px 0px 0px 50px;
	font: bold 14px/1 sans-serif;
	color: #23555C;
	background: url("images/button2.jpg") 0 0 no-repeat;
	text-decoration: none;
	overflow:hidden;
	margin-right: 25px;
}
#menu a:hover {	
	background-position: -135px 0;
	color: #23555C;
}
#menu a:active {
	background-position: -0px 0;
	color: #23555C;
}
table, td {
	border: 1px solid #23555C;
	border-collapse: collapse;
}

