﻿body {
	background-color: #353535;
	min-width: 932px;
	text-align: center;
	margin: 0px;
}
#Container {
	position: relative;
	margin: 0px auto;
	width: 932px;
	background: transparent url(../images/TP_BG_Shadow.jpg) repeat-y;
}
#InnerContainer {
	width: 900px;
	margin: 0px auto;
}
#Header {
	width: 900px;
	height: 193px;
	background: #fff url(../images/TP_Equine.jpg) no-repeat;
}
#Navigation {
	width: 900px;
	height: 47px;
	background: #900222 url(../images/TP_NAV_BG.jpg) repeat-x;
}
#Content {
	background: #fff;
	width: 900px;
	min-height: 400px;
	text-align: left;
}
#MainContent {
	width: 530px;
	float: left;
	margin: 10px;
}
#SideBar {
	width: 300px;
	margin: 10px;
	float: right;
}
#Footer {
	padding-top: 10px;
	width: 900px;
	height: 65px;
	background: #252729 url(../images/TP_FOOTER_BG.jpg) repeat-x;
	clear: both;
	padding-top: 5px;
}
/* Splash Page */

#SplashContainer {
	position: relative;
	width:803px;
	height:549px;
	margin: 20px auto;
}

#SplashPage-01_ {
	position:absolute;
	left:0px;
	top:0px;
	width:803px;
	height:54px;
}

#SplashPage-02_ {
	position:absolute;
	left:0px;
	top:54px;
	width:229px;
	height:233px;
	background: #000 url(../images/SplashPage_02.jpg) no-repeat;
}

#SplashPage-03_ {
	position:absolute;
	left:229px;
	top:54px;
	width:352px;
	height:233px;
	background: #000 url(../images/SplashPage_03.jpg) no-repeat;
}

#SplashPage-04_ {
	position:absolute;
	left:581px;
	top:54px;
	width:222px;
	height:233px;
	background: #000 url(../images/SplashPage_04.jpg) no-repeat;
}

#SplashPage-05_ {
	position:absolute;
	left:0px;
	top:287px;
	width:229px;
	height:159px;

}

#SplashPage-06_ {
	position:absolute;
	left:229px;
	top:287px;
	width:352px;
	height:159px;
	background: #000 url(../images/SplashPage_06.jpg) no-repeat;
}

#SplashPage-07_ {
	position:absolute;
	left:581px;
	top:287px;
	width:222px;
	height:159px;
}

#SplashFooter {
	position:absolute;
	left:0px;
	top:446px;
	width:803px;
	height:103px;
	padding-top: 50px;
	text-align: center;
	font-size: 10px;
	color: #313131;
	
}


