* { 
	margin: 0; 
	padding: 0; 
	-webkit-text-size-adjust:none;

}
body {
	margin: 0px;
	color: #eaeaea;
	background: #3d4144;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, "Lucida Grande", sans-serif;
}

a:link {
	color: #eaeaea;
	padding-bottom: 2px;
	text-decoration: none;
	border-bottom: 1px solid #636364;
}

a:visited {
	color: #eaeaea;
	padding-bottom: 2px;
	text-decoration: none;
	border-bottom: 1px dotted #636364;
}

a:hover {
	color: #fe9124;
	padding-bottom: 2px;
	text-decoration: none;
	border-bottom: 1px solid #636364;
}

a:active {
	color: #eaeaea;
	padding-bottom: 2px;
	text-decoration: none;
	border-bottom: 1px solid #636364;
}

a img {
	display: block;
	border: none;
	text-decoration: none;
}

h1 {
	margin: 0px 0px 6px 0px;
	color: #fe9124;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
}

h1 a:link {
	color: #fe9124;
	padding-bottom: 2px;
	text-decoration: none;
	border-bottom: none;
}

h1 a:visited {
	color: #fe9124;
	padding-bottom: 2px;
	text-decoration: none;
	border-bottom: none;
}

h1 a:hover {
	color: #fe9124;
	padding-bottom: 2px;
	text-decoration: none;
	border-bottom: none;
}

h1 a:active {
	color: #fe9124;
	padding-bottom: 2px;
	text-decoration: none;
	border-bottom: none;
}

.date {
	margin: 0px 0px 6px 0px;
	font-size: 12px;
	color: #828282;
}

.full_story {
	margin: 6px 0px 28px 10px;
}

.full_story a {
	font-size: 12px;
}

#page-wrap { 
	margin: 10px 10px 30px 10px;
}

p {
	line-height: 22px;
}

#index p {
	margin: 0px;  
}

#articles p {
	margin: 0px 0px 20px 0px;
}

x.backtotop {
	margin: 0px auto 20px auto;
	padding: 10px;
	width: 70%;
	text-align: center;
	display: block;
	border: 1px solid #636364;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
}

.backtotop a {
	margin: 0px auto 20px auto;
	padding: 10px;
	width: 70%;
	height: 18px;
	color: #fe9124;
	text-align: center;
	display: block;
	border: 1px solid #636364;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
}

.backtotop a:hover {
	margin: 0px auto 20px auto;
	padding: 10px;
	width: 70%;
	height: 18px;
	text-align: center;
	display: block;
	border: 1px solid #636364;
	background: #383738;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
}

.backtohome a {
	margin: 0px auto 20px auto;
	padding: 10px;
	width: 70%;
	height: 30px;
	color: #fe9124;
	text-align: center;
	padding-bottom: 2px;
	display: block;
	text-decoration: none;
	border: 1px solid #636364;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
}

.backtohome a:hover {
	margin: 0px auto 20px auto;
	padding: 10px;
	width: 70%;
	height: 30px;
	color: #fe9124;
	text-align: center;
	padding-bottom: 2px;
	display: block;
	background: #383738;
	text-decoration: none;
	border: 1px solid #636364;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
}


#banner {
	margin: 0px 0px 20px 0px;
	border-top: 2px solid #248ffc;
	border-bottom: 2px solid #fe9124;
	overflow: hidden;
}

.logo img {
	margin: 6px 10px 6px 0px;
	padding: 0px;
	float: left;
}