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

body {
	background: #353536;
	text-align: center;
	margin: 0 auto;
	font-family: Tahoma, Verdana;
	font-size: 11px;
	font-color: black;
}

/** DIV-LAYOUT **/
div#top {
	width: 100%;
	height: 26px;
	background: url(images/layout/top_bar_background.jpg) repeat-x;
	margin-bottom: 20px;
	color: #A0A0A0;
	font-weight: normal;
	font-family: Tahoma;
	font-size: 12px;
}

div#bottom {
	color: white;
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 30px;
	background: url(images/layout/bottom_bar_background.jpg) repeat-x;
}

div#wrapper {
	margin: 0 auto;
	text-align: center;
	width: 775px;
}
div#left {
	text-align: right;
	width: 256px;
	float: left;
}

div#right {
	text-align: center;
	margin: 0 auto;
	width: 519px;
	float: right;
}

div#content-wrapper {
	background: url(images/layout/content_background.jpg) #353536 repeat-y;
}

div#content {
	text-align: left;
	padding: 10px 30px 10px 15px;
}

div#footer {
	background-color: #353536;
	color: #1D1D1D;
}
div#clear {
	height: 0px;
	float: none;
}

/** DIV-NAVIGATION **/
div#navigation {
	text-align: left;
	float: right;
}
div#navigation ul {
	list-style:none;
	margin:0;
	padding:0;
}
div#navigation ul li {
	margin-bottom: 5px;
}
div#navigation ul li a {
	background-color:#454545;
	color:#ffffff;
	display:block;
	padding:5px 25px 5px 10px;
	text-decoration:none;
	font-size: 13px;
}	
div#navigation ul li a:hover {
	background-color:#1D1D1D;
}

div#navigation ul li a.selected, div#navigation ul li a.selected:hover {
	background-color:#1D1D1D;
	border-left:none;
	border-right:none;
	color:#FFFFFF;
}

/** HTML ELEMENTS & LINKS **/
h1 {
	font-family: Verdana;
	font-size: 13px;
	color: black;
	margin-bottom: 0px;
}

img {
	border-style: none;
}

img.wrap {
	margin: 0;
	padding: 0px 8px 0px 0px;
	border: 0;
	float: left;
}


a, a:visited {
	color: #FF3333;
	text-decoration: none;
}

a:hover, a:active {
	color: #FF3333;
	text-decoration: underline; 
}

#footer a, #footer a:visited {
	background-color: #353536;
	color: #1D1D1D;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	background-color: #353536;
	color: #1D1D1D;
	text-decoration: underline;
}

blockquote {
	background-color: #EEEEEE;
	padding: 5px 10px 5px 10px;
	border: 1px solid #1D1D1D;
	margin: 0px 0px 5px 0px;
}