/* CSS Document */

body
{
	background-image: url(images/holder_background.jpg);
	background-repeat: repeat;
	background-color:#122f51;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#wrapper
{
	width: 930px;
	margin: 0 auto;
}

#header
{
	float: left;
	height: 210px;
	width: 930px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}

#menu
{
	list-style: none;
  	margin: 0;
	background-image: url(images/menu.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 44px;
	width: 930px;
	padding-bottom: 6px;
	text-align: center;
	font-family: Gill Sans MT, Arial;
	word-spacing: 50px;
  	position: relative;
}

#menu span
{
  display: none;
  position: absolute;
}

#banner
{
	float: left;
	height: 142px;
	width: 930px;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
}

#main
{
	float: left;
	height: auto;
	width: 930px
}

#leftcol
{
	float: left;
	height: auto;
	width: 250px;
	padding-top: 10px;
	padding-left: 30px;
	padding-bottom: 15px;
}

#centrecol
{
	float: left;
	height: auto;
	width: 250px;
	padding-top: 10px;
	padding-left: 40px;
	padding-bottom: 15px;
}

#rightcol
{
	float: right;
	height: auto;
	width: 250px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 15px;
}

#leftcollarge
{
	float: left;
	height: auto;
	width: 500px;
	padding-top: 10px;
	padding-left: 30px;
	padding-right: 40px;
	padding-bottom: 15px;
}

#rightcollarge
{
	float: right;
	height: auto;
	width: 500px;
	padding-top: 10px;
	padding-left: 40px;
	padding-right: 30px;
	padding-bottom: 15px;
}

/* Content for footer */

#footer
{
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 69px;
	width: 930px;
	color: #969696;
}

/* This relates to the main content of the page, including the two columns */

.roundcont
{
	width: 877px;
	background-color: #2e2e2e;
	font-family: Gill Sans MT, Arial;
	font-size: 15px;
	color: #fff;
	margin-top: 8px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	float: none;
}

.roundtop
{
	background: url(images/mtr.gif) no-repeat top right;
}

.roundbottom
{
	background: url(images/mbr.gif) no-repeat top right;
	clear: both;
}

img.corner
{
	width: 15px;
	height: 15px;
	border: none;
	display: block !important;
}


.roundcont2
{
	color: #2e2e2e;
	margin-top: 8px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	float: none;
	background-color: #969696;
}

.roundtop2
{
	background: url(images/tr.gif) no-repeat top right;
}

.roundbottom2
{
	background-color: #969696;
	background-image: url(images/br.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.roundcont p
{
	margin: 0 23px;
	font-family: Gill Sans MT, Arial;
	font-size: small;
	color: #000000;
}


/* Hyperlinks for menu */

a.menu:link {
	color: #ffffff;
	text-decoration: none;
	font-family: Gill Sans MT, Arial;
	font-size: 17px;
}
a.menu:visited {color: #ffffff; 
	text-decoration: none;
	font-family: Gill Sans MT, Arial;
	font-size: 17px;
}
a.menu:hover {color: #9ba6ab; 
	text-decoration: underline;
	font-size: 17px;
}

a.text:link {
	color: #ff9900;
	font-style: italic;
	text-decoration: none;
	font-family: Gill Sans MT, Arial;
}
a.text:visited {
	color: #ff9900;
	font-style: italic;
	font-family: Gill Sans MT, Arial;
	text-decoration: none;
}
a.text:hover {
	color: #9ba6ab;
	font-style: none;
	text-decoration: underline;
}

a.text2:link {
	color: #660099
	font-style: italic;
	text-decoration: none;
	font-family: Gill Sans MT, Arial;
}
a.text2:visited {
	color: #660099
	font-style: italic;
	font-family: Gill Sans MT, Arial;
	text-decoration: none;
}
a.text2:hover {
	color: #660099; 
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
}

a.text3:link {
	color: #000000
	text-decoration: none;
	font-family: Gill Sans MT, Arial;
}
a.text3:visited {
	color: #000000
	font-style: italic;
	font-family: Gill Sans MT, Arial;
	text-decoration: none;
}
a.text3:hover {
	color: #660099; 
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}

a.text4:link {
	color: #fff;
	font-style: none;
	text-decoration: none;
	font-family: Gill Sans MT, Arial;
}
a.text4:visited {
	color: #fff;
	font-style: none;
	text-decoration: none;
	font-family: Gill Sans MT, Arial;
}
a.text4:hover {
	color: #fff;
	font-style: italic;
	font-weight:bold;
	text-decoration: none;
}

h1 /* Left column - Main header */
{
	font-size: 18px;
	font-family: Gill Sans MT, Arial;
	color: #fff;
	font-weight:bold;
	text-decoration: underline;
}

h2 /* Left column - sub header */
{
	font-size: 15px;
	font-family: Gill Sans MT, Arial;
	color: #fff;
	font-weight:bold;
}

h3 /* Right column - Main header */
{
	margin: 0 23px;
	font-size: 14px;
	font-family: Gill Sans MT, Arial;
	color: #000000;
	font-weight: bold;
}

h4 /* Right column - sub header */
{
	margin: 0 23px;
	font-size: small;
	font-family: Gill Sans MT, Arial;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}


/* menu controls */

#menu a {
  display: block;
  text-indent: -900%;
  position: absolute;
  outline: none;
}

#menu a:hover {
  background-position: left bottom;
}

#menu .home {
  width: 210px;
  height: 44px;
  background: url(images/home_link.gif) no-repeat;
}

#menu .about {
  width: 210px;
  height: 44px;
  background: url(images/about_link.gif) no-repeat;
  left: 165px;
}

#menu .shows {
  width: 210px;
  height: 44px;
  background: url(images/shows_link.gif) no-repeat;
  left: 305px;
}

#menu .education {
  width: 210px;
  height: 44px;
  background: url(images/education_link.gif) no-repeat;
  left: 480px;
}

#menu .contact {
  width: 210px;
  height: 44px;
  background: url(images/contact_link.gif) no-repeat;
  right: 90px;
}

#holder
{
	float: left;
	height: 835x;
	width:inherit;
	text-align: left;
	font-family: Gill Sans MT, Arial;
	padding-bottom: 20px;
	word-spacing: 0px;
}
