body {
	background: #f7f7f7 url(../images/header_slice.jpg) repeat-x top center;
}

#headerContainer {
	width:100%;
	background: url(../images/header_bg.jpg) no-repeat top center;
	height:190px; 
}

#header {
	width:965px;
	margin: 0px auto;
	padding-top: 150px;
}

#header a {
	 float: left;
	 display: inline;
	 padding: 4px 35px 2px 35px;
	 color: #fff;
	 font-size: 1.35em;
	 text-decoration: none;
	 height:34px;
	 font-weight:normal;
	 letter-spacing:0.06em;
}

#header a.about {
	 padding-left: 0px;
}

#header a.bupaGNR {
	padding:0 0 0 100px;
	float:right;
}

#header a.red {
	color:#d54636;
}

#header a:hover {
	 color: #2883e2;
}

#header a.red:hover {
	color:#b12a1a;
}

#content {
	width:100%;
}

#mainArea {
	width:965px;
	margin: 0 auto;
	padding-top:15px;
}

#moneyMtr{
	padding:10px 0 10px 0;
}

#pleaseBox {
	height: auto;
	clear:both;
	width:965px;
	padding:10px 0px 25px 0px;
}

.leftBox {
	float: left;
	width: 489px;
	background: url(../images/my_photo.png) no-repeat 0px 25px;
	height:263px;
}

ul#stats {
	margin: 0px 0 0 235px;
	list-style: none none;
	font-size:0.9em;
}

ul#stats li {
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

ul#stats li span {
	color:#525252;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

.rightBox {
	float:right;
	width:456px;
}

.rightBox img {
	padding-top:40px;
	float: right;
}

#followBox {
	height: auto;
	clear:both;
	width:965px;
	padding:0px 0px 50px 0px;
}

#flickr {
	float: left;
	width:445px;
	padding:10px 10px 0 0;

}

#flickr a img {
	float:left;
	margin:0 40px 15px 0px;
	background: #fff;
	padding:5px;
	width:95px;
	height:95px;
	border:solid 1px #cccccc;
}

#flickr a img:hover {
	border:solid 1px #b5b5b5;
}

/*######################### EXPANDABLE BOX LAYOUT ################################*/

/*Styling for the things you click on*/
a.MenuTop {
	 cursor: pointer;
	 display: block;
	 padding: 0 0 0 20px;
	 width: 275px;
	 background: url(../images/expand.png) no-repeat left center;
	 margin:5px 0 10px 0;
}

/*by default a link underlines on hover, turn it off*/
a.MenuTop:hover {
	 text-decoration: none
}

/*class to change too when clicked*/
a.MenuTopon {
	 background: url(../images/collapse.png) no-repeat left center;
	 margin-bottom:10px;
}

/*container for the expandable content*/
.expandable_box {
	 padding: 0 0 0 0;
	 width: 100%;
}

/**########################## LOGO HERE LAYOUT ##############################*/

#logoHere {
	list-style: none;
	padding:0;
	margin: 10px 0 0 0;;
	width:965px;
	height:90px;
	float:left;
}

#logoHere li {
	float: left;
	position:relative;
}

#logoHere a * {
	display: none;
	cursor: pointer;
}

#logoHere a {
	margin:0 59px 20px 0;
}

#logoHere a,
#logoHere a .hover {
	height: 80px;
	position: relative;
	display: block;
	background: url(../images/logo_here.png) 0 0px no-repeat;
}

/* logo */
#logoHere a.logo {
	background-position: 0 0px;
	width: 197px;
}

/* logo HOVER */
#logoHere .highlight a.logo:hover,
#logoHere a.logo .hover {
	background-position: 0 -80px;
	width: 197px;
}

/*clickfire logo*/
#logoHere a.clickfire {
	background:url(../images/clickfire.png) no-repeat top left;
	width:197px;
	height:80px;
}

/* clickfire HOVER */
#logoHere .highlight a.clickfire:hover,
#logoHere a.clickfire .hover {
	background:url(../images/clickfire.png) no-repeat top left;
	width:197px;
	height:80px;
}

#logoHere a.logoNopadding {
	margin:0;
}

/* tooltip styling. uses a background image (a black box with an arrow) */ 
span.tooltip { 
    background: url(../images/bubble.gif) no-repeat; 
    height:98px; 
    width:170px; 
    display:none;
	text-indent:-9999999px;
} 

/*################################ RUN KEEPER LAYOUT ################################*/

#rKeeper {
	float: right;
	width:452px;
	list-style: none;
	padding: 10px 0 0 0;
	margin: 0;
}

#rKeeper li {
	float: left;
	position:relative;
}

#rKeeper a * {
	display: none;
	cursor: pointer;
}

#rKeeper a {
	margin:0 59px 20px 0;
}

/*use a sprite for the backgorund images for all links*/
#rKeeper a,
#rKeeper a .hover {
	height: 94px;
	position: relative;
	display: block;
	background: url(../images/followSprite.png) 0 0px no-repeat;
}

/* latest run */
#rKeeper a.run {
	background-position: 0 0px;
	width: 451px;
}

/* latest run HOVER */
#rKeeper .highlight a.run:hover,
#rKeeper a.run .hover {
	background-position: 0 -94px;
	width: 451px;
}

/* sponsor */
#rKeeper a.sponsor {
	background-position: -455px 0px;
	width: 451px;
}

/* sponsor HOVER */
#rKeeper .highlight a.sponsor:hover,
#rKeeper a.sponsor .hover {
	background-position: -455px -94px;
	width: 451px;
}

/*############################# FOOTER LAYOUT ###############################*/

#footerContainer {
	width:100%;
	background:#070b26;
}

#thankyou {
	width:965px;
	height:32px;
	margin: 0 auto;
	padding-top:15px;
}

#footer{
	margin: 0 auto;
	width:965px;
	padding:20px 0px 60px 0px;
}

.addThis {
	float: right;
	padding:7px 0 10px 0;
}