@charset "utf-8";
/* CSS Document */

.clear { clear:both; }
body {
	background-color: #1B1B1B;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#container {
	width:995px;
	margin:auto;
}
#header-top-image {}
#header-left-col {
	float:left;
	width:413px;
}
#header-right-col {
	float:right;
	width:582px;
}
#nav {
	width:995px;
	height:44px;
	background-image:url(../images/navigation_bg_x.jpg);
	background-repeat:no-repeat;
}
.menu-item {
	float:left;
}
.menu-item a {
	font-family:Arial, Helvetica, sans-serif;
	display:block;
	height:34px;
	line-height:34px;
	padding:0 25px;
	font-size:17px;
	text-decoration:none;
	letter-spacing:1px;
}
#body {
	float:left;
	width:793px;
	background-color:#252525;
}
#panel {
	float:right;
	width:202px;
}
#col-4-wrapper {
	height:122px;
	width:995px;
	background-image:url(../images/base_bg_01.jpg);
	background-repeat:no-repeat;
}
.col-4 {
	float:left;
	width:218px;
	height:112px;
}
#footer {
	height:57px;
	width:965px;
	background-image:url(../images/base_bg_02.jpg);
	background-repeat:no-repeat;
}
