body {
	background-image: url(uk.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-attachment: fixed;
	/* background-color: #ffe7cb; */
	}
	
p {
	text-indent: 50px;
	
}

h2 {
	font: bold 14pt Tahoma;
	padding-top: 20px;
	padding-bottom: 0px; margin-bottom: 0px;
	width: 100%;
	border-bottom: 1px dotted #999999;
	}
	
h2 a {
	color: black;
	text-decoration: none;
}

h2 a:hover {
	color: #385c55;
}

small {
	font: normal 8pt Arial, Helvetica, Sans;
	color: #999999;
	margin-top: 2px;
}

.postmetadata {
	color: #999999;
	text-align: right;
	font-size: 8pt;
}

hr {
	border-top: 1px dashed #508278;
	height: 0px; color: white;
	}

td {
	padding: 10px;
	vertical-align: top;
	}
	
#runners td {
	font: bold 10pt Tahoma, Sans;
	color: #385c55;
	text-align: center;
	cursor: pointer;
	}
	
#runners td img {
	padding-bottom: 5px;
}
	
#runners td:hover {
	background-color: #d5eae6;
	}

#charities td {
	font: 12pt Verdana, Sans;
	text-align: left;
	}

#charities td:hover {
	/*background-color: #d5eae6;*/
	}

.menulink a {
	font: normal 26pt "Serif Bold";
	color: #385c55;
	text-decoration: none;
	}
	
.menulink a:hover {
	color: #508278;
	}

img {
	border: 0px solid white;
}

#donate {
	position: fixed;
	top: 260px; left: 90px;
	}

#menubar {
	position: fixed;
	top: 0px; left: 190px; z-index: 51;
	width: 3px; height: 100%;
	/* background: rgb(103, 158, 98); */
	/* background-image: url(menu.png); */
	background-image: url(pixel.png);
	background-position: bottom left;
	/* background-repeat: repeat-y; */
	}
	
#le_menubar {
	position: fixed;
	top: 0px; left: 50px; z-index: 50;
	width: 3px; height: 100%;
	/* background: rgb(103, 158, 98); */
	/* background-image: url(menu.png); */
	background-image: url(pixel.png);
	background-position: bottom left;
	/* background-repeat: repeat-y; */
	}
	
#menu {
	position: fixed;
	bottom: 0px; left: 50px; z-index: 51;
	width: 150px; height: 180px;
	font: bold 10pt Arial, Sans;
	color: white;
	}

#le_menu {
	position: fixed;
	padding-top: 150px;
	top: 0px; left: 193px; z-index: 51;
	width: 175px; height: 100%;
	font: bold 10pt Arial, Sans;
	color: white; background-color: white;
	}
#sidebar {
	position: fixed;
	top: 0px; left: 0px; z-index: 51;
	width: 190px; height: 100%;
	padding-top: 20px;
	text-align: center;
	background-color: #385c55;
	}
	
#total {
	position: fixed;
	top: 20px; left: 800px; z-index: 61;
	width: 250px;
}
	
.menulink {
	margin-bottom: 20px;
	background-position: center left;
	background-repeat: no-repeat;
	}
	
#title { 
	position: fixed;
	top: 10px; left: 200px; z-index: 60;
	
	font: bold 16pt Times New Roman;
	color: darkgreen;
	}
	
#banner {
	position: fixed;
	top: 0px; left: 200px; z-index: 55;
	height: 150px; width: 100%;
	
	background-image: url(fade_white.png);
	background-repeat: repeat-x;
	background-position: bottom left;
	}
	
#bottombanner {
	position: fixed;
	bottom: 0px; left: 300px; z-index: 55;
	height: 55px; width: 100%;
	
	background-image: url(fade_bottom_white.png);
	background-repeat: repeat-x;
	background-position: top left;
	}

#content {
	position: absolute;
	top: 150px; left: 450px; right: 50px; z-index: 49;
	padding-bottom: 60px;
	
	font: normal 12pt Tahoma, Helvetica, Sans;
	}
	
.mug {
	position: fixed;
	top: 15px; z-index: 60;
	width: 100px; height: 180px;

	
	font: bold 10pt Tahoma, Sans;
	}

#carlos_hl {
	display: none;
	right: 490px;
	}
	
#carlos {
	
	}
	
#rich_hl {
	display: none;
	right: 290px;
	}
	
#rich {
	
	}

.close {
	font: bold 10pt Arial;
	color: #385c55;
	text-align: right;
	float: right;
	cursor: pointer;
	}

#profile_bar {
	display: none;
	z-index: 70;
	top: 0px; left: 0px;
	width: 100%;
	height: 100%;
	
	background-color: #385c55;
	background-color: black;
	position: fixed;
	background: url(hide.png);
	}

.profile_content {
	background-color: #385c55;
	overflow: auto;
	height: 91%;
	float: clear;
	}

.profile_image {
	text-align: center;
	margin-bottom: 20px;
	}

.highlight {
	position: fixed; top: 5px; z-index: 59;
	height: 180px; width: 120px;
	
	background-color: lightgrey;	
	}
	
b {
	font-weight: bold;
	
	}
	
.profile {
	/* position: fixed; z-index: 100;
	top: 80px; height: 80%;
	left: auto;
	right: auto; */

	width: 490px;
	height: 80%;
	margin-top: 80px;
	margin-left: auto;
	margin-right: auto;
	
	display: none;
	padding: 20px;
	font: bold 10pt Calibri, Tahoma;
	background-color: #385c55;
	border: medium double white;
	color: white;
	}