/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

body {
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #99CCFF;
	min-width:800px;
}

#wrapper {
	margin: 0px auto 10px auto;
	padding: 0px;
	width: 803px;
	background-color: #FFFFFF;
	background-image:url(/images/Spriitelees_Body_Bkg.gif);
	background-repeat:repeat-y;
}

/* Header Styles */
#header {
	width: 803px;
}
/* End Header Styles */

/* Body Styles */
#content {
	width: 585px;
	padding-bottom:20px;
	padding-left:20px;
	padding-right:5px;
	margin-bottom:35px;
	float:right;
}

#content p {
	padding-top:9px;
	padding-bottom:10px;
	font-size:1.15em;
	line-height:1.1em;
}

#content a {
	color:#F40000;
	text-decoration:underline;
}

#content a:hover {
	color:#000000;
}
#content3 {
	width: 585px;
	padding-bottom:20px;
	padding-left:20px;
	padding-right:5px;
	margin-bottom:35px;
	float:right;
}

#content3 p {
	padding-top:9px;
	padding-bottom:10px;
	font-size:1.3em;
	line-height:1.1em;
}

#content3 a {
	color:#F40000;
	text-decoration:underline;
}

#content3 a:hover {
	color:#000000;
}
#content3 ul {
	font-size: 1.3em;
}
h2 {
	color:#F40000;
	padding:1px;
	font-size:1.2em;
}

h3 {
	padding:1px;
	font-size:1em;
}

#leftnav {
	float:left;
	width:187px;
	color:#F40000;
	font-size:1.6em;
	font-weight:bold;
	font-family: "Times New Roman", Times, serif;
}

#leftnav ul {
	list-style-type: none;
	margin-top: 5px;
	margin-left: 20px;
}

#leftnav li {
	padding-bottom:8px;
}

#leftnav a {
	color:#F40000;
	text-decoration:none;
}

#leftnav a:hover {
	color:#000000;
	text-decoration:none;
}

#rightside {
	width:246px;
	float:right;
	margin-right:3px;
	text-align:center;
	line-height:1.5em;
}

#rightside a{
	color:#000000;
}

#rightside a:hover{
	color:#F40000;
}

#main {
	float:left;
	width:320px;
	padding:0px 5px 10px 15px;
}

#maink {
	float:left;
	width:280px;
	padding:0px 5px 10px 15px;
}

#right {
	float:right;
	width:195px;
	margin-top:30px;
    text-align:center;
}

#rightk {
	float:right;
	width:250px;
	margin-top:0px;
    text-align:center;
}
.title {
	font-size:1.8em;
	font-weight:bold;
	margin-bottom:8px;
}
/* End Body Styles */

/* Footer Styles */
#footernav {
	width:803px;
	background-color: #99CCFF;
	text-align:center;
	clear:both;
}

#footernav p {
	font-size:1em;
	color: #FFFFFF;
}

#footernav a {
	color:#FFFFFF;
	text-decoration:none;
}

#footernav a:hover {
	color: #CCCCCC;
	text-decoration:underline;
}

/* Second Footer Styles */
#footerdisc {
	background-color: #99CCFF;
	width:803px;
	padding-top:3px;
}

#footerdisc p{
	color: #F40000;
	padding:5px auto 10px auto;
}

#footerdisc a{
	color: #F40000;
	text-decoration:none;
}

#footerdisc a:hover {
	color: #000000;
	text-decoration:underline;
}

.footimgleft {
	margin:0px 9px -12px 0px;
}

.footimgright {
	margin:0px 0px -12px 9px;
}
/* End Footer Styles */

/* Misc Styles */
.buybutton {
	margin-left:81px;
}
	
.quote {
	background: #FFFFFF;
	margin: 7px;
	padding: 5px;
	border: 1px dashed #FF0000;
}