body {
	margin-top: 30px;
	padding: 0;
	background: #000000;
	font-size: 13px;
	text-align: justify;
	color: #ADADAD;
}

body, td {
	font-family: "Trebuchet MS", "Times New Roman", Arial, Times, serif;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 18px;
}

.post p a {
color:#ADADAD;
text-decoration:none;
}
.post p a:hover {
color:#ADADAD;
text-decoration:none;
}


p {
	line-height: 150%;
}


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

li {
  text-decoration: none;
	list-style-type: none;
}

a:hover {
	color: #d90102;
}

#header {
	width: 800px;
	height: 143px;
	margin: 0 auto;
	padding-bottom: 30px;
	background: url(images/img01.jpg) no-repeat left top;
}


#header h1 {
	color: #FFB71C;
	font-size: 44px;
	float: left;
	margin-top: 0;
	padding: 50px 0 0 20px;
}

#header p {
  float: left;
	padding: 0px 0 0 10px;
	margin-top: 95px;
	font-size: 16px;
	color: #FFFFFF;   
	font-family: Georgia, "Times New Roman", Times, serif;
}

#page {
	width: 800px;
	margin: 0 auto;
}

#content {
	float: right;
	width: 480px;
	margin: 0;
	margin-bottom: 30px;
}

.post {
	padding: 0px 0px 0 0px;
}

.title {
	margin: 0;
	padding-bottom: 5px;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}

.post p {
 padding: 1px;
 margin-left: 1px;
 text-align: justify;
}

.post img {
 display: block;
 margin-left: auto;
 margin-right: auto;
 }
 
.post h1 {
border-bottom: 1px solid #380000;
} 

#table {
	padding: 0 0 20px 0;
}

#table table td {
 padding: 1px;
 margin-left: 1px;
 text-align: center;
 vertical-align:text-top;
}

#table p {
 padding: 1px;
 margin-left: 1px;
 text-align: center; 
}

#table h2 {
 font-size: 14px;
 }

img { 
border: none; 
}

#sidebar {
	float: left;
	width: 260px;
	text-align: left;

}

#sidebar li {
	border-bottom: 1px solid #380000;
	background: url(images/img03.gif) no-repeat 0px 12px;
	padding: 5px 0px 10px 15px;
	margin-bottom: 5px;
}

#sidebar h2 {
	margin: 0;
	height: 25px;
	padding: 4px 0px 10px 13px;
	background: url(images/img02.jpg) repeat-x left top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFFFFF;	
}

#footer {
	clear: both;
	height: 136px;
	width: 800px;
	margin: 0 auto;
	border-top: 10px solid #1E2223;
	text-align: center;
	font-size: smaller;
	font-family: Arial, Helvetica, sans-serif;
	color: #646464;
}

#footer p {
	padding-top: 40px;
	text-transform: uppercase;
}

#footer p a {
	color: #FFFFFF;
}


