/* Generic */
html {
	height: 100%;
}
body {
	padding: 0px;
	margin: 0px;
	font-family: verdana, arial;
	font-size: 14px;
	background-image: url('img/bg.png');
	background-position: 0px 47px;
	background-repeat: repeat-x;
	height: 100%;
}
.right {
	float: right;
}
.spacing {
	height: 20px;
}
/* Header */
.header {
	margin: auto;
	background-image: url('img/headerbg.png');
	background-position: bottom;
	background-repeat: repeat-x;
	height: 47px;
}
.header .logo img {
	height: 41px;
	padding-bottom: 3px;
	padding-top: 3px;
}
.header .logo {
	background-image: url('img/headerseparator.png');
	background-position: bottom left;
	background-repeat: no-repeat;
	padding-left: 14px;
}
.header .headerwrap {
	background-image: url('img/headerseparator.png');
	background-position: bottom right;
	background-repeat: no-repeat;
	width: 1000px;
	margin: auto;
}

/* Content */
.content {
	margin: auto;
	width: 780px;
}

.site {
	padding: 5px;
	/*background-color: #EEE;*/
}
.site .banner {
}
.link {
	margin: 4px;
	margin-top: -80px;
	height: 76px;
	background-color: #333;
	position: absolute;
	width: 760px;
	color: #fff;
}
.link p {
	margin: 0px;
	padding: 0px;
}
.link .title {
	font-size: 18px;
	color: #ff9900;
}
.link .siteinfo {
	padding: 10px 20px;
}
.link .sub {
	font-size: 12px;
	color: #fff;
}
.link .buttons {
	margin-top: 28px;
	margin-right: 20px;
}
.buttons a {
	text-decoration: none;
	color: #464646;
	font-size: 14px;
	padding: 5px 10px;
	font-weight: bold;
	background-color: #ff9900;
}
.buttons a:hover {
	color: #fff;
}
/* Footer */
.wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -38px;
}
.push {
	height: 38px;
}
.footer {
	height: 28px;
	background-color: #c9c9c9;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: auto;
	width: 1000px;
}
.footer p {
	margin: 0px;
	font-size: 10px;
	text-align: center;
	color: #333;
}