/* Start of CMSMS style sheet 'Body' */
body {
	font-family: Tahoma;  
	font-size: 12px;
	color: black;
	margin: 0px;
	padding: 0px;
	background-color: #ecf2f8;
}

html { /*keeps right scroll bar to stop page jumping*/
height: 100%;
margin-bottom: 0.01em;
}

* html{
	overflow: auto; /*turns off ie overflow until its needed*/
}


/* basic divs */
#wrapper {
	/*width: 746px;*/ /* sets width */
	margin-left: 22px;
	margin-right: 22px;
	margin-top: 22px;
	position:relative;
	border:2px solid #3ab1b1;
	padding-bottom:0px;
}

#tl {
	position:absolute;
	top:-2px;
	left:-2px;
}

#tr {
	position:absolute;
	top:-2px;
	right:-2px;
}

#bl {
	position:absolute;
	bottom:-2px;
	left:-2px;
}

#br {
	position:absolute;
	bottom:-2px;
	right:-2px;
}

#mainpage {
	min-height: 500px;
	position: relative;
        background-image:url(../~ponyride/uploads/images/main/main_bg.jpg);
        background-repeat:repeat-x;
	text-align: left;
        background-color: White;
}

* html #mainpage{
	height: 500px; /* minimum height for ie*/
}

#for_adults {
	position:absolute;
	top:0px;
	right:0px;
}

#bottom_horses {
	position:absolute;
	right:15px;
	bottom:-11px;
}

#footer {
        height:13px;
	background-color:#3ab1b1;
clear:both;
}

#info {
	font-size: 10px;
	text-align: right;
}

#seo {
	font-size: 9px;
	text-align: right;
	padding: 5px 20px 5px 5px ;
}




a:link, a:visited {
	color: #63625f;
}

a:hover {
	color: #7fc0ea;
}

#seo a:link, #seo a:visited {
	color: #3ab1b1;
}

#seo a:hover {
	color: #638137;
}

a:active {
	
}

dfn{display:none}
/* End of 'Body' */

