/* Hello and welcome to my style sheet! */

/* Text Standards */

BODY {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	}	

H1 {font-size: 1.8em;text-align: left;}
H2 {font-size: 1.55em;text-align: left;}
H3 {font-size: 1.25em;text-align: left; margin: 9px 0px 0px 0px;}

H4 {font-size: 1.8em;text-align: center; margin-top:5px;}

a {	text-decoration: underline; color: #ff0099; }	
a:hover { text-decoration: underline; color: #99CC00; }	

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.4em;
	text-align: left;
	color: #000;
	}
	
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.35em;
	color: #000;
	}	
	
.small {
	font-family: Verdana;
	font-size: 0.85em;
	}
	

/* Site Structure */

#wrapper {
	width: 630px;
	height: auto;
	border: 1px black solid;
	background-color: #FFF;
	}

#header {
	width: 630px;
	height: 90px;
	margin: 0px;
	}		
	
#nav {
	width: 630px;
	height: 40px;
	margin: 0px;
	}		
	
#mid {
	width: 630px;
	height: auto;
	margin: 0px;	
	background-color: #FFF;
	border: 0px red solid;
	}	
	
#midSection {
	width: 570px;
	height: auto;
	margin: 0px;
	padding-left: 10px;
	padding-right: 10px;	
	border: 0px red solid;
	}		
	
#footer {
	width: 630px;
	height: 43px;
	}	
		
	

/* Gallery Styles */
	
#GalleryNav {
	width: 150px;
	height: 100%;
	margin: 0px;
	float: left;
	border-right: 1px black dotted;
	background-color: #99CCFF;	
	}		
	
#GalleryNav ul {
	list-style-type: none;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	padding: 0px;
	border: 0px red solid;
	margin: 5px 0px 10px 16px;
	}	
	
#GalleryNav ul a {
	color: #000;
	}	

#GalleryNav ul a:hover {
	color: #0066CC;
	}		
	
#GalleryNav .active {
	color: #0066CC;
	}		
	
#Gallery, #GallerySticker {
	width: 479px;
	float: right;
	border: 0px pink solid;
	}		
	
#Gallery p {
	margin: 0px 13px 10px 13px;
	min-height: 50px; 
	}	
	
	
#Gallery H1 {
	font-size: 1.8em;
	text-align: center; 
	margin-top:5px;
	}		
	
#Gallery img {
	float: left;
	}	
	
	
#GallerySticker p {
	margin: 0px 13px 10px 13px;	
	}	
	
#GallerySticker img {
	text-align: center;
	}		

#GallerySticker H2 {
	margin: 5px 0px 7px 13px;	
	}				
	
	
	
	
.imgBor { border: 1px black dashed; margin-left: 11px; margin-bottom:10; }		
.textCenter { text-align: center; }	
.home {margin: 0px 0px -9px 0px; }	
.red { color: red; }	



#HideLink {	border:0px red solid; }	
#HideLink a { color: white;text-decoration:none; }	



#AuctionAds	{
 	width: 140px;
 	height: auto;
	position: absolute;
	z-index: 1;
	display: inline;
	margin-top: 145px;
	margin-left: 145px;
	padding: 0px;
	border: 0px red solid;
	}	
	
	
#AuctionAdsGallery	{
 	width: 180px;
 	height: auto;
	position: absolute;
	z-index: 1;
	display: inline;
	margin-top: 110px;
	margin-left: 295px;
	padding: 0px;
	border: 0px red solid;
	}	
	
	
	
/* Retro Stuff4Sale Page */
	
.buy {
	float: left;	
	width: 405px;
	height: 114px;
	border: 1px black solid;
	margin-bottom: 3px;
	background-color: #99CCFF;
	}	
	
	
.buy H3 {
	margin: 5px;
	padding: 0px;
	}		
	
.buy H2 {
	margin: 0px;
	padding: 0px;
	}	
	
.price {
	font-size:3.2em;
	margin: 0px 0px 0px 80px; padding:0px;	
	}
	
	
	
	
	
	
	
		
/* Goodbye! */

	
	
	
	
	
	
	

