BODY
{
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	font-family: Arial, Verdana, Sans-Serif;
}

#pagewrapper
{
	width: 760px;
	margin: 0px auto; 
	padding: 0;
}


#main
{
	position: relative;
	width: 760px;
	margin: 0;
	padding: 0;
}


#header
{
	width: 760px;
	height: 50px;
	padding-top: 20px;
	color: #1f3a6f;
}

#logo
{
	float: left;
	width: 380px;
	height: 70px;
	text-align: left;
	font-size: 2em;
	font-weight: bold;

	display:inline-table;
	vertical-align:middle;
}

.logo_red
{
	color: #e21e28;
}

#tagline
{
	float: right;
	width: 380px;
	text-align: right;
	font-size: 0.8em;
	font-weight: bold;
}

#header_image
{
	clear: both;
	width: 760px;
	height: 220px;
	font-size: 0;
	padding-bottom: 15px;
}

.hi_saddle
{
	background-image: url(../images/headers/saddles.jpg);
	background-position: left top;
	background-repeat: no-repeat;	
}

.hi_crowncourt
{
	background-image: url(../images/headers/crowncourt.jpg);
	background-position: left top;
	background-repeat: no-repeat;	
}

.hi_drugs
{
	background-image: url(../images/headers/drugs.jpg);
	background-position: left top;
	background-repeat: no-repeat;	
}

.hi_trotting
{
	background-image: url(../images/headers/trotting.jpg);
	background-position: left top;
	background-repeat: no-repeat;	
}

#maincontainer
{
	clear: both;
	width: 760px;
	margin: 0;
	padding: 0;
}

#navigation
{
	float: left;
	width: 160px;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	background-color: #e5ebf0;
	font-size: 0.9em;
	font-weight: bold;
	color: #1f3a6f;
}

.navigation_link
{
	clear: both;
	width: 160px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: solid 1px #adb7cc;
}

#navigation A
{
	color: #1f3a6f;
	text-decoration: none;
}

#navigation A:hover
{
	color: #1f3a6f;
	text-decoration: underline;
}

.link-current
{
	font-weight: bold;
}

#contentcontainer
{
	float: right;
	width: 555px;
	padding-left: 15px;
	background-color: #ffffff;
}

.content_header_red
{
	width: 540px;
	height: 20px;
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 0px;
	background-color: #e21e28;
	background-image: url(../images/backgrounds/corner_red.gif);
	background-position: right top;
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-size: 0.8em;
	font-weight: bold;
}

.content_header_blue
{
	width: 540px;
	height: 20px;
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 0px;
	background-color: #1f3a6f;
	background-image: url(../images/backgrounds/corner_blue.gif);
	background-position: right top;
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-size: 0.8em;
	font-weight: bold;
}

.content
{
	width: 525px;
	padding: 15px;
	background-color: #e5ebf0;
	color: #000000;
	font-size: 0.75em;
}

.content A
{
	color: #1f3a6f;
	text-decoration: underline;
}

.content A:hover
{
	color: #1f3a6f;
	text-decoration: none;
}

.content_seperator
{
	clear: both;
	width: 555px;
	height: 15px;
}

.footerpadder
{
	clear: both;
	width: 760px;
	background-color: #ffffff;
	padding-top: 15px;
}

#footerline
{
	clear: both;
	width: 760px;
	height: 1px;
	background-color: #1f3a6f;
	margin: 0px;
	padding: 0px;
	font-size: 0em;
}

#footer
{
	clear: both;
	position: relative;
	width: 760px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin: 0;
	color: #1f3a6f;
	font-size: 0.7em;
}

#footercol1
{
	float: left;
	width: 380px;
	text-align: left;	
}

#footercol2
{
	float: right;
	width: 380px;
	text-align: right;		
}

#footer A
{
	color: #1f3a6f;
	text-decoration: underline;
}

#footer A:hover
{
	color: #1f3a6f;
	text-decoration: none;
}

HR
{
	background-color: #1f3a6f;
	width: 100%;	
}

.formtitle
{
	color: #1f3a6f;
	font-weight: bold;	
}

.formbutton
{
	background-color: #1f3a6f;
	color: #ffffff;
	border: 0;
}

.telephonenumber
{
	font-size: 2em;
	font-weight: bold;
}