* {
	font-family: Lucida Sans, Arial, Helvetica, sans-serif;
}

body {
	width: 808px;
	margin: 0em 240px;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: none;
}

header h1 {
	font-size: 40px;
	margin: 0px;
	text-shadow: 2px 2px 3px #333;
}

header h2 {
	font-size: 18px;
	margin: 0px;
	color: #888;
	font-style: italic;
}

header a:link {
	color: #000000;
}

header a:visited {
	color: #000000;
}

header a:hover {
	color: #4e4e4e;
}

nav ul {
	list-style: none;
	padding: 0px;
	display: block;
	clear: right;
	background-color: #666;
	padding-left: 4px;
	height: 24px;
	margin-left: 0px;
}

nav ul li {
	display: inline;
	padding: 0px 20px 5px 10px;
	height: 24px;
	border-right: 0px solid #ccc;
}

nav ul li a {
	color: #e4e4e4;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}

nav ul li a:hover {
	color: #fff;
}

article > header time {
	font-size: 14px;
	display: block;
	width: 48px;
	padding: 2px;
	text-align: center;
	background-color: #323e4f;
	color: #fff;
	font-weight: bold;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	float: left;
	margin-bottom: 14px;
}

article > header time span {
	font-size: 18px;
	font-weight: normal;
	padding: 8px;
}

article > header time2 {
	font-size: 14px;
	display: block;
	width: 796px;
	padding: 6px;
	text-align: left;
	background-color: #323e4f;
	color: #fff;
	font-weight: bold;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	float: left;
	margin-bottom: 14px;
}

article > header time2 span {
	font-size: 12px;
	font-weight: normal;
}

article > header h1 {
	font-size: 20px;
	float: left;
	margin-left: 14px;
	margin-bottom: 0px;
}

article > header h1 a {
	color: #647a9a;
}

article > header h1 a:visited {
	color: #647a9a;
}

article > header h1 a:hover {
	color: #acb9ca;
}

article > section header h1 {
	font-size: 16px;
}

article > section header h2 {
	font-size: 12px;
	font-style: normal;
}

article > section header h2 spam{
	font-size: 10px;
	color: #000000;
}

article p {
	clear: both;
	font-size: 14px;
	text-align: justify;
}

article a:link {
	color: #647a9a;
}

article a:visited {
	color: #647a9a;
}

article a:hover {
	color: #acb9ca;
}

article > footer {
	clear: both;
	text-align: center;
}

article > section footer p {
	text-align: left;
	font-size: 10px;
	color: #888;
}

section footer a {
	text-align: left;
	font-size: 10px;
	color: #000000;
}

section footer h5 {
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	text-align: left;
}

section footer spam {
	font-weight: bold;
	color: #000000;
}

footer p {
	text-align: center;
	font-size: 12px;
	color: #888;
	margin-top: 24px;
}

aside a {
	color: #e4e4e4;
	text-decoration: none;
	text-align: right;
	font-size: 10px;
	font-weight: bold;
}

aside a:hover {
	color: #ffffff;
}

aside.left {
	position: absolute;
	background-color: #323e4f;
	left: 10px;
	top: 184px;
	width: 185px;
	height: auto;
	padding: 10px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

aside.left header h1 {
	font-size: 12px;
	text-align: right;
	color: #ffffff;
	margin: 0 0 0 0;
	padding: 0px;
}

aside.left menu {
	left: 2px;
	margin: 0 0 0 0;
	padding: 0px;
	text-align: right;
}

aside.left menu h1 {
	font-size: 10px;
	font-weight: bold;
	margin: 0 0 0 0;
	display: block;
	width: 180px;
	padding: 2px;
	text-align: right;
	background-color: #ffffff;
	color: #323e4f;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 5px;
}

em {
	font-weight: bold;
}

strong {
	font-weight: bold;
}

article > section form {
    border: 1px solid #888;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;    
    -moz-box-shadow: 10px 10px 5px #888;
    -webkit-box-shadow: 10px 10px 5px #888;
    box-shadow: 10px 10px 5px #888;
    background-color: #eee;
    padding: 10px; margin-bottom: 30px;
}

article > section label {
    font-weight: bold; font-size: 13px;
}

article > section input {
    margin-bottom: 3px; font-size: 13px;
}
.h20 {
	color: #000;
	font-weight: bold;
}
