* {
	margin: 0;
	padding: 0;
}

body {
	background: url(body.gif) repeat-x;
	text-align: center;
}
	a {
		color: #09C;
	}
	a:hover {
		text-decoration: none;
	}

#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 820px;
}

/* header styles */

#header {
	background: url(header.gif) no-repeat;
	height: 100px;
	padding: 10px 20px 0 20px;
	position: relative;
	width: 780px;
}
	#header form {
		position: absolute;
		right: 20px;
		top: 10px;
	}
	#header form fieldset {
		border: 0;
	}
	#header form input {
		background: url(header-input.gif);
		border: 0;
		color: #666;
		font: normal 12px Arial, sans-serif;
		height: 17px;
		padding: 3px 0 0 26px;
		position: absolute;
		right: 0;
		top: 0;
		width: 194px;
	}

	#header h1 {
		left: 26px;
		position: absolute;
		top: 58px;
	}
	#header h1 a {
		background: url(header-h1.gif);
		display: block;
		height: 47px;
		overflow: hidden;
		text-indent: -1000px;
		width: 255px;
	}
	#header h2 {
		color: #666;
		float: left;
		font: italic normal 12px Arial, sans-serif;
		margin-top: 3px;
		text-indent: 6px;
	}

	#header ul {
		color: #000;
		font: normal 12px Arial, sans-serif;
		margin-top: 3px;
		position: absolute;
		right: 240px;
		top: 10px;
	}
	#header ul li {
		float: left;
		list-style: none;
		margin-right: 30px;
	}
	#header ul strong {
		font-weight: normal;
	}

/* body styles */

#body {
	margin-bottom: 10px;
	overflow: hidden;
	width: 820px;
}
	#body em,
	#body .highlight {
		color: #C10;
		font-style: normal;
	}
	
	#body .error {
		border-color: #C10;
		color: #C10;
	}

	#body h1,
	#body h2 {
		font: normal 14px/18px Arial, sans-serif;
		text-transform: capitalize;
	}
	#body h2 {
		color: #C10;
	}
	#body h3 {
		font: normal 12px/16px Arial, sans-serif;
	}

	#body p {
		color: #333;
		font: normal 12px/16px Arial, sans-serif;
		text-indent: 10px;
	}

	#body strong {
		color: #000;
		font-weight: normal;
	}
	
	#body ul {
		color: #333;
		font: normal 12px/16px Arial, sans-serif;
	}
	#body ul li {
		list-style: none;
	}

#banner {
	background: #FFC400 url(banner.gif);
	height: 80px;
	padding-left: 26px;
	position: relative;
	width: 794px;
}
	#banner #features {
		position: relative;
	}
	
	#banner h3,
	#banner p {
		float: left;
		font: normal 14px/80px Arial, sans-serif;
		margin-right: 10px;
		text-indent: 0;
	}
	#banner h3:after {
		content: '...';
	}

	#banner strong a {
		background: url(banner-a.gif);
		color: #000;
		display: block;
		height: 40px;
		line-height: 40px;
		right: 20px;
		position: absolute;
		text-align: center;
		text-decoration: none;
		top: 20px;
		width: 220px;
	}
	#banner strong a:hover {
		background-position: 0 100%;
	}

#main {
	float: left;
	padding-left: 10px;
	width: 560px;
}
	#main blockquote {
		margin-bottom: -10px;
	}
	#main cite {
		color: #666;
		font-style: normal;	
		margin-left: -10px;
	}
	#main cite:before {
		content: '– ';	
	}
	#main form button {
		background: #E5E5E5 url(main-button.gif);
		border: 0;
		cursor: pointer;
		font: normal 12px/30px Arial, sans-serif;
		height: 30px;
		margin-left: 260px;
		text-align: center;
		width: 220px;
	}
	#main form button:hover {
		background: #09C url(main-button.gif) 0 100%;
	}
	#main form div {
		clear: both;
		margin-bottom: 10px;
		overflow: hidden;
	}
	#main form input,
	#main form textarea {
		border-color: #ACACAC #C4C4C4 #D5D5D5 #C4C4C4;
		border-style: solid;
		border-width: 1px;
		float: left;
		font: normal 12px Arial, sans-serif;
		padding-left: 2px;
		width: 286px;
	}
	#main form input:focus,
	#main form textarea:focus {
		border-color: #09C;
	}
	#main form input {
		background: url(main-input.gif);
		padding-top: 2px;
		height: 18px;
	}
	#main form label,
	#main form span.error {
		float: left;
		font: normal 12px Arial, sans-serif;
		margin-right: 10px;
		padding-top: 3px;
		text-align: right;
		width: 250px;
	}
	#main form label span {
		color: #C10;
	}
	#main form textarea {
		background: url(main-textarea.gif);
		line-height: 16px;
		height: 148px;
	}

	#main h1,
	#main h2,
	#main p {
		margin: 10px;
	}
	
#sidebar {
	background: #E5E5E5 url(sidebar.gif) repeat-y;
	float: left;
	position: relative;
	width: 240px;
}
	#sidebar div {
		background: url(sidebar-div.gif) no-repeat 0 100%;
		padding: 50px 10px 20px 10px;
	}
	
	#sidebar h3 {
		background: url(sidebar-h3.gif) no-repeat;
		height: 50px;
		left: 0;
		line-height: 30px;
		position: absolute;
		text-indent: 10px;
		top: 0;
		width: 240px;
	}
	
	#sidebar p {
		color: #666;
		margin-bottom: 10px;
	}

	#sidebar ul {
		color: #666;
	}
	#sidebar ul li {
		background: url(sidebar-li.gif) no-repeat 0 7px;
		margin-bottom: 10px;
		padding-left: 10px;
	}

/* footer styles */

#footer {
	background: #CCC url(footer.gif);
	height: 40px;
	padding: 0 20px;
	width: 780px;
}
	#footer.snap {
		bottom: 0;
		left: 50%;
		margin-left: -410px;
		position: absolute;
	}
	#footer .copyright {
		float: left;
	}
	
	#footer .technology {
		float: right;
	}
	#footer .technology * {
		float: left;
	}
	
	#footer a {
		color: #000;
	}
	#footer a:hover {
		color: #09C;
	}
	
	#footer em {
		font-style: normal;
	}
	
	#footer p,
	#footer ul {
		color: #666;
		font: normal 12px/40px Arial, sans-serif;
	}
	
	#footer ul li {
		list-style: none;
		margin-left: 5px;
	}