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


body {
	background-color:#191919;
	background-image:url(images/bg_bottom.png);
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999999;
}
img, div, input, .pngfix {
	behavior: url("iepngfix.htc");
}
a {
	color:#999999;
	text-decoration:none;
}
a:hover {
	color:#fff;
	text-decoration:underline;
}
.sel {
	color:#3399ff;
}
#top {
	height:60px;
	background-image:url(images/bg_top.png);
	background-repeat:repeat;
	overflow:hidden;
}
#header {
	width:900px;
	margin:0px auto;
}
#top_logo {
	float:left;
	padding-top:12px;
	width:300px
}
#top_nav {
	float:left;
	width:600px;
	text-align:right;
	color:#999999;
	padding-top:45px;
}
#middle {
	background-image:url(images/bg_middle.png);
	background-repeat:repeat;
	text-align:center;
	border: solid #3399ff;
	border-width:10px 0px 20px 0px;
}
#slideshow {
	width:900px;
	margin:0px auto;
	background-color:#191919;
	overflow:hidden;
}
#contact {
	text-align:left;
	width:860px;
	padding:20px;
	margin:0px auto;
	min-height:410px;
	background-image:url(images/bg_middle_content.png);
	background-repeat:repeat;
}
#footer {
	width:900px;
	margin:auto;
	padding:1.5em 0px;
	text-align:left;
	color:#666;
}
