/*---- Main layout styles ----------------------------------*/

body {
	font-size:12px;
	background-color: #000;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px; 
	font-family: "Courier New", Courier, mono;
}

#left_column {
	float:left;
	width:160px;
}

#main_column {
	margin-left:161px;
	padding-top:25px;
	padding-left:0px;
}

#footer {
	color: #fff;
	font-size:12px;
	clear: both;
	text-align: center;
	padding-bottom: 50px;
}

/*---- blog styles ----------------------------------*/

.blogentry  span {
	font-size:17px;
}

/*---- footer styles ----------------------------------*/

#footer div {
	padding-top: 5px;
	padding-bottom: 5px;
}

#footer div a {
	color: #fff;
}

.left_menu_item {
	background-image: url(inc/left_menu_1_mid.jpg);
	background-repeat: repeaty;
}
.left_menu_item_inner {
	padding-left: 19px;
	padding-right: 16px;
}

.left_menu_item a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.left_menu_item a img {
	border: 0px;
	padding-bottom: 3px;
}

/*---- Header styles ----------------------------------*/

#cms_menu__top_menu a img {
	float: right;
	margin: 0px;
	border: 0px;
}

#breadcrumb {
	color: #fff;
	font-size:12px;
	padding-left:8px;
	padding-top:4px;
	padding-bottom:4px;
	clear:right;
	text-align:left;
	font-size:12px;
	color:#fff;
	float:left;
	width:400px;
}

#account_panel {
	color:#fff;
	font-size:12px;
	padding-top:4px;
	padding-bottom:4px;
	padding-right:20px;
	float:right;
	width:180px;
	text-align:right;
}

/*---- Content area styles ----------------------------------*/

#content {
	padding: 25px;
	padding-bottom: 0px;
	background-image: url(inc/page_middle.jpg);
	background-repeat: repeat-y;
	text-align: left;
	font-weight: bold;
	color: #000;
}

#content_top {
	padding-left: 0px;
	margin-left: 0px;
	clear:right;
	font-size: 2px;
	background-image: url(inc/page_top.jpg);
	height: 36px;
}

#content_bottom {
	font-size: 2px;
	margin-left: -25px;
	margin-right: -25px;
	margin-bottom: -25px;
	height: 47px;
	clear: right;
}

#content a {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}
#content a:link {
	color: #000;
	text-decoration: underline;
}
#content a:visited {
	color: #000;
	text-decoration: underline;
}
#content a:hover {
	color: #000;
	font-style: italic;
	text-decoration: underline;
}

/*---- Element customization styles ----------------------------------*/

a {
	font-weight: bold;
	color:#000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


hr {
	background-image: url(inc/hr_background.gif);
	background-position: center;
	background-repeat: repeat-x;
	border: none;
	display: block;
	height: 1px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}

img {
	border-color: #000;
}