html,body {
	margin:0;
	padding:0;
	height:100%;
	background: #9e0202;
}
body,td,th {
	color: #FFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height:115%;
}
a:link {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #ed1c24;
	font-weight: bold;
	text-decoration: none;
}
a:focus {
	outline: 0;
	color: #ed1c24;
}
a:active {
	position: relative;
	top: 1px;
	outline: none;
	color: #ed1c24;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

#wrapper {
	position:absolute;
	width:752px;
	min-height:100%;
}

#headeroutline {
	position:fixed;
	top:0;
	left:43px;
	width:757px;
	height:140px;
	display:block;
	background-color: #9E0202;
	background-image:url(interface/images/header_outline.gif);
	background-repeat:no-repeat;
	z-index:100;
}

#header_divide1 {
	position:fixed;
	top:139px;
	left:138px;
	width:92px;
	height:1px;
	background-color:#FFF;
	z-index:500;
}
#header_divide2 {
	position:fixed;
	top:139px;
	left:252px;
	width:500px;
	height:1px;
	background-color:#FFF;
	z-index:500;
}

#headerarea {
	position:static;
	display:block;
	width:800px;
	height:173px;
	z-index:200;
}

#header {
	position:absolute;
	width:800px;
	height:173px;
	background-color: #9E0202;
	background-attachment:fixed;
	background-image:url(interface/images/header_1.gif);
	background-repeat:no-repeat;
	overflow:hidden;
	z-index:200;
}

#content_wrap {
	position:relative;
	float:right;
	padding-bottom:105px;
	width:613px;
}

#content {
	position:relative;
	float:right;
	width:500px;
}

#title {
	position:fixed;
	top:173px;
	left:138px;
	width:91px;
}


#footer {
	position:absolute;
	bottom:0;
	left:253px;
	width:500px;
	height:40px;
	text-align: center;
}

#logo {
	position:fixed;
	left:43px;
	top:32px;
	width:187px;
	height:101px;
	z-index:500;
}

#contact1 {
	position:fixed;
	left:253px;
	top:39px;
	width:228px;
	height:21px;
	z-index:350;
}
#contact2 {
	position:fixed;
	left:480px;
	top:39px;
	width:272px;
	height:21px;
	z-index:350;
}
#blog {
	position:fixed;
	left:253px;
	top:69px;
	width:33px;
	height:16px;
	z-index:350;
}
#about {
	position:fixed;
	left:253px;
	top:89px;
	width:48px;
	height:12px;
	display:block;
	z-index:350;
}
#links {
	position:fixed;
	left:253px;
	top:107px;
	width:38px;
	height:12px;
	z-index:350;
}

#twitter_ico {
	position:fixed;
	left:721px;
	top:72px;
	width:15px;
	height:14px;
	z-index:350;
}
#rss_ico {
	position:fixed;
	left:736px;
	top:72px;
	width:16px;
	height:14px;
	z-index:350;
}
