/*
Title: Whitehorsestar.com base-css
Updated: October 27 2009
*/

/* Body
----------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #323232;
	}

* html body {
	font-size: x-small; /* for IE 5 Win */
	f\ont-size: small; /* for other IE versions */
	}

/* Links
---------------------------------------------------------- */

	a:link, a:visited {
		color: #2079C9;
		text-decoration: underline;
		outline: none;
		}
	a:hover, a:focus, a:active {
		color: #B4311F;
		text-decoration: none;
		}
	a img {
		border: none;
		}

/* Basics
---------------------------------------------------------- */

	em {
		font-style: italic;
		}
	strong {
		font-weight: bold;
		}
		
	hr {
		border: 0;
		width: 100%;
		background-color: #F7ECDA;
		color: #F7ECDA;
		height: 2px;
		margin: 20px 0;
		}

/* Structure
---------------------------------------------------------- */

	#wrap-one {
		float: left;
		width: 100%;
		margin: 0 auto;
		padding: 0;
		text-align: left;
		background: #9D3120;
		}

		#top-wrap {
			width: 960px;
			margin: 0 auto;
			text-align: left;
			padding: 0;
			background: #9D3120;
			}

	#wrap-two {
		float: left;
		clear: left;
		width: 100%;
		margin: 0 auto;
		text-align: left;
		padding: 0;
		background: #FFF;
		}

		#content-wrap {
			width: 960px;
			margin: 0 auto;
			text-align: left;
			padding: 0;
			background: #FFF;
			}