* {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

body {
	background-color: #010101;	
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
}

#tag {
	width: 126px;
	height: 126px;
	position: absolute;
	top: 0;
	right: 0;
	display: none;
}

#headerWrapper {
	width: 100%;
	height: 99px;
	background: url(gfx/bgnd-header.jpg) repeat-x top center;	
}

#header {
	width: 820px;
	height: 99px;
	margin: 0 auto;
	position: relative;
	background: url(gfx/bgnd-header-strapline.gif) right 20px no-repeat;	
}

#logo {
	width: 170px;
	height: 99px;
	float: left;
}

#nav {
	width: 640px;
	height: 35px;
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 62.5%;
}

#nav ul {
	list-style: none;
	float: right;
}

#nav ul li {
	float: left;
	line-height: 270%;
	font-size: 1.3em;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}

#nav .page_item {
	width: auto;
	height: 35px;
	background: url(gfx/page_item.gif) repeat-x center bottom;
	padding: 0 13px 0 13px;
	margin-left: 2px;
}

#nav .page-item-13 {
	background: url(gfx/page_item_order.gif) repeat-x center bottom;
}

#nav li.page-item-13 a {
	color: white;
}

#nav .page_item a {
	text-decoration: none;
	color: #5e92af;
}

#nav .page_item a:hover {
	text-decoration: underline;
	color: white;
}

#nav .current_page_item {
	background: url(gfx/current_page_item.gif) repeat-x center bottom;
}

#nav .current_page_item a {
	color: white;
}

#blackboxWrapper {
	width: 100%;
	background: url(gfx/bgnd-blackbox.jpg) repeat-x center top;
}

#blackbox {
	width: 820px;
	/*height: 300px;*/
	margin: 0 auto;
	font-size: 62.5%;
	position: relative;
	padding-top: 25px;
	padding-bottom: 5px;
}

#contentWrapper {
	width: 100%;
	background: url(gfx/bgnd-content.jpg) repeat-x center top white;
	border-bottom: 4px solid #474747;
}

#content {
	width: 820px;
	margin: 0 auto;
	padding-bottom: 10px;
	font-size: 62.5%;
}

#colLeft {
	width: 420px;
	float: left;
	padding-top: 20px;
	padding-right: 60px;
}

#colRight {
	width: 300px;
	float: left;
	background: url(gfx/bgnd-sidebox.jpg) repeat-x top left;
	padding: 20px;
}

#colFullWidth {
	width: 820px;
	padding-top: 30px;
}

#footerWrapper {
	width: 100%;
	padding-bottom: 20px;
}

#footer {
	width: 820px;
	margin: 0 auto;
	font-size: 62.5%;
	padding-top: 20px;
}

#footerLeft {
	float: left;
	width: 420px;
}

#footerRight {
	float: right;
	width: 320px;
	height: 90px;
	background: url(gfx/footer-right.gif) no-repeat top left;
	position: relative;
}

#footerRight p {
	color: #8ec7e5;
	position: relative;
	top: 20px;
	left: 0;
	width: 250px;
	font-size: 1.0em;
	line-height: 120%;
}