@charset "utf-8";

/*--------------------------------------

	CSS Document - www.HarrisShepard.com
	
	Author | Matthew D. Shelley
	Email | dewayne.shelley@gmail.com
	Date | December 02, 2008
	
	Rev | 1.0

<----------------------------------------*/

/*------------------ Basic Styles <--------------------*/

* {
	padding: 0px;
	margin: 0px;
	outline: none;
}
html {
	background: url(../_images/public-relations-body-background2.jpg) repeat-x top left;
}
body {
	font-family:  Arial, Helvetica, Verdana, sans-serif;
	background: url(../_images/public-relations-body-background2.jpg) repeat-x top left;
	font-size: 10pt;
	color: #666666;
	margin: 25px auto 0px auto;
}
img {
	border: none;
}
a, a:visited, a:hover, a:active {
	text-decoration: none;
}


/*------------------ Basic Styles <--------------------*/

#wrapper {
	width: 800px;
	min-height: 350px;
	margin: 0px auto;
	background-color: #FFFFFF;
	display: block;
}

/*------------------ footer <--------------------*/

#footer {
	width: 100%;
	height: 50px;
	text-align: center;
	color: #333333;
	margin: 0px auto;
	line-height: 50px;
}
#clear {
	clear: both;
	min-height: 50px;
}