/* GLOBAL */

div {
	behavior: url(/js/iepngfix.htc);
}

#wrapper {
	width: 100%;
	height: 100%;
}

html, body {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-image: url(../images/background.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	white-space: nowrap;
}

#divider_horiz {
	border-bottom: 1px dashed #891a11;
	width: 746px;
	height: 1px;
}

#divider_horiz_auto {
	border-bottom: 1px dashed #891a11;
	width: auto;
	height: 1px;
}

#divider_vert {
	float: left;
	border-left: 1px dashed #891a11;
	width: 1px;
	height: 146px;
}

#divider_vert_long {
	float: left;
	border-left: 1px dashed #891a11;
	width: 1px;
	height: 615px;
}

/* CONTENT */

#content_bg {
	width: 100%;
	height: auto;
}

#content_bg_top {
	background-image: url(../images/content_top.png);
	background-repeat: no-repeat;
	width: 806px;
	white-space: nowrap;
	height: 10px;
}

#content_bg_middle {
	background-image: url(../images/content_middle.png);
	background-repeat: repeat-y;
	width: 806px;
	/*white-space: nowrap;*/
	/*height: auto;*/
}

#content_bg_bottom {
	background-image: url(../images/content_bottom.png);
	background-repeat: no-repeat;
	width: 806px;
	white-space: nowrap;
	height: 13px;
}

#container {
	padding: 20px 0px 20px 0px;
	/*margin-right: 30px;*/
	width: 806px;
}

a {
	text-decoration: none;
	color: #891a11;
	position: relative;
}

a:hover {
	text-decoration: underline;
	color: #891a11;
	position: relative;
}

a:visited {
	color: #891a11;
	position: relative;
}

#pdf_content { height: 30px; clear: both; }

#pdf_left {
	float: left;
	background-image: url(../images/pdf_left.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 29px;
}

#pdf_mid {
	float: left;
	background-image: url(../images/pdf_mid.jpg);
	vertical-align: middle;
	line-height: 30px;
	background-repeat:repeat-x;
	width: auto;
	height: 30px;
}

#pdf_right {
	float: left;
	background-image: url(../images/pdf_right.jpg);
	background-repeat: no-repeat;
	width: 11px;
	height: 30px;
}

#side_image img {
	/*border: 2px solid #891a11;*/
}

#side_image {
	padding: 0px 30px 0px 0px;
	float: right;
	height: 615px;
	width: 197px;
	background-repeat: no-repeat;
}

#clear {
	padding: 30px 0px 0px 0px;
	clear: both;
}

.page_title {
	text-transform: uppercase;
	color: #891a11;
	font-size: 18px;
}
.divider {
	width: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px dashed #891a11;
}

#header_admin {
	background-image: url(/images/header_admin.png);
	background-repeat: no-repeat;
	width: 806px;
	height: 133px;
	margin-top: 20px;
	margin-bottom: 20px;
	cursor: pointer;
}

.team_info {
	padding-left: 30px;
}