@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;
	font-size: 12px;
}
li {
	list-style:none;
	font-size: 12px;	
}
a {
	color:#FFFFFF;
	text-decoration:none
}
a:hover {border-bottom:1px dotted #FFFFFF}
h1, h2, h3, h4, h5, h6 {
	background:url(../images/heading_bg2.png) no-repeat 0 5px;
	color : red;
}
h1 {
	font-size:24px
}
h2 {
	font-size:18px
}
#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;
	border:none;
}
#maincontent {
	width:960px;
	height:2500px;
	background: url(../images/main_content_bg.jpg) repeat-y;
	padding:15px;
	float:left;
}
#maincontent img {
	border:2px solid #1b1b1b;
	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;
	padding:5px;
}
#maincontent blockquote {
	background:url(../images/indent.jpg) no-repeat;
	background-position:left;
	padding-left:30px
}
#main_left {
	width:640px;
	height:2000px;
	float:left;
	border-top:10px solid #1B1B1B;
	border-left:5px solid #1B1B1B;
	border-right:5px solid #1B1B1B;
	border-bottom:5px solid #1B1B1B;
	margin:0px 0px 0px 0px;
	background:#000000 url(../images/div_bottom.jpg) repeat-x;
	background-position:bottom;
	padding-left:10px;
	font-size:13px;
}
#main_left_ganz {
	width:750px;
	float:left;
	border-top:10px solid #1B1B1B;
	border-left:5px solid #1B1B1B;
	border-right:5px solid #1B1B1B;
	border-bottom:5px solid #1B1B1B;
	margin:0px 0px 0px 0px;
	padding-left:10px;
	padding-right:10px;	
	font-size:13px;
}

#main_right_top {
	width:250px;
	float:left;
	height: 200px;
	border-top:10px solid #1B1B1B;
	border-left:none;
	border-right:5px solid #1B1B1B;
	border-bottom:5px solid #1B1B1B;
	margin:0px 0px 0px 0px;
	background-color:#1b1b1b;
	background-image:none;
	background-position:bottom
}
#main_right_bottom {
	width:250px;
	float:left;
	height:400px;
	border-top:none;
	border-left:none;
	border-right:5px solid #1B1B1B;
	border-bottom:10px solid #1B1B1B;
	margin:0px 0px 0px 0px;
	background:#1b1b1b url(../images/div_bottom.jpg) repeat-x;
	background-position:bottom;
	font-size:14px;
}
#footer {
	width: 100%;
	height:auto;
	padding-top:40px
}
#footer p {
	text-align:center;
	clear:both;
	font-size:10px;
	font-weight:500;
	color:#cccccc;
}

