body
{
	background-image : url('../images/bg.gif');
	background-repeat : repeat-x;
	font: normal 76% "Trebuchet MS", "Lucida Grande", Verdana, Georgia, Sans-Serif;
}

a
{
	color : #2D6E89;
}

pre
{
	margin-top: 0px;
}
#wrapper2 
{	
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#header
{	
	text-align : center;
}

#navigation
{	
	clear: both;
	float: left;
	width: 100%;
	background-image: url('../images/header.gif');
	height: 168px;
}

ul#tabnav 
{
	width: 800px;
	text-align: right; /* set to left, right or center */
	margin: 1em 0 1em 0;  /* set margins as desired */
	font: bold 11px verdana, arial, sans-serif; /* set font as desired */
	border-bottom: 1px solid #fff; /* set border COLOR as desired */
	list-style-type: none;
	padding: 140px 0px 3px 0px; /* THIRD number must change with respect to padding-top (X) below */
}

ul#tabnav li 
{ /* do not change */
	display: inline;
}

body#tab_home li.tab_home, body#tab_ticker li.tab_ticker, body#tab_links li.tab_links, body#tab_contact li.tab_contact
{ /* settings for selected tab */
	border-bottom: 1px solid #fff; /* set border color to page background color */
	background-color: #fff; /* set background color to match above border color */
}

body#tab_home li.tab_home a, body#tab_ticker li.tab_ticker a, body#tab_links li.tab_links a, body#tab_contact li.tab_contact a
{ /* settings for selected tab link */
	background-color: #fff; /* set selected tab background color as desired */
	color: #000; /* set selected tab link color as desired */
	position: relative;
	top: 0px;
	padding-top: 4px; /* must change with respect to padding (X) above and below */
}

ul#tabnav li a 
{ /* settings for all tab links */
	padding: 3px 4px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
	border: 1px solid #fff; /* set border COLOR as desired; usually matches border color specified in #tabnav */
	background-color: #9BC4E8; /* set unselected tab background color as desired */
	color: #666; /* set unselected tab link color as desired */
	margin-right: 0px; /* set additional spacing between tabs as desired */
	text-decoration: none;
	border-bottom: none;
}

ul#tabnav a:hover 
{ /* settings for hover effect */
	background: #ffffff; /* set desired hover color */
}

.titles 
{ 
	font-weight: normal; 
	border-bottom-width: 0; 
	font-size: 24px; 
	text-decoration: none; 
/*	underline: none;*/
}
#wrapper
{
	top: -32px;
	clear: both;	
	float: left;	
	width: 100%;	
	color: #555555;
	background: #F9F9F9;
}

#content-wrapper
{	
	width: 65%;
	float: left;
}

#content
{	
	float: left;
	padding: 0 0px 10px 30px;
}

#sidebar-wrapper
{
	width: 35%;
	float: right;
}

#sidebar
{
	float: right;
	padding: 20px 15px 10px 10px;
	width: 200px;
}

/* Content */
#content .post-title a 
{ 
	border-bottom-width: 0; 
}

#content .post p.img 
{ 
	float: left; 
	margin: 0 15px 0 0; 
}

#content .post p.img img 
{ 
	padding: 8px; 
	border: 1px solid #d0d0d0; 
	background-color: #eeeeee; 
}

#content .post-footer 
{ 
	font-size: 90%; 
	color: #888888;
	margin-bottom: 5px; 
	padding:5px 5px 5px 5px;
}

#content ul
{
	padding-left: 15px; 
	margin: 0px;
}

/* Sidebar */
.sideblock
{
	padding: 5px 10px;
	margin-bottom: 20px;
	background-color: #FAF4EF;
	border: 1px dashed #E3D7CB;
	text-align: center;
}

.sideblock ul 
{ 
}

.sideblock h3 
{ 
	margin-top: 5px; 
	font-size: 14px; 
	text-transform: uppercase; 
}

#sidebar dt 
{ 
	margin: 0; 
	padding-top: 5px; 
	font-weight: bold; 
	color: #666666; 
}

#sidebar dd 
{ 
	margin: 0 0 5px; 
	padding-bottom: 5px; 
	line-height: 1.8em; 
}

#sidebar dd a:link 
{ 
	border-bottom-width: 0; 
	font-weight: normal; 
}

#sidebar dd a:visited 
{ 
	border-bottom-width: 0; 
	font-weight: normal; 
}

#sidebar dd a:hover, #sidebar dd a:active 
{ 
	border-bottom: 1px solid #cfcfcf; 
}

#backgroundBlock
{
	border: solid 1px; 
	width: 100%; 
	height: 25px;
	font-weight: bold;
	font-size: 18px;
	padding: 0.5em;
	margin: 0.5em;
}

#background
{
	width:465px; 
	height:125px;
	border: 1px dashed #000000;
	text-align: center;
	margin-right:10px;
	padding-top:10px;
	margin-bottom:10px;
}

#warning
{
	color: #FF0000;
}

#indicator {
	width:85px;
	height:125px;
	float:left;
	text-align:center;
	border:1px dashed #000000;
	font-weight:normal;
	font-size:9px;
	margin-right:10px;
	padding-top:26px;
	margin-bottom:10px;
}
