body {
	background-color: black;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	color: white;
	line-height: 1.6em;
}
div {
	margin: 0px;
	padding: 0px;
}

p, div, li, ul, span {
	font-size: 1em;
}

p {
	margin-bottom: .7em;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin-bottom: 10px;
}
h1 { font-size: 4em; }
h2 { font-size: 1.4em; }

a, img {
	border: none;
}

a {
	color: #EB2000;
}
a:visited {
	color: #B51800;
}
a:hover {
	color: #FF2D0F;
}

.breadcrumbs {
	margin-bottom: 25px;
	text-transform: uppercase;
	font-weight: bold;
}

#page_body {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	border-left: solid thin white;
	border-right: solid thin white;
	border-bottom: solid thin white;
}

#head_container {
	width: 800px;
	height: 200px;
	border-bottom: solid thin white;
	position: relative;
	background-attachment: scroll;
	background-position: top center;
	background-repeat: no-repeat;
}
#head_container.bg1 { background-image: url(../images/head_bg_1.jpg); }
#head_container.bg2 { background-image: url(../images/head_bg_2.jpg); }
#head_container.bg3 { background-image: url(../images/head_bg_3.jpg); }
#head_container.bg4 { background-image: url(../images/head_bg_4.jpg); }
#head_container.bg5 { background-image: url(../images/head_bg_5.jpg); }
#head_container.bg6 { background-image: url(../images/head_bg_6.jpg); }

#body_container {
	background-position: bottom center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	position: relative;
	padding-bottom: 150px;
}
#body_container.bg1 { background-image: url(../images/body_bg_1.jpg); }
#body_container.bg2 { background-image: url(../images/body_bg_2.jpg); }
#body_container.bg3 { background-image: url(../images/body_bg_3.jpg); }
#body_container.bg4 { background-image: url(../images/body_bg_4.jpg); }
#body_container.bg5 { background-image: url(../images/body_bg_5.jpg); }

#main_content {
	width: 350px;
	margin-left: 30px;
	padding-top: 30px;
}

#footer {
	width: 350px;
	margin-left: 390px;
	
}
.link_list {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: inline;
	padding-top: 5px;
	line-height: 1em;
}
.link_list li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: inline;
}
.link_list a {
	text-decoration: none;
	color: white;
}
.link_list li a:hover {
	border-bottom: solid 4px #bc5d15;
	color: white;
}
.link_list li a:visited {
	color: white;
}
.link_list li.active a {
	border-bottom: solid 2px white;
}

#menu_links {
	position: absolute;
	right: 0px;
	top: 0px;
	padding-right: 13px;
}
#menu_links li {
	padding-left: 20px;
}
#network_links {
	position: absolute;
	top: 0px;
	left: 0px;
	padding-left: 10px;
}
#network_links li {
	padding-right: 10px;
}

#quotes li {
	margin-bottom: 5px;
	color: white;
}
#quotes cite {
	color: grey;
	font-style: italic;
	display: block;
	text-align: right;
}