/* Housekeeping */

html {
	height: 100%;
	width: 100%;
	}

body {
	min-height: 100%;
	font: 62.5% Tahoma, Verdana, Arial, Sans-Serif; /* Resets 1em to 10px */
	background-image: url("../img/bg_body.jpg");
	background-position: top center;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #000000;
	}

img {
	border: 0px;
	}

/* the rest */

#container_top {
	margin: 0px;
	padding: 0px;
	text-align: center;
	min-width: 100%;
	min-height: 100%;
	background-image: url("../img/bg_container_top.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	}

#container_bottom {
	margin: 0px;
	padding: 0px;
	text-align: center;
	min-width: 100%;
	min-height: 100%;
	background-image: url("../img/bg_container_bottom.jpg");
	background-position: bottom center;
	background-repeat: repeat-x;
	}

#content {
	min-height: 100%;
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	text-align: center;
	overflow: hidden;
	}

#izbar {
	margin: 0px 0px 0px 0px;
	height: 30px;
	text-transform: uppercase;
	font-weight: bold;
	color: #676767;
	text-align: left;
	width: 750px;
	clear: both;
	}

#izbar p {
	margin: 0px;
	padding: 0px;
	}

#izbar a:link, #izbar a:visited {
	color: #676767;
	}

#izbar img {
	padding: 5px 5px 0px 0px;
	margin: 0px;
	}

#banner {
	width: 750px;
	height: 183px;
	clear: both;
	}

#rightcol {
	min-height: 100%;
	width: 560px;
	margin: 0px;
	padding: 0px;
	float: right;
	}

div.rightcol_text {
	width: 558px;
	border-width: 7px 1px 1px 1px;
	border-color: #757575;
	border-style: solid;
	text-align: justify;
	background-color: #424242;
	background-image: url("../img/bg_leftcol_text.jpg");
	background-position: bottom left;
	background-repeat: repeat-x;
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 20px 0px;
	}

div.rightcol_text p {
	color: #ababab;
	font-size: 1.1em;
	margin: 7px 10px 0px 10px;
	}

div.rightcol_text p.title {
	margin: 0px 10px 3px 10px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #AAA;
	}

div.rightcol_text p.meta {
	font-size: 0.9em;
	color: #666;
	margin: 0px 10px 0px 10px;
	text-transform: uppercase;
	}

a:link, a:visited, #footer p {
	color: #a5a5a5;
	font-weight: bold;
	text-decoration: none;
	}

a:hover, a:active {
	color: #FFF;
	font-weight: bold;
	text-decoration: underline;
	}

#leftcol {
	min-height: 100%;
	width: 178px;
	margin: 0px 12px 0px px;
	padding: 0px;
	float: left;
	text-align: left;
	}

#leftcol p {
	margin: 0px 0px 7px 0px;
	padding: 0px;
	font-weight: bold;
	color: #555;
	text-transform: uppercase;
	text-align: right;
	}

#menu {
	border-width: 1px 1px 1px 7px;
	border-color: #757575;
	border-style: solid;
	width: 170px;
	margin: 0px 0px 7px 0px;
	padding: 0px;
	background-color: #85360a;
	background-image: url("../img/bg_menu.jpg");
	background-position: bottom right;
	background-repeat: repeat-x;
	}

div.leftcol_box {
	border-width: 1px 1px 1px 7px;
	border-color: #757575;
	border-style: solid;
	width: 170px;
	margin: 0px 0px 7px 0px;
	padding: 0px;
	background-color: #505050;
	background-image: url("../img/bg_rightcol_box.jpg");
	background-position: bottom right;
	background-repeat: repeat-x;
	}

#rssbox img {
	margin: 0px 12px 0px 12px;
	}

#screens img {
	border-width: 1px 1px 1px 7px;
	border-color: #757575;
	border-style: solid;
	margin: 0px 0px 12px 0px;
	}

p.title {
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	}

#footer {
	padding: 22px 0px 0px 0px;
	text-align: center;
	width: 750px;
	clear: both;
	text-transform: uppercase;
	}

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

ul.menu {
	list-style-type: none;
	text-align: left;
	margin: 0px;
	padding: 0px;
	}

ul.menu li {
	padding: 6px 0px 6px 0px;
	}

ul.menu li:hover {
	background-image: url("../img/bg_menu_tab_hover.png");
	background-position: top left;
	background-repeat: repeat-x;
}

ul.menu li a:link, ul.menu li a:visited {
	color: #d0c621;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0px 0px 0px 8px;
	}

ul.menu li a:hover, ul.menu li a:active {
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0px 0px 0px 8px;
	}

div.leftcol_box ul.menu li a:link, div.leftcol_box ul.menu li a:visited, #rssbox a:link, #rssbox a:visited {
	color: #a5a5a5;
	text-transform: uppercase;
	}

div.leftcol_box ul.menu li a:hover, div.leftcol_box ul.menu li a:active, #rssbox a:hover, #rssbox a:active {
	color: #FFF;
	text-transform: uppercase;
	}


