/* Rio Hondo Symphony
   Website Created by Felicia of Simpson Advertising, Inc. */

#container {
	background: #fff;
	padding: 0;
	margin: 0;
}

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

body {
	font: 8pt/12pt Verdana, san-serif;
	color: #000;
	background: #fff;
	margin: 0;
	padding: 0;
}
p {
	font: 8pt/12pt Verdana, san-serif;
	margin-top: 0;
}
h1 { /* Used to Replace with an Image - RHS Logo */
	font: 16pt/17pt georgia;
	color: #0d3692;
}
h2 { /* Sub Header Style - Gray */
	font: 12pt georgia;
	color: #666;
	padding-top: 5px;
	padding-bottom: 5px;
	background: url(images/h3rule.jpg) no-repeat bottom left;
}
h3 { /* Main Header Style - Dark Blue */
	font: 14pt/16pt georgia;
	color: #0d3692;
	padding-top: 10px;
	padding-bottom: 5px;
	background: url(images/h3rule.jpg) no-repeat bottom left;
}
h4 { /* Smaller Blue Header */
	font: bold normal 8pt Verdana, san-serif;
	color: #0d3692;
	margin-top: 5px;
	margin-bottom: 0;
}
h5 { /* Small Ads Column Text */
	font: 7pt Verdana, san-serif;
	margin-top: 2;
}
img {
	border: 0;
}
a:link { /* Light Blue */
	font-weight: bold;
	text-decoration: none;
	color: #5172b3;
}
a:visited { /* Light Blue */
	font-weight: bold;
	text-decoration: none;
	color: #5172b3;
}
a:hover { /* Dark Blue */
	font-weight: bold;
	text-decoration: underline;
	color: #0d3692;
}
a:active { /* Dark Blue */
	font-weight: bold;
	text-decoration: underline;
	color: #0d3692;
}

/************** HEADER STYLES **************/

#header {
	background: #fff;
	height: 106px;
	padding: 0;
	margin: 0;
	border-bottom: #000 dotted 1px;
}
#headlinks {
	padding-top: 7px;
	padding-right: 15px;
	float: right;
}
#headlinks p {
	font: 7pt Verdana, san-serif;
	color: #000;
	text-align: right;
}
#headlinks a:link {
	text-decoration: none;
	font-weight: normal;
	color: #000;
}
#headlinks a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #000;
}
#headlinks a:hover, a:active {
	text-decoration: underline;
	font-weight: normal;
	color: #0d3692;
}
#logo {
	margin: 0;
	padding: 0;
}
#logo h1 {
	background: transparent url(images/rhslogo-small-NEW.gif) no-repeat top left;
	width: 210px;
	height: 75px;
	margin-top: 15px;
	margin-left: 15px;
	float: left;
}
#logo h1 span {
	display: none;
}

/************** CONTENT STYLES **************/

#content {
	margin: 0;
	padding: 0;
	background: #fff;
}


#mainstory {
	padding: 0 15px;
	margin: 0;
}


#img {
	clear: both;
	float: left;
	padding: 5px 15px 10px 0;
	margin: 0;
}
#ipod_info {
	float: left;
	width: 120px;
	padding-top: 15px;
}

/************** FOOTER STYLES **************/

#foot_close {
	clear: both;
	padding-top: 7px;
	padding-right: 15px;
	text-align: right;
	border-top: #000 dotted 1px;
}
#foot_close p {
	font: 7pt Verdana, san-serif;
	color: #000;
	text-align: right;
}
#foot_close a:link {
	text-decoration: none;
	font-weight: normal;
	color: #000;
}
#foot_close a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #000;
}
#foot_close a:hover, a:active {
	text-decoration: underline;
	font-weight: normal;
	color: #0d3692;
}
