* {
	margin: 0;
	padding: 0;
	}
	
ul	{
	list-style: none;
	}
	
body { 
	font-family: arial;
	font-size: 10px;
	line-height: 14px;
	color: #000;
	background-color: #000;
	background-image: url(images/top_tile.gif);
	background-repeat: repeat-x;
	}
	
img {
	border: 0;
	margin: 0 0;
	}


img.centered  {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	padding: 0px;
	}
	
img.alignnone {
	padding: 5px 5px;
	margin: 10px;
	display: inline;
	background: #fff;
	border: 1px solid #000;
	}

img.alignright {
	padding: 5px 5px;
	margin: 0;
	display: inline;
	background: #fff;
	border: 1px solid #000;
	}

img.alignleft {
	padding: 5px 5px;
	margin: 0;
	display: inline;
	background: #fff;
	border: 1px solid #000;
	}
	
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	}

.alignright {
	float: right;
	margin: 0;
	}

.alignleft {
	float: left;
	margin: 0;
	}
	
.wp-caption {
	border: 1px solid #000;
	text-align: center;
	background-color: #fff;
	padding: 4px 0px 5px 0px;
	margin: 0;
	}
	
.wp-caption.alignleft {
	border: 1px solid #000;
	text-align: center;
	background-color: #fff;
	padding: 4px 0px 5px 0px;
	margin: 10px 10px 10px 0px;
	}
	
.wp-caption.alignright {
	border: 1px solid #000;
	text-align: center;
	background-color: #fff;
	padding: 4px 0px 5px 0px;
	margin: 10px 0px 10px 10px;
	}
	
.wp-caption.aligncenter {
	border: 1px solid #000;
	text-align: center;
	background-color: #fff;
	padding: 4px 0px 5px 0px;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
	}
	
.wp-caption.alignnone {
	border: 1px solid #000;
	text-align: center;
	background-color: #fff;
	padding: 4px 0px 5px 0px;
	margin: 0px 10px 10px 0;
	}

.wp-caption img {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	border: 0px;
	}

.wp-caption p.wp-caption-text {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	font-weight: bold;
	line-height: 12px;
	}

/**********************************************/

input, textarea {
	font-family: Tahoma;
	font-size: 11px;
	color: #000;
	vertical-align: middle;
	font-weight: normal;
	background: #fff;
	text-align: left;
	border: #000 solid 1px;
	}
	
#header input {
	margin-left: 51px;
}

#header input.submit {
	margin: 0;
}
	
.searching {
	width: 174px;
	height: auto;
	color: #000;
	background-color:#fff;
	height: 18px;
	margin-right: 11px;
	border: solid 1px #000;
	}
	
/**********************************************/

.main {
	width: 1000px;
	margin: auto;
	}

a {
	outline: none;
	color: #f7931d;
	text-decoration: none;
	font-weight: bold;
	}
	
a:hover {
	text-decoration: underline;
	}


h1 {
	font-size: 1.9em;
	color: #f7931d;
	font-weight: bold;
	line-height: 1.5em;
	width: auto;
	clear: both;
	}
	
h1 a {
	color: #f7931d;
	text-decoration: none;
	}
	
h1 a:hover {
	text-decoration: underline;
	}
	
h2 {
	font-size: 1.8em;
	color: #f7931d;
	font-weight: bold;
	line-height: 1.5em;
	width: auto;
	clear: both;
	}
	
h2 a {
	color: #f7931d;
	text-decoration: none;
	}
	
h2 a:hover {
	text-decoration: underline;
	}
	
h3 {
	font-size: 1.6em;
	color: #f7931d;
	font-weight: bold;
	line-height: 1.5em;
	width: auto;
	clear: both;
	}
	
h3 a {
	color: #f7931d;
	text-decoration: none;
	}
	
h3 a:hover {
	text-decoration: underline;
	}
	
h4 {
	font-size: 1.4em;
	color: #f7931d;
	font-weight: bold;
	line-height: 1.5em;
	width: auto;
	clear: both;
	}
	
h4 a {
	color: #f7931d;
	text-decoration: none;
	}
	
h4 a:hover {
	text-decoration: underline;
	}
	
h5 {
	font-size: 1.2em;
	color: #f7931d;
	font-weight: bold;
	line-height: 1.5em;
	width: auto;
	clear: both;
	}
	
h5 a {
	color: #f7931d;
	text-decoration: none;
	}
	
h5 a:hover {
	text-decoration: underline;
	}
	
h6 {
	font-size: 1.0em;
	color: #f7931d;
	font-weight: bold;
	line-height: 1.5em;
	width: auto;
	clear: both;
	}
	
h6 a {
	color: #f7931d;
	text-decoration: none;
	}
	
h6 a:hover {
	text-decoration: underline;
	}

p {
	margin: 10px 0 10px 0;
	font-size: 1.1em;
}

/*******global********/

ul {
	margin: 0;
	}

.float {
	float: left;
	margin: 0 20px 0 0;
	}

.col {
	float: left;
	}

.side_bar {
	float: left;
	}

.column_center {
	float: left;
	}

.clear {
	clear: both;
	}

.w100 {
	width: 100%;
	}

.h100 {
	height: 100%;
	}

.in5 {
	padding-bottom: 5px;
	}

.in10 {
	padding-bottom: 10px;
	}

.in15 {
	padding-bottom: 15px;
	}

.in20 {
	padding-bottom: 20px;
	}

/*******global********/

.content .indent {
	padding: 0 58px 0 58px;
	}

/*******************box*********************************/

.left_top {
	background: url(images/left_top.gif) left top no-repeat;
	}

.right_top {
	background: url(images/right_top.gif) right top no-repeat;
	}

.left_bot { background: url(images/left_bot.gif) left bottom no-repeat;
	}

.right_bot {
	background: url(images/right_bot.gif) right bottom no-repeat;
	width: 100%;
	}

.side_left {
	background: url(images/side_left.gif) left top repeat-y #fff;
	}

.side_right {
	background: url(images/side_right.gif) right top repeat-y;
	}

.side_top {
	background: url(images/side_top.gif) left top repeat-x;
	}

.side_bot {
	background: url(images/side_bot.gif) left bottom repeat-x;
	}

/***************************end**************************/

/*******************box1*********************************/

.left_top_1 {
	background: url(images/left_top_1.gif) left top no-repeat;
	}

.right_top_1 {
	background: url(images/right_top_1.gif) right top no-repeat;
	}

.left_bot_1 {
	background :url(images/left_bot_1.gif) left bottom no-repeat;
	}

.right_bot_1 {
	background: url(images/right_bot_1.gif) right bottom no-repeat;
	width: 100%;
	}

.side_left_1 {
	background: url(images/side_1.gif) left top repeat-y;
	margin: 16px 24px 28px 0;
	}

.side_right_1 {
	background: url(images/side_1.gif) right top repeat-y;
	}

.side_top_1 {
	background: url(images/side_1.gif) left top repeat-x;
	}

.side_bot_1 {
	background: url(images/side_bot_1.gif) left bottom repeat-x;
	}

/***************************end**************************/

/*******************box1*********************************/

.left_top_2 {
	background: url(images/left_top_2.gif) left top no-repeat #E4E4E4;
	}

.right_top_2 {
	background: url(images/right_top_2.gif) right top no-repeat;
	}

.left_bot_2 {
	background: url(images/left_bot_2.gif) left bottom no-repeat;
	}

.right_bot_2 {
	background: url(images/right_bot_2.gif) right bottom no-repeat;
	width: 100%;
	}

/***************************end**************************/

/*******************header*********************************/

#header {
	width: 100%;
	background: url(images/bg_header.jpg) top center;
	background-repeat: no-repeat;
	height: 242px;
	}

#header .h_logo {
	height: 158px;
	padding: 40px 0 0 0;
	}

#header span
	{
	font-size: 1.01em;
	line-height: 1.45em;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	}

#header .logo {
	margin: 0 0 0 26px;
	padding: 17px 0 0 86px;
	}

#header .logo h1 {
	display: none;
	}

#header .logo span {
	display: none;
	}

#header .block_search {
	float: left;
	padding: 0 0 0 71px;
	}

#header .menu {
	float: right;
	padding: 2px 52px 0 0;
	}

#header .menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#header .menu ul li {
	float: left;
	padding: 0 21px 0 0px;
	}

#header .menu ul li a {
	color: #fff;
	font-weight: bold;
	font-size: 1.01em;
	background: url(images/arr_menu.gif) 0 6px no-repeat;
	padding: 0 0 0 11px;
	text-decoration:underline;
	}

#header .menu ul li a:hover {
	color: #fff;
	text-decoration: none;
	}

/*******************end header*********************************/

/*******************side_bar*********************************/

.side_bar {
	width: 208px;
	}

.side_bar .inside {
	padding: 53px 5px 230px 53px;
	}

/*---------------------------------------------------*/

.widget_style {
	margin: 0 0 35px 0;
	}

.widget_style h2 {
	font-size: 1.5em;
	line-height: 1.27px;
	color: #000;
	font-weight: bold;
	padding: 0 0 20px 0;
	}

.widget_style h2 a {
	color: #f7931d;
	text-decoration: none;
	}

.widget_style h2 a:hover
	{
	text-decoration: none;
	}

.widget_style ul {
	font-size: 1.1em;
	margin: 0 0 0 9px;
	}

.widget_style li {
	font-size: 1.1em;
	line-height: 1.5em;
	color: #f7931d;
	}

.widget_style li a {
	font-size: 1.1em;
	line-height: 1.5em;
	color: #000;
	text-decoration: none;
	background: url(images/arr.gif) no-repeat 0px 6px;
	padding: 0 0 0 7px;
	}

.widget_style li a:hover {
	color: #999;
	text-decoration: underline;
	}

/*---------------------------------------------------*/

#categories.widget_style ul {
	font-size: 1.1em;
	line-height: 1.45em;
	margin: 0 0 0 9px;
	}
	
#categories.widget_style li {
	font-size: 1.1em;
	line-height: 1.45em;
	color: #f7931d;
	}

#categories.widget_style li a {
	font-size: 1.1em;
	line-height: 1.45em;
	color: #f7931d;
	text-decoration: none;
	background: url(images/arr.gif) 0 4px no-repeat;
	padding: 0 0 0 13px;
	}

#categories.widget_style li a:hover {
	text-decoration: underline;
	}

/*---------------------------------------------------*/

#archives.widget_style ul {
	font-size: 1.01em;
	line-height: 1.45em;
	margin: 0 0 0 9px;
	margin-left: 9px;
	}

#archives.widget_style li {
	font-size: 1.01em;
	line-height: 1.45em;
	color: #f7931d;
	}

#archives.widget_style li a {
	font-size: 1.01em;
	line-height:1.45em;
	color: #f7931d;
	text-decoration: none;
	background: url(images/arr.gif) 0 4px no-repeat; padding: 0 0 0 13px;
	}

#archives.widget_style li a:hover {
	text-decoration: underline;
	}

/*---------------------------------------------------*/

#links_with_style ul {
	margin: 0 0 0 0;
	background: none;
	font-size: 11px;
	}
	
#links_with_style ul ul h2 {
	margin: 0 0 0 0;
	background: none;
	}

#links_with_style ul li h2 {
	line-height: 14px;
	font-size: 1.01em;
	list-style: none;
	color: #f7931d;
	font-weight: bold;
	background: url(images/arr.gif) 0 4px no-repeat;
	padding: 0 0 12px 16px;
	margin: 0 0 0 0;
	}

#links_with_style ul li ul li {
	color: #f7931d;
	padding: 0 0 0 10px;
	}

#links_with_style ul li ul li a {
	font-size: 1.01em;
	color: #f7931d;
	text-decoration: none;
	}

#links_with_style ul li ul li a:hover {
	text-decoration: underline;
	}

/*---------------------------------------------------*/

#calendar_wrap {
	vertical-align: top;
	width: auto;
	margin: auto;
	padding: 0 20px 0px 0;
	}
	
#calendar_wrap caption {
	color: #f7931d;
	font-weight: bold;
	font-size: 1.01em;
	}
	
#calendar_wrap td {
	width: 25px;
	text-align: right;
	color: #f7931d;
	font-size:
	1.11em;
	}
	
#calendar_wrap td a {
	color: #f7931d;
	}
	
#calendar_wrap th {
	color: #f7931d;
	}
	
#calendar_wrap a {
	font-weight: bold;
	}

/*---------------------------------------------------*/

#statusbar p {
	padding: 0px 20px 20px 0;
	color: #f7931d;
	text-align: left;
	}

#statusbar a {
	font-weight: bold;
	color: #f7931d;
	}

/*******************end side_bar*********************************/

/*******************column_center*********************************/

.column_center {
	width: 625px;
	}
	
.marg {
	padding: 16px 24px 28px 0;
	}

.text_box {
	font-size: 1.15em;
	line-height: 1.38em;
	padding: 5px 20px 0 28px;
	color: #000;
	}

.text_box strong {
	color: #000;
	font-size: 1.05em;
	font-weight: bold;
	line-height:
	1.125em;
	}
	
.text_box strong a {
	color: #f7931d;
	}
	
.indent_title {
	width: 635px;
	padding: 9px 9px 0 8px;
	}
	
.title {
	padding: 10px 22px 17px 21px;
	}
	
.title h3 {
	margin: 0;
	font-size: 1.8em;
	}
	
.title span {
	color: #f7931d;
	font-size: 1.01em;
	line-height: 1.45em;
	}
	
.title .date {
	font-size: 1.09em;
	line-height: 1.16em;
	color: #000;
	font-weight: normal;
	}

.comments {
	width: 635px;
	color: #f7931d;
	font-size: 1.01em;
	font-weight: bold;
	line-height: 1.9em;
	padding: 8px 9px 10px 8px;
	}
	
.comments .indent_comments {
	padding: 15px 0 15px 20px;
	}
	
.comments a {
	text-decoration: underline;
	color: #f7931d;
	font-size: 1.01em;
	line-height:1.9em;
	}
	
.comments .bull {
	background: url(images/r_comments.gif) right 0 no-repeat;
	padding: 0 24px 10px 0;
	}
	
.comments a:hover {
	text-decoration: none;
	}
	
/*******************end column_center*********************************/

/*************************************/

.pagetitle {
	padding: 20px 0 0 20px;
	}

#recent-posts {
	vertical-align: top;
	}

#calendar {
	vertical-align: top;
	}

#google-search  {
	vertical-align:top;
	}

#gsearch {
	text-align:
	left;
	}

#pages  {
	vertical-align:
	top;
	}

#text-1 {
	vertical-align: top;
	}

#delicious {
	vertical-align:
	top;
	}

#delicious-box {
	text-align:
	left;
	}

/*************************************/

.textwidget {
	padding: 13px 0px 0px 0px;
	}

#statusbar {
	text-align: left;
	color: #f7931d;
	padding-bottom: 10px;
	}

.widget_style.search {
	background: none;
	margin: 0;
	padding: 0;
	}

.oddcomment {
	color: #000;
	font-style: italic;
	}

/*******************footer*********************************/

#footer {
	font-size: 1.01em;
	line-height: 1.01em;
	color: #f7931d;
	height: 38px;
	padding: 5px 0 0 86px;
	}

#footer a {
	color: #f7931d;
	}

/*******************end footer*********************************/