/* Layout <div>s */
#header {
	position: absolute;
	width: 775px;
	height: 163px;
	top: 0;
	left: 50%;
	margin-left: -382px;
	background-image: url(images/header.png);
}
#menu {
	position: absolute;
	top: 100px;
}

#leftpane {
	position: absolute;
	width: 250px;
	left: 50%;
	margin-left: -382px;
}
#rightpane {
	position: absolute;
	width: 500px;
	height: 70%;
	left: 50%;
	margin-left: -107px;
	background-image: url(images/rightpane_top.png);
	background-position: right top;
	background-repeat: no-repeat;
}
#leftpane, #rightpane {
	top: 163px;
}
/* Text Styles */
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9pt;
	color: #222;
	line-height: 1.3;
	padding-right: 20px;
	padding-bottom: 10px;
}
p, .content {
	text-align: justify;
	margin-bottom: 1.2em;
}
h1 {
	font-size: 11pt;
	font-weight: normal;
	color: #ed1c24;
	line-height: 1;
}
#links h1, #photofooter h1 {
	color: #222;
	margin-bottom: .2em;
}
h2 {
	font-size: 9pt;
	font-weight: bold;
	line-height: 1;
	margin-bottom: -.7em;
}
.footer {
	width: 100%;
	font-style: italic;
	color: #999999;
	margin-bottom: 2em;
}
li {
	list-style-type: square;
	list-style-position: inside;
	line-height: 1.3;
	margin-bottom: .7em;
	text-align: justify;
}
#links li {
	margin-bottom: 0;
}
.content, h1, h2, p, li {
}

/* Links & misc */
a {
	text-decoration: none;
}
a:link {
	color: #ed1c24;
}
a:visited {
	color: #ed1c24;
}
a:hover {
	color: #000;
	border-bottom: 1px solid #ed1c24;
}
a:active {
	color: #ffffff;
	background-color: #ed1c24;
}
#header img:hover {
	text-decoration: none;
}
#crew h1 {
	margin-bottom: -.5em;
}
#crew img {
	width: 100px;
	height: 100px;
	padding: 2px;
	border: 1px solid #222;
	margin-right: 5px;
}
#sponsors {
	text-align: left;
}
#sponsors img {
	width: 250px;
}

#photos {
	text-align: center; 	
	background-image: url(images/photoheader.png);
	background-position: center top;
	background-repeat: no-repeat;
}
#photoiframe {
	position: absolute;
	top: 100px;
	left: 50%;
	margin-left: -250px;
	height: 500px;
	width: 500px;
}
#photofooter {
	position: absolute;
	top: 600px;
	left: 50%;
	margin-left: -250px;
	width: 500px;
}

/* Menu Styles */
#ddimagetabs{
}

#ddimagetabs a{
display: block;
text-decoration: none;
width: 86px; /*width of tab image */
height: 25px; /*height of tab image */
float: left;
display: inline;
margin-left: 0; /*spacing between tabs */
background-repeat: no-repeat;
text-align: center;
border-bottom: 0px;

}

#ddimagetabs a:hover, #ddimagetabs a.current{
background-image:url(bluetabover.jpg); /*URL to tab image onmouseover */
color: black;
}

#tabcontentcontainer{
width:500px; /*width of 2nd level content*/
height:50px; /*height of 2nd level content. Set to largest's content height to avoid jittering.*/
padding: 7px 7px;
}

.tabcontent{
display:none;
}

/* Custom tab images */
#ddimagetabs #home {
width: 49px; /*width of custom tab image */
background-image:url(images/menu/home.png); /*URL to custom tab image */
}
#ddimagetabs #home:hover, #ddimagetabs #home.current{
background-image:url(images/menu/home_h.png); /*URL to tab image onmouseover */
}

#ddimagetabs #improv {
width: 63px; /*width of custom tab image */
background-image:url(images/menu/improv.png); /*URL to custom tab image */
}
#ddimagetabs #improv:hover, #ddimagetabs #improv.current{
background-image:url(images/menu/improv_h.png); /*URL to tab image onmouseover */
}

#ddimagetabs #teams {
width: 49px; /*width of custom tab image */
background-image:url(images/menu/teams.png); /*URL to custom tab image */
}
#ddimagetabs #teams:hover, #ddimagetabs #teams.current{
background-image:url(images/menu/teams_h.png); /*URL to tab image onmouseover */
}

#ddimagetabs #crew {
width: 39px; /*width of custom tab image */
background-image:url(images/menu/crew.png); /*URL to custom tab image */
}
#ddimagetabs #crew:hover, #ddimagetabs #crew.current{
background-image:url(images/menu/crew_h.png); /*URL to tab image onmouseover */
}

#ddimagetabs #photos {
width: 54px; /*width of custom tab image */
background-image:url(images/menu/photos.png); /*URL to custom tab image */
}
#ddimagetabs #photos:hover, #ddimagetabs #photos.current{
background-image:url(images/menu/photos_h.png); /*URL to tab image onmouseover */
}

#ddimagetabs #sponsors {
width: 69px; /*width of custom tab image */
background-image:url(images/menu/sponsors.png); /*URL to custom tab image */
}
#ddimagetabs #sponsors:hover, #ddimagetabs #sponsors.current{
background-image:url(images/menu/sponsors_h.png); /*URL to tab image onmouseover */
}

#ddimagetabs #links {
width: 38px; /*width of custom tab image */
background-image:url(images/menu/links.png); /*URL to custom tab image */
}
#ddimagetabs #links:hover, #ddimagetabs #links.current{
background-image:url(images/menu/links_h.png); /*URL to tab image onmouseover */
}

#ddimagetabs #messageboard {
width: 113px; /*width of custom tab image */
background-image:url(images/menu/messageboard.png); /*URL to custom tab image */
}
#ddimagetabs #messageboard:hover, #ddimagetabs #messageboard.current{
background-image:url(images/menu/messageboard_h.png); /*URL to tab image onmouseover */
}