body {
	position:relative;
	margin:0px;
	background-color:#FDFDFD;
}

a img {
	border-width:0px;
}

#body-bg-top, #body-bg-bottom {
	width:100%;
	position:absolute;
	left:0px;
}

#body-bg-top {
	background:#DADBDD url(/images/background/body-gradient-top.gif) repeat-x;
	height:260px;
	top:0px;
}

#body-bg-bottom {
	background:#DADBDD url(/images/background/body-gradient-bottom.gif) repeat-x;
	height:400px;
	bottom:0px;
}

#page-wrapper {
	position:relative;
	width:920px;
	padding-bottom:21px;
	margin:0px auto;
}

#page {
	float:left;
	background:url(/images/background/page-bg.png) repeat-y;
	padding:1px 6px;
}

* html #page {
	background:transparent;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/background/page-bg.png', sizingMethod='scale');
}

#page-shadow-top {
	background:#DADBDD url(/images/background/page-shadow-top.gif) no-repeat;
	height:7px;
}

#page-shadow-bottom {
	clear:both;
	background:#DADBDD url(/images/background/page-shadow-bottom.gif) no-repeat;
	height:7px;
}

#header {
	position:relative;
	width:907px;
	height:114px;
	background:#DAEBF9 url(/images/header1.jpg) no-repeat;
}

#header .logo {
	position:absolute;
	left:13px;
	top:6px;
	margin:0px;
}

#header .logo a {
	display:block;
	width:105px;
	height:0px;
	padding-top:104px;
	overflow:hidden;
}

#main-nav {
	position:relative;
	z-index:3;
	list-style-type:none;
	white-space:nowrap;
	width:908px;
	height:33px;
	padding:0px;
	margin:1px 0px;
}

#main-nav li {
	float:left;
	position:relative;
	background:#C8E4F8 url(/images/nav/button-bg.gif) no-repeat top right;
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
	height:17px;
	padding:8px 0px;
	margin-right:1px;
}

#main-nav a {
	color:#333333;
}

#main-nav img {
	vertical-align:middle;
	margin-right:3px;
}

#main-nav ul {
	display:none;
	list-style-type:none;
	text-align:left;
	position:absolute;
	left:-1px;
	top:33px;
	background:#D0E8F9 url(/images/background/blue-bg.gif) repeat-x bottom left;
	padding:0px 10px;
	margin:0px;
	border:1px solid white;
}

#main-nav ul li {
	text-align:left;
	background:none;
	float:none;
}

#main-nav li.register, #main-nav li.update-registry {
	background:#E22F21 url(/images/nav/registry-bg.gif) repeat-x;
	font-size:12px;
	padding:8px 18px;
}

#main-nav li.register a, #main-nav li.update-registry a {
	color:white;
}

#main-nav li.register {
	height:23px;
	width:144px;
	padding:5px 0px;
}

#main-nav li.update-registry { width:166px; }
#main-nav li.facts { width:110px; }
#main-nav li.stories { width:140px; }
#main-nav li.help { width:150px; }
#main-nav li.about { width:156px; }

body.registry #main-nav li.register,
body.update-registry #main-nav li.update-registry {
	background-image:url(/images/nav/active-bg.gif);
}

#news-bar {
	float:left;
	width:347px;
}

#story-top {
	height:7px;
}

#story-bar {
	position:relative;
	z-index:3;
	float:right;
	width:230px;
	margin:24px 10px 20px 0px;
}

.links {
	width:230px;
	padding:9px 7px;
	margin:1px 0px 0px;
	border-spacing:0px;
}

.links tr {
	height:42px;
}

.links td {
	background:url(/images/background/link-bg.png) no-repeat;
	text-align:center;
	width:104px;
	padding:2px;
}

* html .links td {
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/background/link-bg.png', sizingMethod='crop');
}

.links a {
	position:relative;
	color:white;
	font-size:12px;
	font-weight:bold;
}

#story-bottom {
	clear:left;
	height:7px;
}

#content {
	position:relative;
	z-index:1;
	margin-right:1px;
}

#content-bg-top, #content-bg-bottom {
	width:100%;
	height:200px;
	position:absolute;
	left:0px;
}

#content-bg-top {
	background:#FBFDFE url(/images/background/content-gradient-top.gif) repeat-x;
	top:0px;
}

#content-bg-bottom {
	background:#FBFDFE url(/images/background/content-gradient-bottom.gif) repeat-x;
	bottom:0px;
}

#content-fg {
	position:relative;
	z-index:2;
	padding:24px;
	margin-right:240px;
}

#content-fg h3 {
	font-size:16px;
	color:black;
	margin-bottom:0px;
}

#content-fg h3 em {
	font-size:24px;
}

#content-fg a {
	color:#6699CC;
}

#footer {
	text-align:center;
	margin-top:3px;
}

#every_11 {
	left: 150px;
	position: absolute;
	top: 30px;	
}