/* CSS Document */

body {
	width:100%;
	margin:auto;
	text-align:center;
	font-family:Arial,Helvetica,sans-serif;
	background-image:url(../images/layout/body-bg.jpg);
}

#wrapper {
	position: relative;
	width:913px;
	margin:auto;
}
#header {
	position: relative;
	width:913px; height:140px;
	background-image: url(../images/layout/content-bkg.gif);
	background-position: 6px 0px;
	background-repeat:repeat-y;
}
#header #logo {
	position:relative;
	padding-top:42px;
}
#header #tagline {
	position:relative;
}
#topnav {
	position:relative;
	width:913px; height:39px;
	text-align:center;
	background-image:url(../images/layout/topnav-bkg.png);
	background-repeat:no-repeat;
	z-index:100;
}
.hidden {
	display:none;
}
#subnav {
	position:relative;
	width:913px; height:30px;
	text-align:center;
	background-image: url(../images/layout/content-bkg.jpg);
	background-position: 6px 0px;
	background-repeat:repeat-y;
}
#content {
	position:relative;
	width:913px;
	text-align:left;
	background-image: url(../images/layout/content-bkg.jpg);
	background-position: 6px 0px;
	background-repeat:repeat-y;
	padding-bottom:30px;
}
#content .editable /*positioning only */
{
	position:relative;
	left:33px; top:0;
	width:848px;
	padding-top:30px;
	color:#ccc;
}
#footer {
	position:relative;
	width:913px; height:47px;
	color:#fff;
	font-size:12px;
}
#footer #links {
	position:absolute;
	top:10px; left:400px;
}
#footer #privacy {
	position:absolute;
	left:33px; top:10px;
}
#footer #terms {
	position:absolute;
	left:681px;
	top:10px;
	width:200px;
	text-align:right;
}
#footer a {
	color:#a5a5a5;
	text-decoration:none;
	border:none;
}
#footer a:hover {
	text-decoration:underline;
	color:#fff;
}
