@charset "utf-8";


body {
	background-color: #000000;
	background-image: url(images/silver_star_bg.jpg);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}
#header_container {
	background-color: #000000;
	width: 100%;
}
#logo h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 400%;
	color: #999999;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#text {
	float: left;
	width: 590px;
	background-color: #f8f8f8;
	margin-right: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	padding-top: 8px;
}
#text h1 {
	margin-bottom: 30px;
	margin-top: 10px;
}

#sidebar {
	float: left;
	width: 230px;
	background-color: #f8f8f8;
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #df0024;
	border-right-style: solid;
	border-right-color: #df0024;
	border-right-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DF0024;
	padding-top: 8px;
}


#header {
	margin: auto;
	width: 850px;
}
#footer {
	padding-top: 10px;
	border-top: 1px solid #df0024;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%;
	color: #000000;
	padding-bottom: 10px;
	text-align: center;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer a {
	color: #DF0024;
	text-decoration: underline;
}
#footer a:link, #footer a:visited {
	color: #DF0024;
}
#footer a:hover {
	color: #000000;
}
#content {
	width: 850px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}


#nav_container {
	width: 100%;
	background-color: #000000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#navigation {
	margin: auto;
	height: 31px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
	width: 850px;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #df0024;
}

#logo {
	text-align: center;
}

#add_container {
	background-color: #000000;
	width: 100%;
}
#address {
	margin: auto;
	width: 850px;
	font-family: "Courier New", Courier, monospace;
	font-size: 85%;
	color: #FFFFFF;
	font-weight: bold;
}
#address table td {
	padding-right: 8px;
	padding-left: 8px;
}

#address table a {
	font-family: "Courier New", Courier, monospace;
	color: #FFFFFF;
	text-decoration: none;
}

#address table a:link, #address table a:visited  {
	color: #FFFFFF;
}

#address table a:hover {
	text-decoration: underline;
}
#text p {
	padding-right: 10px;
	padding-left: 15px;
	font-size: 1.1em;
}
.red_header_bg {
	background-image: url(images/header_bg_lrg.jpg);
	background-repeat: repeat-x;
}
.img_right {
	border: 1px solid #000000;
	float: right;
	margin: 5px;
	padding: 3px;
	background-color: #f8f8f8;
}
.img_left {
	border: 1px solid #000000;
	float: left;
	margin: 5px;
	padding: 3px;
	background-color: #f8f8f8;
}
.img_no_float{
	border: 1px solid #000000;
	margin: 5px;
	padding: 3px;
	background-color: #f8f8f8;
}
.sidebar_red {
	background-image: url(images/sidebar_red_bg.gif);
	background-repeat: repeat-x;
	background-color: #f8f8f8;
}
#sidebar p {
	padding-right: 5px;
	padding-left: 5px;
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: oblique;
}
.sidebar_date {
	font-family: "Courier New", Courier, monospace;
	text-decoration: underline;
	font-style: normal;
	font-size: 0.9em;
	font-weight: bold;
}

#sidebar a, a:link, a:visited {
color: #0000ff;
text-decoration: underline;
}

.sidebar_heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
	text-align: center;
}
.text_div_red_bg {
	background-image: url(images/text_div_bg.gif);
	background-repeat: no-repeat;
	background-position: center 130px;
}
#text table a {
	color: #0000ff;
	text-decoration: underline;
}
#text table a:link, #text table a:visited {
	color: #0000ff;
	text-decoration: underline;
}
#text table a:hover {
	color: #df0024;
	text-decoration: underline;
}
.table_border_red {
	border: 3px solid #df0024;
}
.gallery_headings {
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
	text-transform: uppercase;
	color: #000000;
	border: 2px solid #df0024;
}
.gallery_cells {
	border: 1px solid #000000;
	font-size: .70em;
	text-align: left;
}	

