body {
	margin: 0px;
	padding: 0px;
	background: #000000 url(images/img01.jpg) repeat-x;
	font: 14px "Times", Times New Roman, Book Antiqua, Georgia, serif;
	color: #FFFFFF;
}

h1, h2, h3 {
	font: 1.8em;
	font-weight: normal;
	color: #F0F0F0;
}

p, ol, ul {
	line-height: 1.6em;
}

a {
	color: #CCCCCC;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}

hr {
	display: none;
}

/* Header */

#header {
	width: 820px;
	height: 270px;
	margin: 0px auto;
}

/* Logo */

#logo {
	float: left;
	padding: 40px 0 0 0;
}

#logo h1 {
	margin: 0;
	height: 160px;
	padding: 15px 0 0 160px;
	background: url(images/swf-title.gif) no-repeat left top;
	font-size: 48px;
	font-weight: normal;
	color: #000000;
}

#logo h1 a {
	display: block;
	text-decoration: none;
	color: #000000;
}

#logo p {
	margin: -113px 0 0 173px;
	text-transform: uppercase;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
}

#logo a {
	display: block;
	text-decoration: none;
	color: #CC0000;
}

/* Menu */

#menu {
	float: right;
}

#menu ul {
	margin: 0px;
	padding: 176px 0px 0px 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin-left: 5px;
	padding: 5px 20px;
	background: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	border-top: 1px solid #FF0000;
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold;
	font-size: 12px;
	color: #000000;
}

#menu a:hover {
	color: #FF0000;
}
#menu .active a {
	color: #FF0000;
}
/* Page */

#wrapper {
	background: #000000 url(images/img02.jpg) repeat-x left bottom;
}

#page {
	width: 820px;
	margin: 0px auto;
	padding: 0;
}

/* Content */

#content {
	float: left;
	width: 550px;
	margin-bottom: 50px;
}

/* Post */

.post {
	margin-bottom: 20px;
}

.post .date {
	float: left;
	width: 76px;
	height: 50px;
	margin: 0;
	margin-right: 20px;
	padding-top: 2px;
	background: #000000;
	line-height: normal;
	text-transform: uppercase;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

.post .date b {
	margin: 0;
	padding: 0;
	display: block;
	margin-top: -5px;
	font-size: 40px;
}

.post .title {
	margin: 0;
	padding: 0px 0 0 0;
	margin-left: 10px;
	padding-bottom: 6px;
	font-size: 1.8em;
}

.post .title h2 {
	margin: 0;
}

.post .hr1 {
}

.post .meta {
	margin: 0 0 30px 11px;
	padding: 0;
	color: #AAAAAA;
	line-height:normal;
}

.post .meta a {
	color: #CCCCCC;
}

.post .entry {
	margin: 0;
	font-size: 1.2em;
	padding-bottom: 10px;
	margin-left: 10px;
	border-bottom: 1px dashed #FF0000;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 202px;
	margin-bottom: 20px;
}

#sidebar ul {
	margin: 0;
	padding-left: 6px;
	list-style: none;
	margin-bottom: 30px;
}

#sidebar li {
	margin-bottom: 0px;
}

#sidebar li li {
	margin: 0;
	padding: 4px 0 4px 0;
}

#sidebar li li a {
}

#sidebar h2 {
	padding-top: 6px;
	padding-left: 6px;
	padding-bottom: 6px;
	border-bottom: 1px dashed #FF0000;
	margin-bottom: 6px;
	border-top: 1px solid #666666;
	background: #111111;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-color: #FF0000;
	text-decoration: none;
}


/* Footer */

#wrapper2 {
	background: #FF0000;
}

#footer {
	width: 820px;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #FFFFFF;
}
#footer a {
	text-decoration: none;
	font-size: 11px;
	color: #AAAAAA;
}
#footer a:hover {
	text-decoration: none;
	color: #000000;
}
#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer li {
	display: block;
	float: left;
	width: 300px;
	padding-left: 20px;
}

#footer li.first {
	padding-left: 0;
}

#footer li ul {
	margin: 0;
	margin-bottom: 30px;
}

#footer li li {
	display: list-item;
	float: none;
	margin: 0;
	padding: 2px 0;
	border-bottom: 1px solid #573D30;
}

#footer li li a {
}

#footer h2 {
	margin-top: 0;
	color: #FFFFFF;
}

#legal {
	clear: both;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 30px;
	text-align: center;
	font-size: 0.8em;
	color: #FFFFFF;
	background: #000000;
}

#legal a {
	text-decoration: none;
	color: #CCCCCC;
}
#legal a:hover {
	text-decoration: none;
	color: #FF0000;
}
