body {
	margin: 0;
	padding: 0;
	background: #c13c3c url(images/img01.gif) repeat-x;
	line-height: 1.5em;
	color: #666666;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-weight: normal;
	color: #993333;
}

h2 {
	padding-left: 20px;
	background: url(images/img07.gif) no-repeat left center;
	font-size: 16px;
}

h3 {
	margin-bottom: 1em;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: .9em;
	font-weight: bold;
}

p,ul, ol {
	margin-top: 0;
}

a {
	background: url(images/img03.gif) repeat-x left bottom;
	text-decoration: none;
	color: #993333;
}

a:hover {
	background: none;
	text-decoration: underline;
}
img { border: none; }
/* Wrapper */

#wrapper {
	background: #FFFFFF url(images/img04.gif) repeat-x left bottom;
}

/* Menu */

#menu {
	width: 750px;
	height: 60px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: block;
	float: left;
	width: 120px;
	height: 60px;
	padding: 0 0 0 2px;
	background: url(images/img02.gif) no-repeat;
}

#menu a {
	display: block;
	width: 80px;
	height: 36px;
	padding: 20px 20px 0 20px;
	background: none;
	letter-spacing: -1px;
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #ffff99;
}

#menu a:hover {
	border-bottom: 5px solid #ffcc33;
	text-decoration: none;
	color: #FFFFFF;
}

#menu .active a {
	background: #ffffcc;
	border-bottom: 5px solid #eeeeee;
	text-decoration: none;
	color: #990033;
}

/* Header */

#header {
	width: 754px;
	height: 247px;
	margin: 0 auto;
	padding: 13px 0 0 0;
}

#logo {
	float: left;
	width: 224px;
	height: 214px;
	background: url(images/logo.jpg) no-repeat;
}

#header h2 {
	float: right;
	width: 494px;
	height: 34px;
	padding: 180px 20px 0 0;
	background: url(images/img06.jpg) no-repeat;
	text-transform: lowercase;
	text-align: right;
	letter-spacing: -1px;
	font-size: 15px;
	color: #FFFFFF;
}

/* Content */

#content {
	width: 750px;
	margin: 0 auto;
}

/* Posts */

#posts {
	float: right;
	width: 530px;
}

#posts .post {
	padding-bottom: 10px;
}

#posts .story {
	padding: 15px 10px 0px 10px;
	background: url(images/img10.gif) repeat-x;
	font-size: 14px;
	font-family:Arial;
}

#posts .meta {
	padding: 0px 0 0 20px;
	background: url(images/img03.gif) repeat-x;
}

#posts .meta p {
	margin: 0;
	font-size: smaller;
	padding: 0px 0px 0 450px;
}

/* Links */

#links {
	float: left;
	width: 200px;
}

#links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#links li ul {
	padding: 15px 20px 30px 20px;
	background: url(images/img10.gif) repeat-x
}

#links li li {
	padding: 3px 0;
	background: url(images/img03.gif) repeat-x left bottom;
}

#links li a {
	background: none;
}

#links li i {
	font-size: smaller;
}

/* Footer */

#footer {
	padding: 40px 0 60px 0;
	background: url(images/img08.gif) repeat-x;
}

#footer p {
	width: 750px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #cccc99;
}

#legal {
	margin: 0 auto;
	text-align: right;
	font-size: 12px;
}