body {
	background: #000000 url('../img/background.png') repeat-x top;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 0.75em;
	line-height: 1em;
	color: #666666;
	padding: 0;
	margin: 0;
}

img {
	border: 0;
}

h3 {
	display: inline;
	font-weight: normal;
	font-size: 1em;
	color: #bbbbbb;
}

#wrapper {
	position: relative;
	width: 920px;
	margin: 0 auto;
}

#header {
	position: relative;
	width: 920px;
	height: 92px;
	border-bottom: 1px solid #1a1a1a;
}

#logo {
	position: absolute;
	top: 35px;
	left: 0;
}

#menu {
	position: absolute;
	top: 36px;
	right: 0;
}

#menu .item {
	position: static;
	float: right;
	padding: 0 0 0 10px;
}

.submenu {
	position: absolute;
	top: 75px;
	right: 0;
}

.submenu .item {
	position: static;
	float: right;
	padding: 0 0 0 10px;
}

#navigation {
	position: relative;
	width: 920px;
	height: 70px;
}

#title {
	position: absolute;
	left: 0;
	line-height: 70px;
}

#title h1 {
	display: inline;
	font-size: 1.4em;
	color: #ffffff;
	font-weight: normal;
}

#breadcrumbs {
	position: absolute;
	right: 0;
	line-height: 70px;
}

#content {
	position: relative;
	width: 920px;
	line-height: 1.6em;
}

#footer {
	position: relative;
	width: 920px;
	height: 70px;
	line-height: 70px;
}

a:link						{ color: #666666; text-decoration: none;								}
a:visited					{ color: #666666; text-decoration: none;								}
a:active					{ color: #ffffff; text-decoration: none; text-shadow: #ffffff 0 0 15px;	}
a:hover						{ color: #ffffff; text-decoration: none; text-shadow: #ffffff 0 0 15px;	}