* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0px 0 0 0;
	padding: 0;
	height: 100%;
	background:url(/images/bg5.jpg) scroll;
	font-family:'lucida grande', tahoma, verdana, arial, sans-serif;
	color: #666666;
}
/* Header */
#header {
	background: transparent url(/images/Home_LargeTop1.png) no-repeat left top;
	width: 960px;
	height: 70px;
	color: #222222;
	font-size: 12px;
	margin: 28px auto 0 auto;
}
div#bottom_links{ 
	padding-top:20px;
	text-align:center;
	margin-bottom:5px;
    position: relative;
	color: #FFFFFF;
	font-size: 12px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #888888;
}
a:active {
	text-decoration: none;
}
/* Content */
#content {
	background: transparent url(/images/Home_LargeBottom.png) no-repeat left top;
	width:960px;
	min-height:503px;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	padding-top: 12px;
	font-size: 0.8em;
	color:#eeeeee;
}
.left {
	float: left;
	width: 180px;
	margin-left: 25px;
	margin-top: 7px;
}	
html>body .left {
	margin-left: 40px;
}
.right {
	float: left;
	width: 480px;
	margin-left: 207px;
	margin-top:8px;
}	
html>body .right {
	margin-left: 207px;
}
/* Footer */
#footer {
	background: transparent url(/images/Home_LargeBottomCap.png) no-repeat;
	height:44px;
	width:960px;
	margin:0px auto;
	display: block;
	padding-top: 20px;
}