@charset "utf-8";
a:link {
	color: #333333;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #AE5913;
}
a:active {
	color: #E79E63;
}

/* CSS Document */

body {
	margin:0;
	padding:0;
	height:100%;
	background-color: #E1873E;
	text-align: center;
	background-repeat: repeat;
}
#container {
	position:relative;
	width: 1024px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	left: 0px;
	top: 0px;
	border: medium double #333333;
	text-align: left;
	background-color: #E29E62;
}
#search {
	position: absolute;
	height: 117px;
	width: 170px;
	top: 0px;
	right: 0px;
	text-align: left;
	z-index: 2000;
}

#header {
	background:#e29e62;
	padding:10px;
}
#menu {
	padding-bottom:40px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	background-color: #E29E62;
	text-align: center;
}

#body {
	background-color: #E29E62;
	padding: 5px;
}

.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	font-weight: normal;
}.h2a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #990000;
}
#divbot {
	position: absolute;
	height: 194px;
	width: 600px;
	top: 400px;
	right: 0px;
}
.boarder {
	border: thin solid #333333;
}
.h3 {
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #CC0000;
}
.h1a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}
#clock {
	position: absolute;
	height: auto;
	width: auto;
	top: -9px;
	right: 170px;
	z-index: 5000;
}
#footer {
	position:relative;
	bottom:0;
	width:1024px;
	height:80px;
	background-color: #E79E63;
	text-align: center;
}
#footer div {
	position: absolute;
	height: 16px;
	width: auto;
	left: -1px;
	top: 61px;
}

