html, body {
	background: #fff;
	color: #0b0b0b;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	height: 100%;
	margin: 0;
	padding: 0;	
}

#container {
	background: #fff url('../images/design/bg_main.jpg') repeat-y;
	min-height: 100%;
	margin: 0 auto;
	padding: 0 26px 0 25px;
	width: 809px;
}

#logo {
	background: #fff url('../images/design/logos/main.jpg') no-repeat;
	height: 123px;
	margin: 1px;
	width: 807px;
}
	#logo h1 {
		margin: 0;
	}
	#logo a {
		display: block;
		height: 123px;
		text-indent: -9999em;
		width: 807px;
	}

#menu-main, #menu-top {
	background: #fff url('../images/design/bg_menu.jpg') no-repeat;
	height: 33px;
	margin: 1px;
	text-align: center;
	width: 807px;
}
	#menu-main ul {
		list-style: none;
		margin: 0;
		padding: 7px;
	}
	#menu-main li {
		display: inline;
		margin: 5px 8px;
	}
	#menu-main a {
		color: #fff;
		font-family: "Trebuchet MS";
		font-size: 90%;
		font-weight: bold;
		text-decoration: none;
	}
	#menu-main a:hover {
		color: #00a8ff;
	}


#footer {
	clear:  both;
	background: #fff url('../images/design/bg_menu.jpg') no-repeat;
	font-size: 70%;
	height: 33px;
	margin: 1px;
	position: relative;
	width: 807px;
}
	#footer .copyright {
		color: #fff;
		left: 10px;
		position: absolute;
		top: 0px;
	}
	#footer #tracking {
		padding-top: 10px;
		text-align: center;
	}
	#footer #tracking a img {
		border: none;
		padding-left: 3px;
	}		
	#footer ul {
		list-style: none;
		margin: 0;
		padding: 0;
		position: absolute;
		right: 10px;
		top: 10px;
	}
	#footer li {
		border-right: 1px solid #fff;
		display: inline;
		margin: 0;
		padding: 0 5px;
	}
	#footer li.last {
		border-right: none;
	}
	#footer a {
		color: #fff;
		font-weight: bold;
		text-decoration: none;
	}

#content {
	padding: 2px 5px 0px 5px;
}

.box {
	background: #fff;
	border: 1px solid #d9d9d9;
	float: left;
	margin: 5px 5px 12px 5px;
	padding-bottom: 6px;		
	width: 387px;	
}

.box .header {	
	border: 1px solid #fff;
	border-width: 0px 1px 0 1px;
	height: 34px;
	margin: 7px 0px 0 0px;
}
.box .header h2 {
	color: #fff;
	font-family: "Trebuchet MS";
	font-size: 120%;
	margin: 2px 5px 2px 5px;
	padding: 7px 5px 5px 5px;
}
.box .header h2 a {
	color: inherit;
	text-decoration: none;	
}
.box .header h2 a:hover {
	text-decoration: underline;	
}
.box .content p {
	font-size: 80%;
}
.box .content label {
	font-size: 80%;
}
.box .story {
	background: #e3e9ec;
	font-size: 60%;
	margin: 0 1px;
	padding: 2px 5px;
}
.box .odd {
	background-color: #f1f4f5;
}
.box .story a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
.box .story a:hover {
	text-decoration: underline;
}
.box .story p {
	color: #7C7C7B;
	margin: 0;
}
.box .footer {
	background: #e3e9ec;
	height: 2px;
	/*
	border: 1px solid #fff;
	border-width: 0px 1px 0 1px;
	*/		
}

.advertisement {
	clear: both;
	height: 90px;
	margin: 5px 35px 10px 35px;
	padding-top: 4px;
	width: 728px;	
}