@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
}
body {
	height:100%;
	width:100%;
	background:#000000;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
}
ul {
	list-style:none
}
li {
	list-style:none
}
a {
	color:#FFFFFF;
}
h1, h2, h3, h4, h5, h6 {
	background:url(../images/heading_bg2.png) no-repeat 0 5px
}
h1 {
	font-size:24px;
	color : red;
}
h2 {
	font-size:18px
}
#toplink {
	font-size:24px;
	color : red;
}
#wrapper {
	width:960px;
	height:100%;
	margin:0px auto 0px auto;
}
#header {
	width:100%;
	height:205px;
	background:url(../images/header.jpg) no-repeat
}
#topnav {
	width:300px;
	height:32px;
	background: url(../images/top_nav.jpg) no-repeat;
	float:right;
	margin:50px -65px 0px 0px;
}
#topnav ul {
	width:250px;
	margin-left:25px;
}
#topnav ul li {
	margin:5px 0px 0px 0px;
	width:300px;
}
#topnav ul li a {
	font-size:14px;
	color: grey;
}
#topnav ul li a:hover {
	color: white;
}
#navigation {
	width:100%;
	height:47px;
	background:url(../images/nav_bg.jpg) repeat-x
}
#navigation ul {
	width:100%;
	margin-left:70px;
}
#navigation ul li {
	float:left;
	display:inline;
	margin:15px 35px 0 0;
}
#navigation ul li a {
	width:138px;
	display:block;
	height:24px;
	background:url(../images/nav_button.jpg) no-repeat;
	text-align:center;
	color:#CCCCCC;
	font-size:12px;
	padding-top:5px;
	font-weight:bold;
}
#navigation ul li a:hover {
	width:138px;
	display:block;
	height:24px;
	text-align:center;
	color:#000000;
	font-size:12px;
	padding-top:5px;
	background:url(../images/nav_button_hover.jpg) no-repeat;
}
#maincontent {
	width:960px;
	height:469px;
	background: url(../images/main_content_bg.jpg) repeat-y;
	padding:15px;
	float:left;
}
#maincontent img {
	float:right;
	border:2px dotted #6C6969;
	margin:10px;
	padding:3px
}
#maincontent ul {
	margin:0px 0px 0px 15px;
}
#maincontent ul li {
	list-style: url(../images/li_star.png);
	list-style-position:inside
}
#maincontent ol li {
	list-style: url(../images/li_arrow.gif);
	list-style-position:inside
}
#maincontent blockquote {
	background:url(../images/indent.jpg) no-repeat;
	background-position:left;
	padding-left:30px
}
#main_left_top {
	width:435px;
	float:left;
	border-top:10px solid #1B1B1B;
	border-left:5px solid #1B1B1B;
	border-right:5px solid #1B1B1B;
	border-bottom:5px solid #1B1B1B;
	padding:10px;
	margin:0px 0px 0px 0px;
	background:url(../images/div_bottom.jpg) repeat-x;
	background-position:bottom;
	min-height: 185px;
	font-size: 13px;
}
#main_right_top {
	width:435px;
	float:left;
	border-top:10px solid #1B1B1B;
	border-left:none;
	border-right:5px solid #1B1B1B;
	border-bottom:5px solid #1B1B1B;
	padding:10px;
	margin:0px 0px 0px 0px;
	background:url(../images/div_bottom.jpg) repeat-x;
	background-position:bottom;
	min-height: 185px;		
	font-size: 13px;	
}
#main_left_bottom {
	width:435px;
	float:left;
	border-top:none;
	border-left:5px solid #1B1B1B;
	border-right:5px solid #1B1B1B;
	border-bottom:10px solid #1B1B1B;
	padding:10px;
	margin:0px 0px 0px 0px;
	background:url(../images/div_bottom.jpg) repeat-x;
	background-position:bottom;
	min-height: 185px;	
	font-size: 13px;	
}
#main_right_bottom {
	width:435px;
	float:left;
	border-top:none;
	border-left:none;
	border-right:5px solid #1B1B1B;
	border-bottom:10px solid #1B1B1B;
	padding:10px;
	margin:0px 0px 0px 0px;
	background:url(../images/div_bottom.jpg) repeat-x;
	background-position:bottom;
	min-height: 185px;	
	height: 182px;
	font-size: 13px;
}

#main_right_ganz {
	width:100px;
	border-top:none;
	border-left:none;
	border-right:5px solid #1B1B1B;
	border-bottom:10px solid #1B1B1B;
	padding:10px;
	margin:0px 0px 0px 0px;
	background:url(../images/div_bottom.jpg) repeat-x;
	background-position:bottom;
	min-height: 469px;	
	height: 469px;
	font-size: 13px;
}
#main_left_ganz {
	height:469px;
	background: url(../images/main_content_bg.jpg) repeat-y;
	padding:15px;
	float:left;
}


#main_right_bottom img {
	margin:10px;
	padding:3px;
	border:0px;
}

#footer {
	width: 100%;
	height:auto;
	padding-top:40px
}
#footer p {
	text-align:center;
	clear:both;
	font-size:10px;
	font-weight:500;
	color:#cccccc;
}

p {
	font-size: 12px;
}