body {
	background: url(images/bg.png) repeat;
	font-family: Helvetica, Tahoma;
	font-size: 12px;
	line-height: 15px;
}

#wrapper {
	width: 961px;
	margin: 0 auto;
}

#header img {
	float: left;
}

#mid-left {
	float:left;
	width:764px;
	height: 244px;
	
}

#mid-right{
	float:left;
	width:197px;
	height:244px;
	background: url(images/mid-right.png) no-repeat;
}

#bottom .b-filler {
	background: url(images/bottom-2.png) repeat-x;
	height: 160px;
	width: 951px;
	padding-left: 10px;
}

#bottom .b-link {
	background: url(images/bottom-3.png) no-repeat;
	width: 100%;
	height: 22px;
	font-weight: bold;
	color: #fff;
	padding-top: 5px;
	text-align: center;
}

#bottom .b-link a, #bottom .b-link a:link, #bottom .b-link a:visited {
	color: #fff;
	padding-left: 5px;
}

#bottom .b-link a:hover {
	text-decoration: none;
}

img {border: none;}

.b-filler a {
	padding: 0 12px;
}