body {
	FONT-SIZE: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-left: 0px;
}
a {
	font-size: 10pt;
	color: blue;
    font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
a:hover {
	text-decoration:none;
}
h1 {
    FONT-SIZE: 24pt;
    COLOR: #000066;
    FONT-FAMILY: Georgia, 'Times New Roman';
	font-weight: normal;
}
h2 {
    FONT-SIZE: 16pt;
    font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;	
}
h3 {
    FONT-WEIGHT: bold;
    FONT-SIZE: 12pt;
    font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 2px; 
}
h4 {
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    font-family: Arial, Helvetica, sans-serif;
}
.sepbar {
    font-weight: bold;
    font-size: 12pt;
    font-family: Arial, Helvetica, sans-serif;
	color: #FFFF00;
	line-height: 24pt;
}
a.sepbar {
    font-weight: bold;
    font-size: 12pt;
    font-family: Arial, Helvetica, sans-serif;
	color: #FFFF00;
	line-height: 24pt;
	text-decoration: none;
}
a.sepbar:hover {
    font-weight: bold;
    font-size: 12pt;
    font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	line-height: 24pt;
	text-decoration: none;
}

/* Jeremys Changes */
img {
	border:none;
}
.bg {
	background-image:url(/images/more/SeparatorBar_04.jpg);
	background-repeat: repeat-x;
	width: 450px;
	text-align: center;
	vertical-align: top;
	height: 38px;
}

/* buttons */

.about {
	background-image:url(/images/buttons/site_template_08.jpg);
	width:86px;
	height:28px;
	display: block;
	float:left;
}
.about:hover {
	background-image:url(/images/buttons/site_template_08-over.jpg);
}

.sale {
	background-image:url(/images/buttons/site_template_10.jpg);
	width:91px;
	height:28px;
	display: block;
	float:left;
}
.sale:hover {
	background-image:url(/images/buttons/site_template_10-over.jpg);
}

.spook {
	background-image:url(/images/buttons/site_template_12.jpg);
	width:120px;
	height:28px;
	display: block;
	float:left;
}
.spook:hover {
	background-image:url(/images/buttons/site_template_12-over.jpg);
}

.tinsel {
	background-image:url(/images/buttons/site_template_14.jpg);
	width:96px;
	height:28px;
	display: block;
	float:left;
}
.tinsel:hover {
	background-image:url(/images/buttons/site_template_14-over.jpg);
}

.sonny {
	background-image:url(/images/buttons/site_template_16.jpg);
	width:89px;
	height:28px;
	display: block;
	float:left;
}
.sonny:hover {
	background-image:url(/images/buttons/site_template_16-over.jpg);
}

.more {
	background-image:url(/images/buttons/site_template_18.jpg);
	width:60px;
	height:28px;
	display: block;
	float:left;
}
.more:hover {
	background-image:url(/images/buttons/site_template_18-over.jpg);
}
/* end buttons */

.left {
	float:left;
}
.leftRel {
	float:left;
	position:relative;
}
.textRight {
	text-align:right;
	vertical-align: top;
}
.textCenter {
	text-align:center;
}
.textLeft {
	text-align:left;
}
.footer {
	width:780px;
	padding-left:20px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000000;
	padding-top: 12px;
}
