body {
	margin: 0;
	padding: 0;
	font-family: "Verdana", "Tahoma";
	font-size: 12px;
	background: #D9D9D9 url(gfx/design/body-bg.png) top repeat-x;
	text-align: center;
}
#wrote {
	margin: 10px 0 20px 0;
	padding: 10px 0;
	background: #FFF;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	color: #f00;
}

#wrap {
	margin: 0 auto;
	padding: 0;
	width: 780px;
	min-height: 635px;
	background: #FFFFFF url(gfx/design/wrap-bg_.jpg) top center no-repeat;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	text-align: left;
}
#top_flash {
	margin: 0;
	padding: 0;
	width: 780px;
	height: 230px;
	background: transparent;
}
#menu {
	float: left;
	margin: 0;
	padding: 0;
	width: 245px;
	height: 405px;
	background: transparent;
}
	#menu ul {
		margin: 0;
		padding: 0;
	}
	#menu li {
		margin: 0;
		padding: 5px 0;
		list-style: none;
	}
	
	#menu a:link, #menu a:visited {
		margin: 0;
		padding: 0 0 0 6px;
		text-decoration: none;
		color: #FFFFFF;
		font-family: verdana;
		font-weight: normal;
		font-size: 14px;
		background: #2859A5 url(gfx/design/menu-item-bg.png) left repeat-y;
	}
	#menu a:hover {
		margin: 0;
		padding: 4px 0 4px 6px;
		text-decoration: none;
		color: #AFBCD0;
		font-size: 14px;
		font-style: italic;
		background: #2859A5 url(gfx/design/menu-item-bg.png) left repeat-y;
	}

#text {
	margin: 60px 0 0 249px !important;
	margin: 60px 0 0 246px;
	padding: 0;
	width: 530px;
	text-align: left;
	font-family: verdana;
	font-size: 13px;
	border-right: 1px solid #FFFFFF;
	background: transparent;
}
.text_wrap {
	margin: 0;
	padding: 0 0 10px 0;
	background: transparent;
	border-left: 5px solid #10418A;
	border-right: 5px solid #10418A;
	border-bottom: 5px solid #10418A;
}
.text_padding {
	padding: 15px 25px 2px 25px !important;
	padding: 15px 25px 20px 25px;
	background: transparent;
}
.text_bottom {
/*	margin: 0;
	padding: 0 0 15px 0;
	height: 7px;
	background: #FFFFFF url(gfx/design/text-bottom.png) top center no-repeat;
*/
}
	#text h1 {
		margin:0;
		padding: 8px 0 4px 16px;
		font-size: 18px;
		font-family: arial;
		color: #FFFFFF;
		background: #10418A url(gfx/design/h1.png) top repeat-x;
	}
	#text h1.multiple {
		margin: 20px 0 0 0;
		padding: 8px 0 4px 16px;
		color: #FFFFFF;
		background: #10418A url(gfx/design/h1.png) top repeat-x;
	}
	
	#text h1 a, h1 a:link, h1 a:visited {
		color: #FFFFFF;
		text-decoration:none;
	}
	#text h1 a:hover {
		color: #FFFFFF;
		text-decoration:underline;
	}
	#text p {
		margin: 0 0 15px 0;
		padding: 0;
	}
	
	ul.horse {
		margin: 0 0 0 15px;
		padding: 0 0 0 5px;
		font-size: 12px;
	}
	ul.horses {
		margin: 0 0 0 25px;
		padding: 0 0 0 5px;
		font-size: 12px;
	}
	li.horse_event {
		margin-bottom: 8px;
		font-style: italic;
		font-weight: bold;
		font-size: 12px;
	}
	li.horse_result {
		margin: 2px 0 0 0;
		font-weight: normal;
		font-style: normal;
		font-size: 12px;
	}

#footer {
	margin: 0 auto;
	padding: 30px 0 0 0;
	width: 780px;
	height: 28px;
	clear: both;
	text-align: right;
	font-size: 10px;
	color: #545D7A;
	background: #FFFFFF url(gfx/design/footer-bg.png) bottom repeat-x;
}
#footer p {
	margin: 0 0 5px 0;
}
#footer a:link, #footer a:visited {
	color: #545D7A;
	text-decoration: none;
}
#footer a:hover {
	color: #000000;
	text-decoration: underline;
}

a:link, a:visited {
	text-decoration: underline;
	color: #3571C8;
}
a:hover {
	text-decoration: underline;
	color: #0B326B;
}
h2 {
	margin: 5px 0;
	padding: 2px 5px;
	font-size: 16px;
	font-weight: bold;
	font-family: arial;
	color: #000000;
	background: #BDC7D3;
}
h2 a, h2 a:link, h2 a:visited {
	font-style: italic;
	text-decoration: none;
	color: #000000;
}
h2 a:hover {
	text-decoration: underline;
}
h3 {
	margin: 10px 0 10px 15px;
	padding: 0;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
form {
	margin: 0;
	padding: 0;
}


/* COMPETITION RESULTS */
ul.ul_comp {
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
}
ul.ul_comp li#first {
	margin: 0 0 6px 0;
	padding: 0;
}
li.li_comp {
	margin: 20px 0 6px 0;
	padding: 0;
}

ul.ul_event {
	list-style: disc;
}
li.li_event {
	margin: 8px 0 10px 0;
	padding: 0;
	font-weight: bold;
}

ul.ul_result {
	list-style: circle;
}
ul.ul_result a, ul.ul_result a:link, ul.ul_result a:visited {
	color: #3571C8;
	font-weight: bold;
}
ul.ul_result a:hover {
	color: #0B326B;
}
li.li_result {
	margin: 2px 0;
	padding: 0;
	font-weight: normal;
}

.sales_div {
	margin: 20px 0;
	text-align: center;
}
.sales_div td.title {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #10418A;
}
.sales_div th {
	color: #000;
	text-align: right;
}
.sales_div td {
	color: #000;
	text-align: left;
}
.sales_div td.submit {
	color: #000;
	text-align: center;
}
.sales_table {
	background: #B2BFD2;
}
table, td, p, input, textarea {
	font-family: "Verdana", "Tahoma";
	font-size: 12px;
}
