body, body * {
	margin: 0px;
	padding: 0px;
}
body {
	font: small Tahoma, Arial, Helvetica, sans-serif;
	color: #333333;
	background: #223C3A;
	text-align: center;
	padding: 0 0 50px 0;
}
html>body {
	font-size: 12px;
}
h2,
p,
dl,
#preview {
	margin: 0 0 1em 0;
}
h2 {
	font-size: 1.25em;
	font-weight: bold;
	color: #488681;
}
p {
	line-height: 1.5em;
}
dt {
	margin: 0.5em 0em;
	font-weight: bold;
}
dd {
	margin: 0.5em 2em;
}
ul, ol {
	margin: 0 0.5em 1em 0.5em;
	list-style: square inside;
}
li {
	margin: 0.5em 0;
}
h2.ie {
	color: #86484D;
}
p.ie {
	color: #765656;
}
#main a:link,
#main a:visited {
	color: #3D8A82;
	background: #FFFFF5;
}
#main a:active,
#main a:hover {
	color: #FF3629;
	background: #FFF2D1;
}
#container {
	margin: 50px auto;
	text-align: left;
	background: #FFFFFF url(/images/footer.png) no-repeat 0px bottom;
	width: 800px;
	padding: 0px 0px 30px;
}
#header {
	background: url(/images/header.png) no-repeat 0px 0px;
	height: 170px;
	width: 800px;
}
h1 a {
	display: block;
	width: 425px;
	height: 90px;
	text-indent: -90000px;
	position: relative;
	left: 15px;
	top: 25px;
}
#main {
	padding: 10px;
	overflow: hidden;
	height: 100%;
}
#left {
	padding: 5px;
	width: 200px;
	float: left;
}
#right {
	margin: 0 0 0 220px;
}
#thumbs {
	overflow: hidden;
	height: 100%;
}
#thumbs .design {
	float: left;
	margin: 5px;
}
#thumbs .design a {
	display: block;
	width: 170px;
	line-height:250px;
	text-align: center;
	height: 250px;
	border: solid 1px #488681;
}
#thumbs .design a img {
	vertical-align: middle;
	border: none;
	margin: 5px 0;
}
#preview {
	border: solid 1px #FFDCAE;
	background: #FFFFF5;
	padding: 10px;
	text-align: center;
}
#footer {
	margin: 0 auto;
	width: 800px;
	color: #5BA7A1;
}
#footer p {
	margin: 0px;
}
#footer a {
	color: #5BA7A1;
}
#ga2 {
	text-align: center;
	margin: 50px auto 0px;
	width: 800px;
}
