@charset "utf-8";
/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	border:0px;
	background-color: #430021;
	background-image: url(../images/bg2.jpg);
	background-repeat: repeat-x;
	color: #CCCCCC;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;

/* 
	OLD BG HERE
	background-color: #2f227e;
	background-image: url(/images/bg.gif);
	background-repeat: repeat-x;
*/
}
td {
	vertical-align:top;
}
strong {
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Arial Narrow", "Trebuchet MS", "Tw Cen MT Condensed", Verdana, sans-serif;
	text-transform: uppercase;
	padding:10px;
	letter-spacing: 0.2em;
	//display: inline;
}
h1 {
	font-size:  130%;
}
h2 {
	font-size:  120%;
}
h3 { 
	font-size:  110%;
}
a {	
	color:#cccccc;
	text-decoration: none;
}
a:visited, a:active {	
	color: #666;
}
a:hover {	
	color:#f0f5ed;
	text-decoration: underline;
}

li {
	font-size: 90%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	padding: 0px;
	list-style-position: inside;
}
ul {
	margin: 0px;
	padding: 0px;
}

#content {
	top:0px;
	margin:0 auto;
	text-align: left;
	width:800px;
	height:500px;
}


/* DOT LINE */
div.dotline {
    height: 5px;
	background-image: url(/images/dot_hr.gif);
	background-repeat: repeat-x;
	margin:0px 20px 0px 20px;
}
div.dotline hr{
  display: none;
}


/* BANNER */
#banner {
	margin-top:20px;
	height: 193px;
	width: 800px;
	font-size: 90%;
	color: #CCCCCC;
	text-align: center;
/*	OLD BG HERE
	background-image: url(/images/bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
*/
}	


/* LEFT CONTENT */
#leftcontent {
	position:relative;
	float:left;
	width:581px;
	top:5px;
	padding-bottom:20px;
}


/* LEFT TOP CONTENT */
#lefttop {
	background-image: url(/images/bg_dark.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-color: #001139;
	color: #ffffff;
	font-size: 90%;
	width:575px;
	border: 3px double #3F413E;
}
#lefttop h1, #lefttop h2, #lefttop h3, #lefttop h4, #lefttop h5, #lefttop h6, #lefttop p{
	color: #ffffff;
	padding-left: 10px;
	padding-right:10px;
}
#lefttop a, #lefttop a:link, #lefttop a:visited, #lefttop a:active{
	color:#CC0000;
	font-weight: bold;
	text-decoration: none;
}
#lefttop a:hover{
	color:#CC0000;
	text-decoration: underline;
}


/* LEFTBOTTOM CONTENT */
#leftbottom {
   	margin-top: 5px;
	margin-right: 10px;
	font-size: 80%;

}
#leftbottom p {
	text-align:right;
	color: #CCCCCC;
}
#leftbottom a, #leftbottom a:visited, #leftbottom a:active {
	text-decoration: none;
	color: #CCCCCC;
}
#leftbottom a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}


/* RIGHT CONTENT */
#rightcontent {
	float:left;
	position:relative;
	left:5px;
	width:214px;	
	font-size:80%;
	padding-bottom:20px;
}
#rightcontent .metal {
	background-image: url(/images/bg_chrome.gif);
	background-position:top left;
	background-repeat:no-repeat;
	background-color: #3F413E;
	color: #ffffff;
	margin-top: 5px;
}
#rightcontent .stars {
	background-image: url(/images/bg_stars.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	background-color: #3F413E;
	color: #ffffff;
	margin-top: 5px;
}
#rightcontent a, #rightcontent a:link, #rightcontent a:visited, #rightcontent a:active{
	color:#bacbff;
	font-weight: bold;
	text-decoration: none;
}
#rightcontent a:hover{
	color:#ffffff;
	text-decoration: underline;
}
#rightcontent h1, #rightcontent h2, #rightcontent h3, #rightcontent h4, #rightcontent h5, #rightcontent h6, #rightcontent td, #rightcontent p{
	color: #ffffff;
	padding-left: 10px;
}


