/* CSS Document */
html {
	padding:0px;
	margin:0px;

	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
body {
	padding:11px 0 0 0;
	margin:0px;
	background:url(../img/bg.gif) repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
#topnav {
	width:200px;
	height:149px;
	float:left;
	background:#008ee2 url(../img/bg_topnav.gif) repeat-x;
	padding: 50px 0 0 0;
	font-size:12px;
	line-height:20px;
	font-weight:bold;
	color:#fff;
	}
#header {
	width:540px;
	height:18px;
	background:#9a9a9a url(../img/bg_header.jpg) no-repeat;
	float:left;
	padding:181px 0px 0px 10px;
	font-size:11px;
	font-weight:bold;
	color:#fff;
	}
#left {
	width:200px;
	float:left;
	font-size:10px;
	line-height:14px;
	}
#leftnav {
	width:190px;
	color:#666;
	font-weight:bold;
	padding:20px 0 0 0;
	line-height:18px;
	}
#news {
	width:180px;
	background:#666 url(../img/bg_news.gif) repeat-x;
	color:#fff;
	padding:10px;
	}
#news a {
	color:#fff;
	text-decoration:none;
}
#contact {
	width:190px;
	padding:20px 0 20px 10px
	}
#content {
	width:540px;
	float:left;
	font-size:11px;
	line-height:16px;
	padding:10px 0 20px 10px;
	}
h1 {
	font-size:14px;
	padding:0 0 5px 0;
	}
p {
	width:540px;
	padding:0px;
	margin:0px;
}
#red {
	width:200px;
	height:50px;
	float:left;
	background:#e3132b;
	}
#footer {
	width:540px;
	height:44px;
	background:url(../img/bg_footer.gif) repeat-x;
	float:left;
	padding:6px 0 0 10px;
	font-size:10px;
	color:#fff;
	}
.headerl {
	background:url(../img/bg_header_left.gif);
	}
.headerr {
	background:url(../img/bg_header_right.gif);
	}
.footer {
	background:url(../img/bg_footer_right.gif);
	}
/* LINKS */
a.topnav:link {
	color:#fff;
	text-decoration:none;
	}
a.topnav:visited {
	color:#fff;
	text-decoration:none;
	}
a.topnav:hover {
	color:#e3132b;
	text-decoration:none;
	}
a.topnav:active {
	color:#fff;
	text-decoration:none;
	}
a.leftnav:link {
	color:#666;
	text-decoration:none;
	}
a.leftnav:visited {
	color:#666;
	text-decoration:none;
	}
a.leftnav:hover {
	color:#000;
	text-decoration:none;
	}
a.leftnav:active {
	color:#666;
	text-decoration:none;
	}
a:link {
	color:#000;
	text-decoration:underline;
	}
a:visited {
	color:#000;
	text-decoration:none;
	}
a:hover {
	color:#e3132b;
	text-decoration:none;
	}
a:active {
	color:#000;
	text-decoration:none;
	}
/* LIST */
ul{
padding:20px 10px 5px 10px;
margin:0;
list-style:url(../img/dash.gif) outside;
}