@charset "utf-8";

body  {
	background: #000;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#player {
	width: 300px;
	text-align: center;
	margin: 0 15 0 15px;
}
#player h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
}
#player p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
}


#container1 {
	width: 956px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	color: #FFFFFF;
	background-image: url(../images/backers/tim_flagstaff_01.jpg);
	background-repeat: no-repeat;
}

#container2 {
	width: 956px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	color: #FFFFFF;
	background-image: url(../images/backers/tim_onStage_02.jpg);
	background-repeat: no-repeat;
}

#container3 {
	width: 956px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	color: #FFFFFF;
	background-image: url(../images/backers/tim_warwick_03.jpg);
	background-repeat: no-repeat;
}

#container4 {
	width: 956px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	color: #FFFFFF;
	background-image: url(../images/backers/tim_warwick_02.jpg);
	background-repeat: no-repeat;
}

#sidebar1 {
	float: right;
	width: 300px;
}

#mainContent {
	margin-right: 345px;
	margin-bottom: 10px;
	margin-left: 57px;
}

#mainContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #f0bb71;
	font-size: x-large;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF0000;
	margin-top: 35px;
}

#mainContent h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #f0bb71;
	font-size: x-large;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF0000;
	margin-top: 35px;
}

#mainContent p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 150%;
}

#mainContent li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	list-style-type: square;
	line-height: 150%;
	margin-left: -20px;
}

#mainContent a:link {
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	text-decoration: none;
}

#mainContent a:visited {
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	text-decoration: none;
}

#mainContent a:hover {
	color: #000;
	background-color: #fff;
}

#mainContent a:active {
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	text-decoration: none;
}

#navigation {
	color: #f0bb71;
	text-align: center;
	font-size: large;
	font-variant: small-caps;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 208px;
}

#navigation a:link {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	border: none;
}

#navigation a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	border: none;
}

#navigation a:hover {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	border: none;
	background-color: #FFFFFF;
}

#navigation a:active {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	border: none;
}

#footer {
	color: #666666;
	text-align: center;
	font-size: x-small;
	line-height: 150%;
	border: 1px solid #333333;
	margin-left: 35px;
	margin-right: 323px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
}

#footer p{
	margin: 0px;

}

#footer a:link {
	color: #666666;
	text-decoration: underline;
}

#footer a:visited {
	color: #666666;
	text-decoration: underline;
}

#footer a:hover {
	color: #000;
	text-decoration: none;
	background-color: #999999;
}

#footer a:active {
	color: #666666;
	text-decoration: underline;
}

.float_left {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

.float_right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.lightbox_image {
	border: 1px solid #666666;
}
