* {
	margin: 0px;
	padding: 0px;
}
a img {
	border-style: none;
}
a:link {
	text-decoration: none;
	color: #252424;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #720507;
}
a:active {
	text-decoration: none;
}


body {
	font-family: Tahoma, Geneva, sans-serif;
	background: #cccccc;
}
#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 985px;
}
#wrapper #header {
	background: url(../images/bgHeader.png) no-repeat;
	height: 90px;
	padding-top: 10px;
}
#wrapper #header #header_bg {
	background: url(../images/bg_logo_nav.gif) no-repeat;
	margin-right: 10px;
	margin-left: 10px;
	height: 73px;
}
#wrapper #header #header_bg #logo {
	float: left;
	margin-left: 20px;
	margin-top: 20px;
}

#wrapper #header #header_bg #searchBar {
	background: url(../images/searchBar.gif) no-repeat;
	height: 35px;
	width: 250px;
	float: right;
	margin-right: 30px;
	margin-top: 5px;
}
#wrapper #header #header_bg #navBar {
	clear: right;
	margin-left: 450px;
}
#wrapper #mainContent {
	background: url(../images/bgBody.png) repeat-y;
	margin-top: -10px;
}
#wrapper #mainContent #mainImage {
	margin-left: 10px;
}

#wrapper #mainContent #pageContent {
	margin-left: 10px;
	margin-top: 10px;
}

#wrapper #footer {
	height: 25px;
	background: url(../images/bgFooter.png) no-repeat;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8px;
	color: #FFF;
	padding-right: 15px;
	text-align: right;
	padding-top: 5px;
	clear: both;
}
p {
	font-size: 13px;
}
h4 {
	font-size: 13px;
}
#wrapper #header #header_bg #searchBar #search {
	width: 190px;
	margin-top: 7px;
	margin-left: 50px;
}
.readMore {
	text-align: right;
	font-size: 10px;
	font-weight: bold;
}

.leftIndent {
	padding-left: 25px;
}

.spacing {
	letter-spacing: .2em;
}


.rightAlign {
	text-align: right;
}

