body
{
	margin: 0 0 0 0;
	color: #FFF;
	font-family: arial, helvetica;
	background-color: #000;
}

.shadow_box
{
	width: 710px;
	text-align: center;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	background-color: #000;
}

.content
{
	text-align: center;
	width: 700px;
	color: #CCC;
	font-family: Century Gothic, Helvetica;
	font-style: normal;
}

.header
{
	width: 700px;
	height: 300px;
	border: 0px;
	margin: 0 0 10px 5px;
	background-image: url(http://www.trubble.com/images_site/masthead_bg.jpg);
	background-repeat: no-repeat;
	text-align: right;
	padding: 0;
}

.header a:link 
{
	color: #CCFF99;
}

.header a:hover 
{
	text-decoration: none;
	background: none;
}

.header a:visited 
{
	color: #CCFF99; 
}


.footer
{
	width: 700px;
	height: 16px;
	border: 0px;
	text-align: center;
	margin: 0;
	padding: 0;
}

/* Left (Main) Column */
.left_col
{
	padding: 4px;
	text-align: left;
}


/* Right (Sidebar) Column */
.right_col
{
	float: right;
	padding: 0 0 15px 5px;
	overflow: auto;
	width: 220px;
	text-align: center;
	border-style: dotted;
	border-color: #4E4E4E;
	border-width: 0 0 0 1px;
}

.side_nav
{
	color: #CCC;
	font-family: arial;
	font-size: 12px;
	padding: 0 10px 15px 10px;
}

img.side
{
	border: 0;
	margin: 0 0 5px 0;
}

.side_blurb
{
	text-align: left;
	color: #CCC;
	font-family: arial;
	font-size: 10px;
	padding: 0 5px 15px 10px;
}

/* Entry styles */

.entry_date
{
	font-size: 10px;
	color: #CCC;
	font-weight: bold;
}

.entry_header
{
	font-size: 20px;
	color: #FFF;
	font-weight: bold;
	margin: 0 0 4px 0;
}

.entry_body
{
	font-size: 13px;
	color: #FFF;
	font-weight: normal;
	margin: 0 0 0 10px;
	line-height: 19px;
}

.entry_links
{
	font-size: 11px;
	color: #FFF;
	font-weight: normal;
	margin: -5px 0 25px 6px;
	line-height: 10px;
}

.entry_links img
{
	margin: 0 0 -5px 0;
}

blockquote
{
	border-color: #666;
	border-width: 0 1px 0 1px;
	border-style: dotted;
	padding: 10px 5px 10px 5px;
	margin: 15px 30px 15px 17px;
	background-color: #121211;
	text-indent: 0;
	font-family: times;
	font-size: 14px;
}

/* Replacement tags */
p 
{
	margin-top: 0;
	margin-bottom: 1em;
}

a:link 
{
	color: #CCFF99;
	text-decoration: none;
}

a:hover 
{
	color: #CCFF99;
	text-decoration: underline;
	background-color: #333;
}

a:visited 
{
	color: #CCFF99; 
	text-decoration: none;
}

img 
{
	border: 0;
}

ul
{
	margin: -20px 0 -20px 0;
}

li
{
	margin: -5px 0 -5px 0;
}


/* Forms */

.input_box
{
	border-color: #999;
	border-width: 1px;
}
