/**
 * overriden basic html tags.
 */
body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	vertical-align: top;
	text-align: center;
	padding: 0px;
	margin: 0px;
	background-attachment: fixed;
	background-image: url("../images/body-back.gif");
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #a36b6b;
	padding: 20px 0px 20px 0px;
}
p, h1, h2, h3, h4, h5, span {
	padding: 0px;
	margin: 0px;
}
p, li, td, th, textarea, input, select, option, label, .label {
	font-family: Arial, Helvetica, Verdana, sans-serif;
}
p, td, th, li, textarea, input, select, option, label, .label {
	font-size: 12px;
}
h3, h4, h5, legend {
	font-size: 13px;
}
h3 {
}
h4, h5 {
	margin: 0px 0px 8px 0px;
}
p {
	margin: 0px 0px 10px 0px;
}
table {
	border-collapse: collapse;
}
td {
	vertical-align: top;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
li {
	vertical-align: text-top;
	margin: 5px 0px 5px 0px;
	padding: 0px;
}
hr {
	display: none;
}
img {
	border: 0px;
}
a {
}
a:hover {
	text-decoration: none;
}


/**
 * site main layout.
 */
#container {
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	text-align: left;
	width: 740px;
	border: 7px solid #edb070;
	background-color: #ffffff;
}
#main_wrapper {
	padding: 0px 0px 0px 0px;
}
#photo-side {
	width: 235px;
	float: left;
	background-image: url("../images/harry-side.jpg");
	background-repeat: no-repeat;
	background-color: #090909;
	min-height: 1300px;
	_height: 1300px;
	border-right: 7px solid #edb070;
}
/* header */
#header {
	margin: 10px 0px 6px 0px;
	padding: 0px 0px 0px 0px;
	height: 94px;
}
/* main_content */
#main_content {
	float: left;
	width: 498px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url("../images/back-grad.gif");
	background-color: #ffffff;
	background-position: right top;
}
/* footer */
#footer {
	clear: both;
	width: 740px;
	_float: left;
	*float: left;
}



/**
 * tags used to get the central column (white) to display 100% of screen height.
 * the 'container' div holds a white background colour, and to stretch this to 100%
 * of the browser/user agent window, the parent divs (in this case, and 99/100 of
 * other cases) - html and body, also need to have the height: 100% attribute.

html {
  height: 100%;	
}
body {
  height: 100%;
}
#container {
  height: 100%;
	min-height: 100%; 
}
html>body #container {
	height: auto;
}
 */



/**
 * general styles used.
 */
h1,
h2 {
	display: none;
}
h3 {
	height: 27px;
	width: 180px;
}
#homepage h3 span {
	display: none;
}
#homepage {
	padding: 12px;
}
#homepage a {
	background-color: #ffffff;
	color: #fb8121;
	padding: 0px 2px 0px 2px;
	text-decoration: none;
}
#homepage a:hover {
	background-color: #fb8121;
	color: #ffffff;
}
#homepage h3.tct {
	background-image: url("../images/title-tct.gif");
}
#homepage h3.birt {
	background-image: url("../images/title-birt.gif");
}
#homepage h3.sponsor {
	background-image: url("../images/title-sponsor.gif");
}
#homepage h3.why {
	background-image: url("../images/title-why.gif");
	width: 400px;
	margin-bottom: 4px;
}
#homepage p {
	line-height: 1.2em;
}

#homepage img {
}
#homepage img.marathon {
	float: right;
	margin: -16px 0px 0px 0px;
}
#homepage img.tct-logo {
	border: 1px solid #6eb2e1;
	margin: 0px 5px 6px 0px;
}
#homepage img.birt-logo {
	border: 1px solid #6eb2e1;
	margin: 0px 0px 6px 0px;
}
#homepage p.small-type {
	font-size: 11px;
	margin: 10px 0px 0px 0px;
	color: #666666;
}
#homepage table {
	margin: 10px -15px 10px -15px;
}
#homepage table td {
	padding: 0px 15px 0px 15px;
}



/**
 * header
 */
#header {
}

/**
 * footer
 */
#footer {
}

/**
 * main navigation
 */
#navigation {
}

