
body {
	background-image: url(../images/deer.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 0px 100%;
	background-color: #003366;
	width: 780px;
	color: white;
}

.top_bg {
	text-align: center;
	background-image: url(../images/deer_top.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 0px 100%;
	background-color: #000033;
	padding: 5px;
	border: 1px solid #AAAAAA;
	width: 760px;
	font-family: arial;
	font-size: 12pt;
	color: white;
}

.top_menu{
	font-family: arial;
	font-size: 14pt;
	color: white;
	width: 760px;
}

p {
	text-align:left;
}

table {
	margin-right:auto;
	margin-left:auto;
	text-align: center;
	border-collapse:collapse;
}

td {
	padding: 3px;
}

/*********/
/* LINKS */
/*********/

a:link { color: white; }
a:visited { color: white; }
a:hover { color: white; }
a:active { color: white; }

.top_menu a:link { text-decoration: none; }
.top_menu a:visited { text-decoration: none; }
.top_menu a:hover { text-decoration: none; }
.top_menu a:active { text-decoration: none; }

/*************/
/* HOME PAGE */
/*************/

#upcoming_shoots td {
	padding: 5px;
	text-align: left;
}

#links ul {
	text-align: left;
}

#links li {
	padding: 5px;
}

#upcoming_shoots td.date {
	text-align: right;
}

/***************/
/* SHOOTS PAGE */
/***************/

#schedule th,
#schedule td {
	vertical-align: center;
	margin-right:auto;
	margin-left:auto;
	align: center;
	padding: 6px 6px 6px 6px;
	border-style: none;
	font-size: 14px;
}

#shoot_schedule td.date {
	text-align: right;
}

/*****************/
/* SPONSORS PAGE */
/*****************/

#sponsors_table td {
	padding: 10px;
}

#sponsor_table td {
	padding: 0px;
}

/*****************/
/* OFFICERS PAGE */
/*****************/

#officer_table table {
}

#officer_table th,
#officer_table td {
	vertical-align: top;
	border-width: thin;
	border-color: white;
	border-style: solid;
	border-collapse: collapse;
}

/**************/
/* RANTS PAGE */
/**************/

#rant_articles td.date {
	text-align: center;
}