* {
	margin: 0;
	padding: 0;
}
   
body {
	font-family: "trebuchet MS" Arial, Helvetica, sans-serif;
	text-align:center;
	background: #480000;
}

#container {
	width: 900px;
	margin: auto;
	background-color: #FFFFFF;
	font-size: 16px;
	border: 1px solid #75778E;
	text-align:left;
}

#header {
	height: 114px;
	width: 900px;
	background-color: #FEFDFD;
	background-image: url(/images/title.png);
	background-repeat: repeat-y;
	background-position: center;
}

#bigbox {

	width: 898px;
	border: 1px solid #8B919F;
	margin-bottom: 10px;
	background-color: #FCFCFC;
}

#main {
	float: left;
	width: 650px;
	margin-top: 15px;
	margin-left: 15px;
	margin-bottom: 35px;
	background-color: #FCFCFC;
	font-size:1.1em;
}

#headline {
	float: left;
	width: 395px;
	margin-top: 15px;
	margin-left: 15px;
	margin-bottom: 35px;
	background-color: #FCFCFC;
	font-size:1.1em;
}

#center {
	float: left;
	width: 240px;
	margin-top: 15px;
	margin-left: 15px;
	margin-bottom: 35px;
	background-color: #FCFCFC;
	font-size:1.1em;
}

#leftbox{
	float: right;	
	width: 200px;
	margin-right: 15px;
	background-color: #fcfcfc;
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 15px;	
}  

#footer {
	clear: both;
	padding: 10px;
	background-color: #646675;
	color: #FFFFFF;
	text-align: center;
	font-size: 14px;
	border: 2px solid #CCCCCC;
	margin-top: 15px;
}

#footer a{color: white;}

#footer a:visited {color: white}
#footer a:hover {color: #820606}
#footer a:active {color: #890000}

p {
	padding: 6px;
	line-height: 185%;
}

h1 {
	font-size: 20px;
	color:#480000;
	margin-bottom:0px;
}

h2 {
	font-size: 16px;
	padding: 6px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #000000;
	background-color: #E0E0E0;
	border: 1px solid #EEEEEE;
}

h3 {
	font-size: 13px;
	padding: 7px;
	color: #000000;
	border: 1px dotted #CCCCCC;
	background-color: #E0E0E0;
}

h4 {
	font-size: 20px;
	margin-bottom: 15px;
}

h5 {
	font-size: 13px;
	color:#480000;
	margin-bottom: 3px;
}

h6 {
	font-size: 12px;
	font-weight:normal;
	line-height: 155%;
}

h7 {
	font-size: 17px;
	color:black;
}

a:link {
	color: #7E0000;
}
a:visited {
	color: #504A4B;
}
a:hover {
	color: #820606;
	text-decoration:underline;
}
a:active {
	color: #890000
}
a {
	text-decoration:none;
}

#centerlinks {
	list-style:none;
	margin-left:5px;
	font-weight:bold;
}
#centerlinks li{
	border-bottom:1px solid black;
	padding: 3px;
	line-height: 105%;
}

#centerlinks li a:hover{
	text-decoration:none;
	color:#504A4B;
}

#classiclinks {
	list-style:none;
	margin-left:5px;
	font-weight:bold;
}
#classiclinks li{
	margin-bottom:9px;
	line-height: 105%;
}

#classiclinks li a:hover{
	text-decoration:none;
	color:#504A4B;
}

#archivelinks {
	margin-left:5px;
	font-weight:bold;
}

#archivelinks li a{
	padding-left:5px;
	font-size: 15px;
	line-height: 210%;
}

#archivelinks li a:hover{
	color:#504A4B;
}

.topleft{
float:left;
margin:0 10px 10px 0;
}

.floatleft{
float:left;
margin:10px 10px 10px 0;
}

.floatright{
float:right;
margin:5px 0 5px 5px;
}

#awesome {
	clear: both;
	width: 900px;
	margin: 0 auto;
	height: 33px;
	background: url(images/saving_bgg.jpg) right no-repeat;
}

#awesome a:link {
	text-decoration: none;
	color:black;
}
#awesome a:visited {
	text-decoration: none;
	color:black;
}
#awesome a:active {text-decoration: none}

#awesome ul {
	padding: 0 0 0 10px;
	margin: 0 auto;
	height: 33px;
	list-style: none;
}

#awesome ul li {
	float:left;
	padding-right: 5px;
}

#awesome li a {
	float: left;
	display: block;
	color: #FFF;
	font-size: 12px;
	line-height: 29px;
	text-align: center;
	padding: 0px 0 0 0px;	
}
#awesome  li a b {
	float: left;
	display: block;
	padding: 0px 22px 0 22px;
}
#awesome  li.current a, #awesome  li a:hover {
	color: #fff;
	text-decoration: none;
	background: url(images/saving_2.jpg) right top no-repeat; 
}
#awesome  li.current a b, #awesome li a:hover b {
	color: #fff;
	text-decoration: none;
	background: url(images/saving_1.jpg) left top no-repeat;
}

