/* ~-~-~~-~-~ CSS Document -~-~-~-~-~ *\
|                                      |
|              Created for             |
|        TopHorseConnection.com        |
|           by Ashton Sanders          |
|         WebsitesinaFlash.com         |
|                                      |
\* ~-~-~~-~-~-~-~-~-~-~-~-~-~-~-~-~-~ */

/* ~-~-~~-~-~ Layout -~-~-~-~-~ */


body {
	background:url("../images/sidebar-rp.jpg") repeat-y;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #FFFFFF;
	margin:0;
	text-align:center;
	min-width: 775px;
}

#header {
	height:170px;
	margin: 0 auto ;
	background:url("../images/header-info-bg.jpg") repeat-x;
}

#horseheader {
	background:url("../images/header-info.jpg") left no-repeat;
	height:170px;
	margin: 0;
}

#horsetitle {
	background:url("../images/title-links.gif") right center no-repeat;
	height:170px;
}

#horsetitle span {
	display:none;
}

#sidebar {
	background:url("../images/sidebar.jpg") no-repeat;
	height:352px;
	width:250px;
	padding: 300px 0 0 0;
	float:left;
	text-align:left;
}

#ads {
	position:absolute;
	top: 260px;
	right: 0;
	width: 142px;
}

#container {
	font-size:16px;
	margin: 10px 160px 10px 260px;
	text-align:left;
}

div.box{
	margin: 0 5px 5px 5px;
	padding: 10px;
	background: #FEF1DE;
	border: 1px solid #C66522;
}

div.catbox {
	width: 49%;
	float:left;
}

div.linkbox {
	width: 98%;
	float:left;
}

#copyright {
	font-size:12px;
	
}

#footer {
	clear:both;
	text-align:center;

}

/* ~-~-~~-~-~ Headings -~-~-~-~-~ */

h1{

}

h2{
	background-color:#956100;
	padding:10px;
	padding-left:60px;
	color:#FFFFFF;
	margin-left:200px;
	text-align:left;
}

h2 a, h2 a:active, h2 a:link {
	color:#FFFFFF;
	background-color:#956100;
}

/* ~-~-~~-~-~ Anchors -~-~-~-~-~ */

a, a:link, a:active {
	color:#8D5221;
}

a:hover {
	color:#EBB18B;
}


a.button {
	display:block;
	width: 157px;
	height: 46px;
	margin: 0 0 28px 45px;
}

a#buttonhome {background: url("../images/button-home.gif") no-repeat;}

a#buttonlinks {background: url("../images/button-links.gif") no-repeat;}

a#buttonabout {background: url("../images/button-about.gif") no-repeat;}

a#buttoncontact {background: url("../images/button-contact.gif") no-repeat;}

a.button:hover {background-position: -170px 0 !important}