@charset "utf-8";

/* Barrett Athletic */

body {
	margin: 0px;
	background-color: #808080;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: white;
}

a {
	color: #ddc66b;
	text-decoration: none;
}

a img {
	border-style: none;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	font-weight: bold;
	color: #ddc66b;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: bold;
	color: #ddc66b;
}

dd {
	margin-top: 1em;
	margin-bottom: 2em;
}

#wrapper {
	width: 800px;
	margin: 0px auto;
	background-color: black;
}

#header {
}

#navigation {
	height: 130px;
	background-image: url(images/navigation_background.jpg);
	background-repeat: no-repeat;
	position: relative;
}

#navigation a {
	font-weight: bold;
	color: white;
}

#content {
}

#footer {
	height: 300px;
	background-image: url(images/footer_background.jpg);
	background-repeat: no-repeat;
	position: relative;
}

#footer a {
	font-weight: bold;
	color: black;
}

div.box_large {
	width: 710px;
	background-image: url(images/box_background.jpg);
	background-repeat: repeat-y;
	margin-left: 45px;
	margin-right: 45px;
	margin-bottom: 20px;
}

div.box_large div.box_content {
	margin-left: 20px;
	margin-right: 20px;
}

div.box_large div.box_top {
	height: 35px;
	background-image: url(images/box_top.jpg);
	background-repeat: no-repeat;
}

div.box_large div.box_bottom {
	height: 25px;
	background-image: url(images/box_base.jpg);
	background-repeat: no-repeat;
}

div.box_small {
	width: 530px;
	background-image: url(images/box_small_background.jpg);
	background-repeat: repeat-y;
	margin-left: 225px;
	margin-right: 45px;
}

div.box_small div.box_content {
	margin-left: 20px;
	margin-right: 20px;
}

div.box_small div.box_top {
	height: 30px;
	background-image: url(images/box_small_top.jpg);
	background-repeat: no-repeat;
}

div.box_small div.box_bottom {
	height: 15px;
	background-image: url(images/box_small_base.jpg);
	background-repeat: no-repeat;
}

#navigation_nav_table {
	position: absolute;
	top: 60px;
	right: 20px;
	z-index: 1;
}

#footer_nav_table {
	position: absolute;
	top: 160px;
	right: 20px;
	z-index: 2;
}

#navigation_nav_table, #footer_nav_table {
	table-layout: fixed;
	border-collapse: collapse;
}

#navigation_nav_table td, #footer_nav_table td {
	width: 90px;
	border-width: 0px;
	padding: 0px;
	margin: 0px;
	text-align: center;
	vertical-align: top;
}

#scott_barrett_picture {
	width: 275px;
	height: 300px;
	position: absolute;
	z-index: 1;
}