body {
	margin-top: 30px;
	padding: 0;
	background: #000000;
	font-size: 13px;
	
	color: #ffffff;
}

body, th, td, input, textarea, select, option {
	font-family: "Trebuchet MS", "Times New Roman", Arial, Times, serif;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #819CDB;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 20px;
}

p, ul, ol {
	line-height: 200%;
	font-weight: bold;
}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #80ffff;
	
}

a:hover {
	color: #FFFFFF;
}

hr {
	color: red;
	width: 100%;
}

table {
	width: 100%;
	spacing: 20px;
	
}

/* Header */

#header {
	width: 800px;
	height: 143px;
	margin: 0 auto;
	padding-bottom: 30px;
	background: url(img/transhead.jpg) no-repeat left top;
}

#header h1, #header p {
	float: left;
	margin: 0;
	padding: 50px 0 0 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#header h1 {
	color: #FFB71C;
	font-size: 44px;
}

#header p {
	padding: 65px 0 0 10px;
	font-size: 16px;
	color: #FFFFFF;
}

#header a {
	text-decoration: none;
	color: #FFB71C;
}

/* Page */

#page {
	width: 900px;
	margin: 0 auto;
}

/* Content */

#content {
	float: right;
	width: 700px;
	margin: 0;
	margin-bottom: 30px;
}

.post {
	padding: 5px 5px 5px 5px;
	border:5px ridge red;
}

.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;
}




/* Sidebar */

#sidebar {
	float: left;
	width: 180px;
	
}



/* Footer */

#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;
}

/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	background: gold;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 100px;
	height: 100px;
}

.hoverbox li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: #000000;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
	width: 187px;
	height: 295px;
}

.hoverbox .preview
{
	border-color: #000;
	width: 200px;
	height: 200px;
}


