body {
	background-color: #FFFFFF; 
	margin: 0px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida", sans-serif;
	font-size: 10px;
	}
	
a {
	color: #656565;
	font-size: 1.0em;
	text-decoration: none;
	}
	
A:hover {
	border-bottom: #ffc676 1px solid;
	background-color: #fff8eb;
	}
	
.bodyText {
	font-size: 1.2em;
	line-height: 1.2em;
	color: #636363;
	}

p {
	font-size: 0.8em;
	color: #313131;
	line-height: 1.5;
	font-weight: normal;
	}	
	
h1 {
	font-size: 1.9em;
	color: #B20000;
	font-family: "Century Gothic";
	font-weight: normal;
	}
h2 {
	font-family: "Century Gothic";
	font-size: 1.0em;
	text-transform:uppercase;
	padding-top: 10px;
	padding-bottom: 3px;
	font-color: #313131;
	}
	
/* ID Styles */
	
#navigation {
	font-size: .7em;
	color: #ccc;
	letter-spacing: .2em;
	font-weight: bold;
	background: url(/images/red.jpg) repeat-y;
	text-align: center;	
	}
#navigation a {
	color: #e1e1e1;
	text-decoration: none;
	}	
#navigation a:hover {
	color: #DD3333;
	text-decoration: underline;
	}

#orderbox {
	padding: 15px;
	text-align: left;
	}
#footer {
	font-size: .6em;
	color: #ccc;
	letter-spacing: .4em;
	background: url(/images/red.jpg) repeat-y;
	text-align: center;
	}
#footer a {
	color: #e1e1e1;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #DD3333;
	text-decoration: underline;
	}	

#padding {
	padding:20px 10px 20px 10px;
	}
	
.article {
	padding-right: 5px
	}
.article p {
	margin-bottom: 1.5em; line-height: 175%;
	color: #313131
	}
.article p em {
	color: #313131
	}
.article a:link {
	border-bottom: #774841 1px dotted;
	}
.article a:visited {
	color: #ae594c; border-bottom: #774841 1px dotted;
	}
.article a:hover {
	color: #e45a49; border-bottom: #e45a49 1px solid; background-color: #293838;
	}
.article ul {
	clear: both; background: url(/images/dotted-line.gif) repeat-x left bottom; margin: 1.5em 0px; font-size: 0.8em; font-weight: normal;
	}
.article ul li {
	list-style-type: none; padding-right: 0px; padding-left: 20px; background: url(/images/bg-list.gif) no-repeat; padding-bottom: 3px; color: #313131; padding-top: 3px;
	}
.quote {
	font-size: 0.9em;
	line-height: normal;
	background-color: #eee;
	color: #636363;
	}
.credit {
	font-size: 0.6em;
	color: #636363;
	text-shadow: black 0.5em 1.5em 1.5em;
	}	
.red {
	color:#A02C28;
	text-transform:uppercase;
	font-weight: bold;
	}
.redstrike { color:#A02C28;
	text-decoration: line-through;
	}
.graybold {
	color:#333333;
	font-weight: bold;	
	}
strong{
	color:#FF9900;
	font-size: 1.1em;	
	font-weight: bold;	
	}
strong a{
	color:#A7571D;	
	text-decoration:underline;	
	}
strong a:hover{
	color:#A7571D;	
	text-decoration:none;	
	}

form {
	margin:0;	
	padding:0;	
	}



