@charset "utf-8";
/* CSS Layout Style Sheet */

html {
	margin:0; padding:0;
	overflow-y:scroll;
	height:100%;
}

body {
	height:100%;
	margin:0; padding:0;
	background: url(i/background.png) 50% repeat-y;
}

#topbar {
	width: 881px;
	height: 100px;
	margin: 0 auto; padding:0;
	background: url(i/topbar.png) 50% no-repeat;
}

#tagline {
	margin: 0;
	text-align: center;
	padding-top: 70px;
}

/* START NAVBAR */

#navbar {
	width: 880px;
	height: 30px;
	margin: 0 auto; padding: 0;
	background: #ddd;
	border: 1px solid #aaa;
}

#navbar ul {
	list-style-type: none;
	margin: 0 auto; padding: 0;
	margin-left: 15px;
	text-align: center;
}

#navbar li {
	float: left;
}

#navbar a {
	display: block;
	width: 148px;
	margin: 0 10px;
	height: 26px;
	padding: 4px 0 0 0;
	border: 1px dashed #ccc;
	border-top: none; border-bottom: none;
}

#navbar a:hover {
	position: relative;
	bottom: 4px;
	height: 29px; width: 148px;
	background-color: #ddd;
	border: 1px solid #aaa;
	font-weight: bold;
}

#current a {
	position: relative;
	bottom: 3px;
	height: 29px; width: 148px;
	background-color: #fff;
	border: 1px solid #aaa;
	border-bottom: none;	
}

#current a:hover {
	bottom: 3px;
	border-bottom: none;
	background-color: #fff;
	font-weight: normal;
}

#navbarback {
	margin 0; padding: 0;
	background: #ccc;
	height: 31px;
}

/* END NAVBAR */
#main {
	width: 841px;
	margin: 0 auto;
	padding: 10px 20px;
}

#footer {
	width: 100%;
	clear: both;
	height: 145px;
	margin: 0 auto;	padding: 0;
	background-color: #cccccc;
	border-top: 1px solid #ffffff;
	position: relative;
	bottom: 0px;

}

#footer ul {
	width: 900px;
	margin: 0 auto; padding: 0;
	list-style-type:  none;
	text-align: center;
}

#footer ul li {
	text-align: left;
}

#footer h3 {
	text-align: center;
	margin: 5px;
}

#footer p {
	margin-left: 5px;
	margin-top: 0;
}

.box {
	height: 100px;
	margin: 5px 5px 5px 5px;
	padding: 0;
	background: #ffffff;
	border: 1px solid #bbbbbb;
	float: left;
}

.box:hover {
	border: 1px solid black;
}

.sidebox {
	width: 152px;
}

.middlebox {
	width: 720px;
}


#disclaimer {
	width: 100%;
	height: 25px;
	background-color: #ccc;
	text-align: center;
	position: relative;
	bottom: 32px;
}

#adblock {
	margin-top: -5px;
	text-align: right;
}

#adtext {
	position: relative;
	bottom: 5px;
	right: 3px;
}

