@charset "UTF-8";
/* CSS Document */

body {
font-family:Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #DED5A1; /*#108799;*/
	text-align: center;
	padding-top: 10px;
	padding-bottom: 25px;}
	
/* saves you from the "centering jump" on short pages */
html, body {
	margin-bottom: 1px;}
	
/* Typography */
p {font-size: 12px; color: #000000; margin-top: 0px; margin-bottom: 0px;}
h1 {font-size:110%; color: #cd2235; font-weight: bold; margin-top: 0px; margin-bottom: 0px;}
h2 {font-size:110%; color: #4b0052; font-weight: bold; margin-top: 0px; margin-bottom: 0px;}
h3 {font-size:90%; color: #cd2235; font-weight: bold; margin-top: 0px; margin-bottom: 0px;}
h4 {font-size:90%; color: #4b0052; font-weight: bold; margin-top: 0px; margin-bottom: 0px;}
h5 {font-size:100%; color: #4b0052; font-weight: bold; margin-top: 0px; margin-bottom: 0px;}
h6 {font-size:100%; color: #fff; font-weight: bold; display: block; background-color: #cd2235; margin-top: 0px; margin-bottom: 0px;}

/* Links */
a:link {color: #cd2235; text-decoration: none;}
a:visited {color: #4b0052; text-decoration: none;}
a:hover {color: #4b0052; text-decoration: underline;}
a:active {color: #4b0052; text-decoration: underline;}

.footer {color: #fff; font-size: 70%; line-height: 120%;}
.footer a:link {color: #fff; text-decoration: none;}
.footer a:visited {color: #fff; text-decoration: none;}
.footer a:hover {color: #fff; text-decoration: underline;}
.footer a:active {color: #fff; text-decoration: underline;}

.rightnav {color: #fff; font-size: 75%; line-height: 130%;}
.rightnav a:link {color: #fff; text-decoration: none;}
.rightnav a:visited {color: #fff; text-decoration: none;}
.rightnav a:hover {color: #fff; text-decoration: underline;}
.rightnav a:active {color: #fff; text-decoration: underline;}

.bread a:link {color: #333333; text-decoration: none;}
.bread a:visited {color: #333333; text-decoration: none;}
.bread a:hover {color: #333333; text-decoration: underline;}
.bread a:active {color: #333333; text-decoration: underline;}

.top a:link {text-decoration: none;}
.top a:visited {text-decoration: none;}
.top a:hover {text-decoration: none;}
.top a:active {text-decoration: none;}

a img {border: none; } /*to eliminate browser-added borders on linked images */

/* Boxes ;-) */
#toplink
{width: 765px;
height: 13px;
background-color: #DED5A1;
color: #ffffff;
margin: 0 auto 0 auto;
text-align: right;
padding-bottom: 1px;
}

#container
{width: 765px;
background-color: #42b1c2;
margin: 0 auto 0 auto;
padding-top: 0px;
border-left: 3px solid #7E776C;
border-right: 3px solid #7E776C;
border-bottom: 3px solid #7E776C;
text-align: left;}

#top
{width: 765px;
background-color: #cd2235;
border-top: 3px solid #7E776C;
text-align: left;}

#navbar 
{background-color: #4b0052;
width: 765px;
height: 30px;}	

/*Content Styles*/
#content
{
	float: left;
	width: 575px;
	padding-right: 5px;
	padding-left: 10px;
	background-color: #fff;
	color: #4b0052;
}

#bread
{background-color: #e4e4e4;
color: #333333;
width: 600px;
overflow:hidden;
padding-left: 5px;
text-align: left;
font-size: 70%;
height: 18px;}

/*.bread need to define style & link styles*/

/*SpotBoxes*/
#spotbox1
{float: left;
width: 280px;
border: solid 2px #4b0052;
background-color: #CCC;}

#spotbox2
{float: right;
width: 280px;
border: solid 2px #4b0052;
background-color: #CCC;}

.spotext
{padding-left: 3px;
padding-right: 3px;
padding-bottom: 5px;}

/*Right Column Styles*/
#rightcol
{	margin-right:0px;
	color: #fff;
	padding-right: 5px;
	padding-left: 5px;
	float: right;
	background-color: #42b1c2;
	overflow: hidden;
	width: 155px; /* end rightcol */}

/*Footer Styles*/
#footer
{clear:both;
text-align:right;
background-color: #4b0052;
color: #ffffff;
width: 761px;
height:auto;
padding-top: 2px;
padding-bottom: 2px;
padding-right: 4px;}

/* miscellaneous styles */
.brclear { 
     clear:both; 
     height:0; 
     margin:0;
     font-size: 1px;
     line-height: 0px;
}
.purpleborder {border-bottom: #4b0052 solid 1px;}
.style2 {color: #000000}
.auction {font-size: 11px;}
.redban {background-color: #cd2235; color: #fff; font-size: large; font-weight: bold; text-align:center;}

.story1{
	border: solid 2px #4b0052;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 5px;
}
.littlesmallerp {font-size: 10px}
.tag {font-size 10px; color:#4b0052; font-style:italic;}
