* {
	margin: 0;
	padding: 0;
}

body {
	
	margin:0 auto;
	background-color: #719CF1;
	background: url("images/backgrounds/myplanet.gif") repeat;

	font-family: Verdana, Arial, Helvetica, san-serif;
	font-size: 68%;
}
#topinfo {
	background: url("images/backgrounds/top_one.png") repeat-x;
	width: 100%;
	height: 30px;
	border: 2px solid #28A728;
	border-top: none;
	border-left: none;
	border-right: none;
	font-size: 115%;
}

#topinfo #linkwrapper {
	width: 850px;
	margin: 0 auto;
	text-align:center;
}

#topinfo #links {
	padding-top: 10px;
	
}

#topinfo a{
	color: #B35800;
	font-weight: bold;
	margin: 0 auto;
}

#topinfo a:hover{
	color: #D48816;
}

#topinfo a:visited {
	color: #743A04;
}

#wrapper {
	width: 950px;
	margin: 0 auto;
	border: 2px solid black;
	border: 1px solid #FFF;
	height: 100%;
	background-color: #FFF;
}

#masthead {
	width: 100%;
	margin-bottom: 0.3em;
	margin-top: 0.2em;
	overflow: hidden;
}

#masthead img {
	border: 0px;
	float: left;
}

#masthead h1 {
font-size: 1.5em;
}

#masthead #phrase {
width: 200px;
height: 57px;
float: right;
margin-right: 100px;
font-family: Georgia;
color: #000;
}

#content h2 {
	height: 25px;
	padding: 0.2em 0.4em 0.1em;
	font-size: 140%;
	text-decoration: none;
	background: url("images/backgrounds/content_header_one.png") repeat-x;
	color: #FFF;
	
}

.contentarea {
	background-color: #DBE6FB;
	margin-bottom: 0.7em;
	border: 1px solid #9FBCF5;
}

#column_left {
	float: left;
	width: 240px;
	height: 100%;
	margin: 0.2em 0.1em 0.2em 0.7em;
}

#column_left .searchbar {
	margin-left: 0.3em;
	
}

.searchheader {
	color: blue;
	font-size: 0.8em;
}

#beckett #searchhelp {
	font-size: 0.9em;
	margin-left: 0.3em;
}

#beckett #searchhelp h5 {
	display: inline;
	font-weight: bold;
	font-size: 0.9em;
	margin-left: 0.5em;
	margin-right: 0.3em;
}	

#ebay .ebayitem {
	padding: 0.1em;
	padding-left: 0.3em;
	margin-bottom: 0.3em;
	border-bottom: 1px dotted #FFF;
	height: 80px;

}

#ebay .ebayitem .picture {
	float: left;
	width: 80px;
}

#ebay .ebayitem .descript {
	float: right;
	width: 150px;
	
}

#ebay .ebayitem .descript h4{
	font-size: 1.1em;
}

#ebay .ebayitem .descript  a {
	text-decoration: none;
	color: #1B7FF1;
}

#ebay .ebayitem .descript .price{
	color: #AC0202;
	font-size: 110%;
}

#ebay .ebayitem .descript .timeleft{
	font-weight: bold;
}

.contactcontent {
	padding-left: 5px;
}

#column_right {
	float: left;
	margin-left: 10px;
	width: 590px;
	height: 100%;
}

.info-box {
	margin-top: 10px;
	border: 2px solid #6F72FB;
}

.info-box h3{
	display: block;
	padding-left: 10px; 
	font-weight: bold; 
	font-size: 1.3em; 
	color: #FFF; 
	background-color: #9A9CFC;
}

.info-box p {
	line-height: 1.3em; 
	padding: 0.3em
}

#top20 {
	margin: 0.2em 0.5em 0.2em 0.1em;
	
}

#top20 .image {
	width: 60px;
	height: 60px;
	margin-right: 0.2em;
	float:left;
}

#top20 h3 {
	margin-top:0.1em;
	font-size: 105%;
	font-weight: bold;
	
}

#top20 .price {
	color: #AC0202;
}

#top20 .purchase {

}



#clear {
clear: both;
}

#footer {
	clear: both;
	background-color: #0033CC;
	height: 30px;
	width: 850px;
	margin: 0 auto;
	text-align: center;
	border: 1px solid #00248F;
	border-top: #FFF;
	padding: 0.7em 0;
}

#footer #links {
	width: 200px;
	float: left;
	margin-left: 100px;
	color: #FFF;
}

#footer #links a{
	color: #FF9900;
	font-weight: bold;
}

#footer #shortcontact {
	width: 250px;
	float: right;
	text-align: left;
	color: #FFF;
}
/* **** SUB PAGE STYLES ***** */
body.subpage {
	
}
	
body.subpage h2 {
	color: #3054C5;
	font-family: Helvetica, Arial, Georgia;
	font-size: 2.5em;
}

/* **** ABOUT PAGE STYLES ***** */
#wrapper #aboutcontent {
	margin-left: 0.7em;
}

#wrapper #aboutcontent #storepic {
	float: right;
	margin-right: 1.0em;
	margin-left: 0.3em;
}

#wrapper #aboutcontent h2 {
	
}

#wrapper #aboutcontent #aboutwriteup {
	line-height: 1.5;
}

#wrapper #aboutcontent #employees {
	clear: both;
	display: none;
}
#wrapper #aboutcontent .employee {
	width: 450px;
	padding-bottom: 1.0em;
	margin-bottom: 1.0em;
	border-bottom: 2px dotted black;
}

#wrapper #aboutcontent .name {
	font-size: 2.0em;
	font-weight: bold;
}

#wrapper #aboutcontent .title {
	font-size: 2.0em;
	margin-left: 0.5em;
	color: #666;
}

#wrapper #aboutcontent .descript {
	font-size: 1.0em;
}

/* **** CONTACT PAGE STYLES ***** */
#wrapper #contact {
	text-align: left;
	padding: 0.7em;
}

#wrapper #contact h4 {
	margin-top: 0.2em;
	font-size: 120%;
}