/* CSS Document */
* {
	color:#454545;
	font-family:Trebuchet MS;
	font-size:11px;
}
body {
	background-color:#454545; 
	margin:0;
}
#main {
	width:800px; 
	height:auto;
	background-image:url('images/mainBg.gif');
	min-height:800px;
	float:left;
}
#logo {
	background-image:url('images/index_01.gif');
	width:386px;
	height:173px;
}
#left {
	width:386px;
	height:auto;
	float:left;
}
#right {
	width:414px;
	height:auto;
	float:right;
}
#nav {
	width:414px;
	height:26px;
	float:left;
	background-color:#454545;
	color:#454545;
	font-family:Trebuchet MS;
	font-size:11px;
	text-align:center;
}
#top {
	background-image:url('images/top.gif');
	width:414px;
	height:101px;
}
ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

#nav li a {
	display:block;
	margin:0;
	padding:0;
	width:100%;
	height:100%;
}

#nav span {
	display:none;
}
#nav li {
	margin:0;
	padding:0;
}
li.lft {
	background-image:url('images/leftNav.gif');
	width:24px;
	height:26px;
	float:left;
}
li.navs {
	background-image:url('images/link.gif');
	width:53px;
	height:26px;
	float:left;
}
li.navs:hover {
	background-image:url('images/link-over.gif');
}
li.big {
	background-image:url('images/big.gif');
	width:97px;
	height:26px;
	float:left;
}
li.big:hover {
	background-image:url('images/big-over.gif');
}
li.rgt {
	background-image:url('images/rightNav.gif');
	width:29px;
	height:26px;
	float:left;
}
li.lft {
	background-image:url('images/leftNav.gif');
	width:24px;
	height:26px;
	float:left;
}
li.rgtl {
	background-image:url('images/rightLink.gif');
	width:49px;
	height:26px;
	float:left;
}
li.rgtl:hover {
	background-image:url('images/rightLink-over.gif');
}
#content {
	background-image:url('images/content.gif');
	background-repeat:repeat-y;
	width:414px;
	height:auto;
	float:left;
	padding-left:25px;
}
.cont {
	width:370px;
	height:auto;
}
#footer {
	background-image:url('images/footer.gif');
	background-repeat:no-repeat;
	padding-top:80px;
	text-align:center;
	width:414px;
	height:235px;
	float:left;
	color:#f1f1f1;
}
.affiliates {
	margin-left:5px;
}