/* CSS Document for Relay Rumble \ GREAT WEST DIVISION 
   Default Style Sheet */

/* Framework */
body {
	margin: 0;
	padding: 0;
	background-color: #ECE7F1;
	background-image: url(../images/rr_body_bg.png);
	background-repeat: repeat-x;
	background-position: top;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

#frame {
	margin: 0 auto;
	width: 1036px;
	background-image: url(../images/rr_content_bg.png);
	background-repeat: repeat-y;
	}

#header {
	margin: 0 auto;
	width: 1036px;
	height: 150px;
	}

#menu {
	margin: 0 auto;
	width: 950px;
	height: 50px;
	background-image: url(../images/rr_menu_bg.png);
	background-repeat: no-repeat;
	}

#contentFrame {
	width: 1036px;
	background-image: url(../images/rr_content_top_bg.png);
	background-repeat: no-repeat;
	background-position: top;
	}

#content {
	padding: 4px 16px;
	}

#footer {
	margin: 0 auto;
	width: 1036px;
	height: 130px;
	background-image: url(../images/rr_footer_bg.png);
	background-repeat: no-repeat;
	}

#staffButton {
	position: relative;
	left: 12px;
	bottom: 20px;
	}

#subFooter {
	margin: 0 auto 50px;
	width: 1036px;
	color: #330066;
	font-size: 12px;
	}

/* Basic Text Elements */
h1, h2, h3, h4, h5, h6 {
	margin: 10px 0;
	padding: 0;
	color: #330066;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	}

p {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 125%;
	}
	
a, a:visited {
	color: #330066;
	text-decoration: underline;
	}

a:hover, a:active {
	color: #999999;
	}


/*Image Elements */

img.floatRight { 
    float: right; 
    margin: 4px; 
}

/* Custom FOOTER Text Elements */
p.copyrightBig {
	margin: 0 12px;
	color: #330066;
	font-size: 12px;
	font-weight: bold;
	}

p.copyrightSmall {
	margin: 0 12px;
	color: #330066;
	font-size: 10px;
	}

p.designedBy {
	margin: 0 12px;
	color: #330066;
	font-size: 10px;
	float: right;
	}

#subFooter a, #subFooter a:active, #subFooter a:visited {
	color: #330066;
	text-decoration: none;
	}
	
#subFooter a:hover {
	text-decoration: underline;
	}

