/*
Quicken Loans Arena Generic Template - CSS
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 10px 0;
	background: #FCB817 url(http://www.theqarena.com/images/bg.gif) repeat-x;
}

body, th, td, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

h1 {
	text-transform: uppercase;
	font-size: 1.5em;
	font-weight: bold;
	color: #FCB817;
}

h2 {
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: lighter;
	color: #FCB817;
}

h3 {
	text-transform: uppercase;
	font-size: 1.0em;
	font-weight: bold;
	color: Gray;
}

ul, ol {
	margin-left: 3em;
	padding-top: 10px;
}

img {
	border: 1px;
	border-color: #d6d6d6;
	padding: 4px;
}

a {
	text-decoration: none;
	color: #FCB817;

}

a:hover {
   text-decoration: underline;
	border: none;
}

h1 a {
	border: none;
	color: #FCB817;
}

h1 a:hover {
	background: none;
	text-decoration: underline;
	color: #FCB817;
}

h2 a {
	border: none;
	color: #FCB817;
}

h2 a:hover {
	background: none;
	text-decoration: underline;
	color: #FCB817;
}

h3 a {
	border: none;
	color: Gray;
}

h3 a:hover {
	background: none;
	text-decoration: underline;
	color: Gray;
}

#main
{
	width: 715px;
	margin: 0 auto;
	border: 5px solid #D7D7D7;
}

/* Header */

#header {
	width: 715px;
	height: 200px;
	margin: 0 auto;
}

/* Logo */

#logo {
	width: 715px;
	height: 200px;
	margin: 0 auto;
	background: url(http://www.theqarena.com/images/header_image_715.jpg) no-repeat left top;
}

/* Page */

#page {
	width: 715px;
	background: #FFFFFF;
	border-top: none;
	padding-top: 0px;
}

/* Content */

#content {
	width: 675px;
	padding: 0px 20px 0px 20px;
	float: left;
}

/* Footer */

#footer {
	text-align: center;
	font-size: 10px;
	color: #ffffff;
	height: 40px;
	padding-top: 10px;
}

#footer a
{
color: #FFFFFF
}