@charset "UTF-8";
body {
	background-color: #292929;
	margin: 0px;
	
}
h5 {
	width: 550px;
	padding-left: 220px;
}
.style4 {
	color: #EA4294;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.style5 {font-size: 12px}

#sidebar img {
	margin-left: 40px;
	margin-top: 40px;
}
#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 1100px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#header {
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 118px;
}
#nav {
	background-image: url(images/nav.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 74px;
	width: 1100px;
	float: left;
	text-align: center;
	
}
#main {
	background-image: url(images/body.gif);
	background-repeat: repeat-y;
	background-position: center;
	float: left;
	width: 1100px;

	
}
#main p {
	width: 550px;
	padding-left: 275px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
}
#content {
	float: left;
	width: 1100px;
	margin-left: -120px;
}
#content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #545454;
	line-height: 18px;
	margin-left: 35px;
}
#sidebar {
	width: 375px;
	float: left;	
	
}
#sidebar p {
	margin-left: 95px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #545454;
	line-height: 18px;
	margin-right: 25px;
}
#footer {
	background-position: center top;
	height: 100px;
	text-align: center;
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
#footer  a:link, a:visited  {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#footer a:hover, a:active {
	color: #EA4294;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	font-size: 1px; /* Sets the font size to 1 pixel */
	line-height: 0px; /* Sets line-height to 0 -font and line-height, even if not explicitly on the page, might add diemnsion to the clearing element rather than make it larely invisible */
	clear: both; /* Keeps floated divs from draping over objects beneath them. */
	height: 0px; /* Makes sure the clearing element has no height */
}
#content table {
	padding-left: 500px;
}
