body, html {
    margin: 0;
    font-family: Helvetica;
	background-color: #b7b7b7;
	height: 100%;
	}

#site_container {
    width: 100%;

}

#site_header {
    background: url(../_img/top_block_repeat.png) repeat-x;
    height: 82px;
    padding-bottom: 13px;
}

#site_body {
    clear: both;
    background: #b7b7b7;
    padding: 10px 10px 10px 20px;
}

#site_footer {
    background: #b7b7b7;
    color: #606060;
    font-size: 8pt;
    text-align: center;
    clear: both;
    padding: 30px 0 10px 0;
	
	}

#site_footer a {
    color: #0066cc;
    text-decoration: none;
}

#site_footer a:hover {
    color: #114477;
    text-decoration: underline;
}

#site_header_container {
    width: 966px;
    margin: auto;
}

#taptap_logo {
    float: left;
    margin-left: 10px;
    margin-top: 9px;
    margin-bottom: 10px;
}

#taptap_menu {
    float: right;
    margin-right: 10px;
}

#taptap_menu a {
	display: block;
	float: right;
	text-transform: uppercase;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	color: #404040;
}

#taptap_menu a:hover {
}
