@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
/*html {
	scrollbar-face-color: #FF0000;
	scrollbar-shadow-color: #0000FF;
	scrollbar-highlight-color: #00FF00;
	scrollbar-3dlight-color: #FF00FF;
	scrollbar-darkshadow-color: #00FFFF;
	scrollbar-track-color: #FFFF00;
	scrollbar-arrow-color: #000000;
}*/
html, body #holder{
	height: 100%;
}
body > #holder {
	height: auto;
	min-height: 100%;
}
body {
	text-align:center; /*center hack*/
	font-family: Tahoma, Geneva, sans-serif;
	position: relative;
	background-image: url(../images/BG.jpg);
	background-repeat: repeat;
	font-size:14px;
	color:#333;
}
/*a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}*/
li {
	list-style-position: inside;
}

/*ID's*/
#holder {
	width:920px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
}
#holder_top {
	background-image:url(../images/HOLDER_TOP.png);
	width:920px;
	height:10px;
}
#header {
	width:920px;
	height:175px;
}
#header_left {
	width:10px;
	height:175px;
	background-image:url(../images/HEADER_left.png);
	float:left;
}
#header_main {
	width:900px;
	height:175px;
	background-image:url(../images/HEADER_main02.jpg);
	float:left;
}
#header_right {
	width:10px;
	height:175px;
	background-image:url(../images/HEADER_right.png);
	float:left;
}
#nav {
	width:920px;
	height:25px;
}
#nav_left {
	width:10px;
	height:25px;
	background-image:url(../images/NAV_BACKER_left.png);
	float:left;
}
#nav_main {
	width:900px;
	height:25px;
	position:relative;
	text-align:center;
	background-image:url(../images/NAV_BACKER_main.jpg);
	float:left;
}
#nav_holder {
	width:566px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
#nav_right {
	width:10px;
	height:25px;
	background-image:url(../images/NAV_BACKER_right.png);
	float:left;
}
#top_sep {
	width:920px;
	height:15px;
}
#top_sep_left {
	width:10px;
	height:15px;
	background-image:url(../images/TOP_SEPARATOR_left.png);
	float:left;
}
#top_sep_main {
	width:900px;
	height:15px;
	background-image:url(../images/TOP_SEPARATOR_main.jpg);
	float:left;
}
#top_sep_right {
	width:10px;
	height:15px;
	background-image:url(../images/TOP_SEPARATOR_right.png);
	float:left;
}
#content {
	width:920px;
	background-image:url(../images/CONTENT_SLICE.png);
	background-repeat:repeat-y;
}
#content_holder {
	width:870px;
	margin-left:auto;
	margin-right:auto;
	padding-left:15px;
	padding-right:15px;
}
#bread_and_search {
	width:870px;
	height:25px;
	margin-left:auto;
	margin-right:auto;
}
#bread {
	float:left;
	width:570px;
	height:20px;
	text-align:left;
	font-size:12px;
	padding-top:5px;
}
#search {
	float:right;
	width:300px;
	height:25px;
	text-align:right;
}
#main_window {
	width:870px;
	margin-top:10px;
}
#left_sidebar {
	width:30%;
	margin-bottom:1%;
	margin-right:1%;
	float:left;
}
#right_sidebar {
	width:69%;
	margin-bottom:1%;
	text-align:left;
	float:left;
}
#left_side {
	width:335px;
	margin-right:10px;
	float:left;
	height: 500px;
	text-align:left;
}
#right_side {
	width:525px;
	float:left;
	height: 500px;
	text-align:left;
}
#footer {
	width:900px;
	height:100px;
	background-color:#000;
	margin-left:auto;
	margin-right:auto;
}
#footer_left {
	background-image:url(../images/FOOTER_left.jpg);
	width:128px;
	height:100px;
	float:left;
}
#footer_middle_one {
	height:80px;
	margin-top:10px;
	width:42px;
	float:left;
	text-align:left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}
#footer_middle_two {
	height:80px;
	margin-top:10px;
	float:left;
	text-align:left;
}
#footer_middle_three {
	height:80px;
	margin-top:10px;
	float:left;
	text-align:left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}
#footer_right {
	width:250px;
	height:90px;
	padding-top:10px;
	padding-right:10px;
	float:right;
	text-align:right;
}
#holder_bottom {
	background-image:url(../images/HOLDER_bottom.png);
	width:920px;
	height:10px;
	margin-left:auto;
	margin-right:auto;
}

/*Classes*/
.clear {
	clear: both;
	height: 0px;
}
.footer_text {
	font-size:12px;
	color:#fff;
}
.bold {
	font-weight:bold;
}
.article_image {
	clear: left;
	float: left;
	margin-right: 10px;
	margin-bottom: 3px;
}