body {
	margin: 0 0 0 0;
	background-color: #000;
}

#preload {
width: 0;
height: 0;
display: inline;
background-image: url(../global/nav2.gif);
}

#header {
width: 100%;
height: 88px;
margin: 0;
background-color: #900;
z-index: 1;
}

#menu {
position: absolute;
top: 88px;
width: 100%;
height: 40px;
margin: 0;
background-color: #ccc;
text-align: center;
z-index: 3;
background-image: url(../global/nav1.gif);
background-repeat: repeat-x;
}

#menu ul {
margin-top: 12px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
margin-bottom: 10px;
}

#menu ul li {
	display: inline;
	font-weight: bold;
}

#menu ul li a {
padding: 12px 8px;
color: #333;
text-decoration: none;
}

#menu ul li a:hover {
background: url(../global/nav2.gif) repeat-x;
color: #eee;
text-decoration: none;
padding: 12px 8px;
}

#main {
position: absolute;
top: 128px;
width: 100%;
padding-top: 10px;
}

#content {
margin: 0 10px 10px;
padding: 0 10px 0 20px;
color: #fff;
line-height: 1.7em;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
#content a {
color: #f00;
font-weight: bold;
}
#content a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #333;
	font-weight: bold;
}

#content p {
	padding-bottom: 5px;
}
#content ul {
	list-style-type: disc;
	line-height: normal;
	color: #900;
}

.buy {
	display: block;
	width: 80px;
	border: 1px solid #999;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	font-weight: bold;
	text-align: center;
	padding: 6px;
	background-color: #eee;
	background-image: url(../assets/grd3.gif);
	background-repeat: repeat-x;
	margin-top: 5px;
}
.buy:hover {
	background-image: url(../assets/grd4.gif);
	background-repeat: repeat-x;
	background-color: #fff;
	border: 1px solid #ccc;
}

blockquote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #eee;
	padding-left: 30px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #666;
	font-size: 14px;
	font-weight: bold;
}
td {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: normal;
color: #fff;
}
.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	line-height: normal;
}

h1 {
color: #ddd;
font-family: "Times New Roman", Times, serif;
margin-top: 0px;
font-size: 20px;
}

h2 {
color: #f00;
font-size: 18em;
font-family: "Times New Roman", Times, serif;
}
h3 {
font-family: "Times New Roman", Times, serif;
font-size: 18px;
font-weight: bold;
margin-top: 50px;
padding-top: 20px;
padding-left: 40px;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fc6;
}
b {
	font-weight: bold;
	color: #fff;
}
i {
	font-style: italic;
	color: #fff;
}

.center {
	text-align:center;
	margin-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;
	color: #fff;
}
.line {
	margin-right: 30%;
	margin-left: 30%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #900;
	line-height: normal;
	margin-top: 30px;
	margin-bottom: 30px;
}

#footer {
padding: 30px;
margin-top: 40px;
margin-bottom: 0px;
color: #ddd;
font-size: 11px;
font-family: Verdana, Arial, Helvetica, sans-serif;
background-image: url(../chrome/f1.gif);
background-repeat: repeat-x;
line-height: 1.6em;
background-color: #999;
list-style: none;
}

#footer a {
color: #fff;
text-decoration: none;
}

#footer a:hover {
	color: #000;
	text-decoration: none;
}

dfn {
color: #999;
}
