@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0px;
	background-color:#EEE;
	background-image: url(gfx/bg.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}

a {	color:#000; }
a:hover { color: #006A73; }

table {
	border: none;
	text-align: center;
	background-repeat: no-repeat;
}

.space img { margin-top: 10px; }

tr {
	vertical-align: top;
}

td { background-repeat: no-repeat; }

img { border: none; vertical-align: middle; }

h1 { margin-top: 10px; }

h3 { margin-bottom: 0; }

hr { border: solid 2px #006A73; }

#wrap {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	border: 10px #006A73 solid;
	border-bottom: 5px #006A73 solid;
	border-top: none;
	background-color: #FFF;

}

#border {
	background-color: #006A73;
	width: 10px;
	height: 100px;
	float: left;
}
#header {
	width: auto;
	height: 95px;
	background-color: #FFF;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
	background-image:url(gfx/header.png);
	background-position: right;
	background-repeat: no-repeat;
}

#leftbar {
	left: 50%;
}

#buttonwrap {
	border-bottom: 5px #006A73 solid;
	height: 25px;
}

#buttonwrap a { text-decoration: none; }

.button {
	width: 100px;
	height: 20px;
	float: left;
	text-align: center;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	padding-top: 5px;
	overflow: hidden;
}

.button:hover {
	background-color:#006A73;	
	color: #FFF;
}

#content {
	clear: both;
	width: auto;
	padding: 10px;
	padding-top: 1px;
	background-color: #FFF;
}

#footer {
	width: 1020px;
	text-align: right;
	font-size: 9px;
	font-style: italic;
	margin: 0 auto;
	color: #CCC;
}

.center { text-align: center; }
