@charset  "utf-8";

/* 	Sassy's Satellite CSS
	Copyright (c) 2005 Dan Roesser. All rights reserved.
	(Only the design of this page is copyrighted because copyrighting code is like copyrighting math) 
	Last updated: 8/28/05 */

/* top.php CSS */
body
{
	margin: 0px 0px 0px 0px;
	text-align: center;
	background-color: #FFFFFF;
}

a:link, a:visited, a:active
{
	color: #990000;
	text-decoration: none;
}

a:hover { text-decoration: underline; }

/* #Box div used to center page */
#Box
{
	border: 1px dotted #FFFFFF;
	width: 650px;
	height: auto;
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: left;
}

#logo
{
	float: left;
}

#logo-type
{
	margin-left: 20px;
	float: left;
}

/* #info CSS */
#info
{
	margin-top: 27px;
	float: left;
	width: 200px;
}

#info li
{
	list-style: none;
	line-height: 24px;
}

.info-reg
{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

/* index.php CSS */
#ebay
{
	border-left-style: solid;
	border-right-style: solid;
	border-top-style: solid;
	padding-top: 15px;
	height: 50px;
	border-color: #bfbfbf;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	text-align: center;
	float: left;
	width: 100px;
}

#main
{
	float: left;
	width: 650px;
}

/* bottom.php CSS */
#address
{
	float: left;
	margin-top: 20px;
	text-align: center;
	font: 12px/24px Georgia, "Times New Roman", Times, serif;
	color: #666666;
	height: auto;
	width: 650px;
}
#top
{
	padding: 20px;
	height: auto;
}
#yotd
{
	text-align: center;
	padding: 8px;
	width: 400px;
	border-left-width: 1px;
	border-bottom-width: 0px;
	border-right-width: 1px;
	border-top-width: 1px;
	margin-left: 10px;
	height: 49px;
	border-color: #bfbfbf;
	border-style: solid;
	float: left;
}
#navbar
{
	margin-top: 25px;
	float: left;
}
#itshere
{
	float: left;
	margin-left: 25px;
}
#yotd-logo
{
	margin-left: 10px;
	float: left;
}
