body {

	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
	color: #102656;
}
a:visited {
	color: #102656;
}
a:hover {
	color: #FE0404;
}
a:active {
	color: #102656;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #102656;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #102656;
}
.blueh2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #102656;
}
.redh2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FE0404;
}
.titlered {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FE0404;
	font-weight: 900;
}
.pagetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #102656;
	font-weight: normal;
	text-align: justify;
}

#title {
	background: url('images/title_tile.gif') repeat-x;
	height: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
	font-weight: 500;
	line-height: 20px;
	padding-top: 30px;
	padding-left: 25px;
}

#content {

}

#menu {
	width: 175px;
	float: left;
}

#page {
	width: 65%;
	float: left;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	margin-left: 10px;
	padding-left: 15px;
}

/*FOOTER*/
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FE0404;
}
#footer {
	height: 15px;
	background: #102656;
	border-top-width: 75px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 900;
	color: #FFFFFF;
	clear: both;
	padding-left: 25px;
	padding-top: 1px;
}

/*FOOTER END*/


#button a {
	color: #102656;
	text-decoration: none;
}
#button a:hover {
	color: #FE0404;
	background: url('images/but_over.gif') no-repeat left;
}
#button {
	margin-bottom: 5px;
	margin-left: 25px;
	background: url('images/arrow.gif') no-repeat right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}

#logoraf {
	height: 75px;
	background: url('images/logo_raf.gif') no-repeat left;
	margin-left: 20px;
}

#logo {
	height: 200px;
	background: url('images/logo.gif') no-repeat left;
	margin-left: 10px;
}

#details {
	text-align: left;
}
/*INDEX PAGE*/
#image {
	float: right;
	height: auto;
	width: 300px;
	text-align: center;
}

#text {
	width: auto;
}
/*INDEX PAGE END*/

/*ABOUT PAGE*/
#aboutimage {
	float: right;
	width: 300px;
	background: url('images/the_band2.jpg') no-repeat;
	height: 212px;
	margin-left: 20px;
}

#aboutimage2 {
	float: right;
	width: 300px;
	background: url('images/the_band2.jpg') no-repeat;
	height: 212px;
	margin-left: 15px;
	clear: right;
	margin-top: 40px;
}

#aboutimage3 {
	float: right;
	width: 300px;
	background: url('images/rafband_members.jpg') no-repeat;
	height: 417px;
	margin-left: 15px;
	clear: right;
	margin-top: 40px;
}
/*ABOUT PAGE END*/

/*MUSIC PAGE*/
#musicimage {
	float: right;
	width: 250px;
	background: url('images/trombone.jpg') no-repeat;
	height: 389px;
	margin-left: 20px;
}
