*
{
		padding: 0;
		margin: 0;
}
body
{
		margin-top: 30px;
		padding: 0;
		background: #000000;
		font-size: 13px;
		text-align: justify;
		color: #adadad;
}
body, th, td, input, textarea, select, option
{
		font-family: "Trebuchet MS", "Times New Roman", Arial, Times, serif;
}
#wrapper
{
		width: 900px;
		margin-left:50px;
}
h1, h2, h3
{
		font-family: Arial, Helvetica, sans-serif;
		font-weight: normal;
		color: #ffb71c;
}
h1
{
		font-size: 36px;
}
h2
{
		font-size: 2em;
}
h3
{
		font-size: 1em;
}
p, ul, ol
{
		line-height: 200%;
}
blockquote
{
		padding-left: 1em;
}
blockquote p, blockquote ul, blockquote ol
{
		line-height: normal;
		font-style: italic;
}
a
{
		color: #ffffff;
}
a:hover
{
		color: #ffffff;
}
/* Header */

#header
{
		width: 900px;
		height: 143px;
		margin: 0 auto;
		padding-bottom: 10px;
		background: url(../images/common/xtrasheader.jpg) no-repeat left top;
}
#header h1, #header p
{
		float: left;
		margin: 0;
		padding: 45px 0 0 30px;
		font-family: Georgia, "Times New Roman", Times, serif;
}
#header h1
{
		color: #ffb71c;
		font-size: 44px;
}
#header p
{
		padding: 60px 0 0 15px;
		font-size: 16px;
		color: #ffffff;
}
#header a
{
		text-decoration: none;
		color: #ffb71c;
}
/* Page */

#page
{
		width: 850px;
		margin: 0 auto;
}
/* Content */

#content
{
		float: right;
		width: 550px;
		margin: 0;
		margin-bottom: 30px;
}
.post
{
		padding: 0px 0px 0 0px;
}
.title
{
		margin: 0;
		padding-bottom: 5px;
		font-size: 24px;
		font-family: Georgia, "Times New Roman", Times, serif;
		color: #ffffff;
}
.title a
{
		text-decoration: none;
		color: #ffffff;
}
.pagetitle
{
		border-bottom: 2px solid #0f0f0f;
}
.alignleft
{
		float: left;
}
.alignright
{
		float: right;
}
.posts
{
		margin: 0;
		padding: 0;
		list-style: none;
		line-height: normal;
}
.posts li
{
		padding-bottom: 20px;
		margin-bottom: 20px;
		border-bottom: 1px solid #0f0f0f;
}
.posts h3
{
		margin: 0;
		font-weight: bold;
}
.posts p
{
		margin: 0;
		line-height: normal;
}
.posts a
{
}
/* Menu Sidebar */

#menu
{
		float: left;
		width: 325px;
}
/* Footer */

#footer
{
		clear: both;
		height: 30px;
		width: 900px;
		border-top: 2px solid #dc0201;
		border-bottom: 5px solid #dc0201;
		text-align: center;
		font-family: Arial, Helvetica, sans-serif;
		color: #ffb71c;
}
