﻿/* ---------- GLOBAL STYLES ---------- */

html, body
{
	width: 100%;
	height: 100%;
	
}
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, a, img, blockquote
{
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
body
{
	font-size: 62.5%;
	color: #666666;
	background: #FFFFFF url(../../Images/background_body.jpg) top left repeat-x;
}

/* ---------- GENERIC STYLES ---------- */

.invisible
{
	position: absolute;
	left: -5000px;
}
.textindent
{
	text-indent: -5000px;
	line-height: 0px;
}
.clear
{
	clear: both;
}
ul
{
	list-style-type: none;
}
a, a:link, a:visited
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	outline: none;
}
a:hover
{
	text-decoration: underline;
}

/* ---------- BASIC LAYOUT ---------- */

#sitewrapper
{
	margin: 0 auto;
	/*width: 714px;*/
	width: 770px;
	font-size: 1.1em;
	background: none;
}
#header
{
	float: left;
	width: 714px;
	height: 143px;
	margin: 0 0 15px 28px;
	background: none;
}
#maincontent
{
	float: left;
	width: 770px;
	margin: 0 0 10px 0;
	background: none;
}
#footer
{
	float: left;
	background: url(../../Images/background_footer.jpg) no-repeat;
	width: 670px;
	height: 65px;
	margin: 0 0 0 28px;
	color: #FFFFFF;
	font-size: 1.2em;
	padding: 25px 22px 0 22px;
}

/* ---------- GENERIC STYLE ---------- */

span.date
{
	float: left;
	background: none;
	color: #FFFFFF;
	margin: 9px 0 16px 20px;
	font-size: 1.1em;
	font-weight: bold;
	width: 714px;
}
#footer span
{
	float: left;
}
#madebyfooter
{
	float: right;
}

/* ---------- CUSTOM LOGOS/BUTTONS/HEADERS ---------- */

h1#logo a
{
	float: left;
	background: url(../../Images/logo_reputations.jpg) no-repeat;
	width: 482px;
	height: 90px;
	text-indent: -5000px;
	margin: 0 0 0 20px;
}