/* Basics */

body {
	margin: 0;
	padding: 0;
	background: #CC9900 url(http://www.yorksales.biz/artwork/bg.png) repeat-x;
	color: #333;
	font-size: 78%;
	font-family: Verdana, sans-serif;
	text-align: center;
}
p {
	font-size: 1em;
	line-height: 1.5em;
	margin: 1.2em 0;
}
ol, ul {
	font-size: 1em;
	line-height: 1.5em;
	margin: 1.2em 0 1.2em 2em;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 1.2em 0;
	font-family: Verdana, sans-serif; 
	color: #000000; 
}
h1, h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.3em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
}
a:link {
	color: #666666;
}
a:visited {
	color: #000000;
}
a:hover, a:active {
	color: #333333;
	text-decoration: none;
}
blockquote {
	margin: 0 20px;
	padding: 0.05em 20px;
	line-height: 1.5em;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	background: url(images/commentalt.gif) repeat-y;
	font-size: 0.9em;
}
code {
	color: #666;
}
input, textarea, select {
	background-color: #FFF; 
	color: #333;
	font-size: 1em;
	font-family: Verdana, sans-serif;
}
form, img {
	border: 0; 
	margin: 0; 
	padding: 0;
}

table {
	font-size: 78%;
	font-family: Verdana, sans-serif;
}

/* Layout */ 

#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	background: #FFFFFF;
	text-align: left;
}
#header {
	width: 760px;
	height: 132px;
	background: url(http://www.yorksales.biz/images/header.gif) no-repeat;
}

	/* Header styles */
	#header h1 {
		margin: 0;
		padding: 35px 0 0 40px;
		font-size: 2em;
		line-height: 40px;
	}
	#header h1 a {
		text-decoration: none;
	}
	#header p {
		margin: 0;
		padding: 5px 0 0 40px;
	}
	
#content {
	float: left;
	margin-top: 0px;
	padding: 25 50px 0px 50px;
	width: 760px;
	min-height: 480px;
	background: #FFFFFF;
	overflow: visible;
	voice-family: "\"}\""; 
	voice-family: inherit;
} 
#content h1 {
	font-size:2em;
}

html>body #content {
	width: 660px;
}
* html #content {
	overflow: hidden;
	/* For IE - don't want big images breaking the page */
}
	
#footer {
	margin: 0 0px;
	padding: 0 0px 0 0px;
	background: url(http://www.yorksales.biz/images/footer.gif) no-repeat;
	text-align: center;
}

	/* Footer styles */
	#footer p {
		margin: 0;
		padding: 0 0px;
		background-color: #999;
		font-size: 0.9em;
		font-color: #CC0000;
	}
	#footer a:link {
		color:#FFFFFF;
	}
	#footer a:hover, #footer a:active {
		color: #000000;
		text-decoration: none;
	}
