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: 1.3;
}

h1 {
	color: #FFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height:10%;
}

h5 {
	color: #FFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height:0;
}

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:active {
	position: relative;
	top: 1px;
	outline: none;
	color: #ed1c24;
	font-weight: bold;
	text-decoration: none;
}
a:focus {
	outline: 0;
	color: #ed1c24;
}

.post{
	padding-bottom:27px;
}

.feedback {
	border-bottom: #FFF 1px solid;
	padding-bottom: 3px;
	padding-top: 2px;
}

ul
{
	list-style-type: none;
	margin:0;
	padding:0;
	margin-top:7px;
}

ul#categories-3 li {
	list-style:none;
}

li#categories-3.widget.widget_categories {list-style:none; margin:0; padding:0; border-bottom:1px #FFF dotted;}

li.cat-item {margin:0; padding: 1px 0 1px 0; border-top:1px #FFF dotted;}

ul#commentlist li {
border-bottom: solid 1px #fff;
padding-bottom:15px;
margin-bottom: 20px;
}

#search_box {
	padding-top: -10px;
	margin-top: 0;
	margin-bottom:-10px;
    width: 92px;
    height: 23px;
    background: url(/interface/images/bg_search_box.gif);
}
#search_box #s {
    float: left;
    padding-bottom: 3px;
    margin-left: 4px;
	margin-right: 0;
	margin-top: 2px;
	margin-bottom: 0;
	color:#FFF;
	border: 0;
    width: 86px;
    background: none;
}
#search_box #go {
    float:left;
	padding-left:0;
    margin: 0 0 0 0;
}


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

#headeroutline {
	position:fixed;
	top:0;
	left:43px;
	width:757px;
	height:120px;
	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:119px;
	left:138px;
	width:92px;
	height:1px;
	background-color:#FFF;
	z-index:500;
}
#header_divide2 {
	position:fixed;
	top:119px;
	left:252px;
	width:500px;
	height:1px;
	background-color:#FFF;
	z-index:500;
}

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

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

#leftnav {
	position:fixed;
	top:153px;
	left:138px;
	width:91px;
	z-index:50;
}

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


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


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

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

#contact1 {
	position:fixed;
	left:253px;
	top:19px;
	width:228px;
	height:21px;
	z-index:350;
}
#contact2 {
	position:fixed;
	left:480px;
	top:19px;
	width:272px;
	height:21px;
	z-index:350;
}
#blog {
	position:fixed;
	left:253px;
	top:49px;
	width:33px;
	height:16px;
	z-index:350;
}
#about {
	position:fixed;
	left:253px;
	top:69px;
	width:48px;
	height:12px;
	display:block;
	z-index:350;
}
#links {
	position:fixed;
	left:253px;
	top:87px;
	width:38px;
	height:12px;
	z-index:350;
}
#twitter_ico {
	position:fixed;
	left:721px;
	top:52px;
	width:15px;
	height:14px;
	z-index:350;
}
#rss_ico {
	position:fixed;
	left:736px;
	top:52px;
	width:16px;
	height:14px;
	z-index:350;
}

/*.storycontent {
	text-align:justify;
}*/
