body {
	font: 12px "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	padding:0;
	margin:0;
	text-align:center;
	background-color:#999;
}

#frame {
	width:760px;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	margin-bottom:0;
	padding:0;
}

#superDiv {
	margin:0;
	padding:0;
	background-color:#999;
	width:600px;
	float:left;
	background-image:url(/images/main_bg.gif);
	background-repeat:repeat-y;
	background-position:top;
}

#centerContent {
	width:550px;
	margin-top:0;
	margin-left:25px;
	margin-right:25px;
	background-color:#EEE;
}

#content2 {
	width:537px;
	text-align:left;
	float:left;
	margin:6px;
}

#adFrame {
	width:160px;
	margin:0;
	padding:0;
	float:left;
}

#downloadBox {
	border:1px solid #999;
	font-size:10px;
	text-align:center;
	margin:7px;
	margin-top:0;
	margin-right:0;
	padding:5px;
	float:right;
}
#downloadBox h1 { font-size:14px; font-weight:bold; margin:0; padding:0; }
#downloadBox a { font-size:12px; padding-top:3px; font-weight:bold; }
#downloadBox #ub { padding:13px; }

#breadcrumbs {
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	margin:0;
	margin-top:10px;
	padding-top:8px;
	padding-bottom:8px;
	float: left;
	font-size:10px;
	text-align:center;
	color:#333;
	background-color:#FFF;
	width:550px;	
}

#blankImage {
	float:left;
	margin:0;
	width:154px;
	height:45px;
}

/* Button Config */
#main { width: 396px; height: 45px; margin: 0px auto; top: 0px; float: left; position: relative; z-index: 9998; }
#main #buttons { margin:0; padding:0; }
#main #buttons li { display: inline; }
#main #buttons li a { float: left; width: 99px; height: 45px; overflow: hidden; }
#main #buttons li a,
#main #buttomImage { background-image:url(/images/main_buttons.gif); background-repeat: no-repeat; background-position: 100% 0;}

/* Buttons */
#main #buttons li#homeButton a { background-position: 0 0; }
#main #buttons li#downloadButton a { background-position: -99px 0; }
#main #buttons li#faqButton a { background-position: -198px 0; }
#main #buttons li#contactButton a { background-position: -297px 0; }

/* Button Hovers */
#main #buttons li#homeButton a:hover { background-position: 0 -46px; }
#main #buttons li#downloadButton a:hover { background-position: -99px -46px; }
#main #buttons li#faqButton a:hover { background-position: -198px -46px; }
#main #buttons li#contactButton a:hover { background-position: -297px -46px; }

/* Button Downs */
#main #buttons li#homeButton a:active { background-position: 0 -92px; }
#main #buttons li#downloadButton a:active { background-position: -99px -92px; }
#main #buttons li#faqButton a:active { background-position: -198px -92px; }
#main #buttons li#contactButton a:active { background-position: -297px -92px; }


a {
	text-decoration:none;
	color:#069;
}

a:hover {
	text-decoration:underline;
}