body{
	margin:0;
	padding:0;
	text-align:center;
	background-image:url(../images/gradRed.png);
	background-repeat:repeat-x;
	background-color:#300;
	font-family:Geneva, Arial, Helvetica, sans-serif
}

#container{
	width:800px;
	text-align:left;
	margin:10px auto;
	background-color: #FFFFFF;
}

#logo{text-align:center;background-color:#FFF;border-bottom:0 solid #600;border-top:1px solid #600;border-left:1px solid #600;border-right:1px solid #600}

img
{
border:none;
}

.title {
	font-size: x-large;
	font-weight: bold;
	text-align: center;
}

.horse
{
	color:#990000;
	font-weight:bold;
}

.footer {
	font-size: x-small;
	text-align: center;
}

#mainContent{background-color:#FFF;border:1px solid #600;padding:0 15px 15px}

.link_list {
	font-size: small;
}

.LRBorder {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #600;
	border-left-color: #600;
}

.border
{
	border: 1px solid #990000;
}