body {
	font-size: 11px;
	font-family: Arial;
	color: #fff;
}
.wrapper {
	width: 660px;
	background-color: #ddd;
	float: right;
}
#wrapHome {
	float: none;
	margin: 20px auto;	
}
#outerWrapper {
	margin: 20px auto;	
	width: 750px;
}
#header {
	background-color: #545454;
}
#logo {
	float: left;
}
#address {
	float: right;
	text-align: right;
	padding: 10px;
	line-height: 12px;
}
span {
	font-weight: bold;
}
.clear {
	clear: both;
}
#frontImage {
	width: 660px;
	height: 488px;
	background-image: url(../imagesNew/photo1.jpg);
}
#galleryImage {
	width: 660px;
	height: 495px;
	background-image: url(../imagesNew/photo2.jpg);
}
#productImage {
	width: 660px;
	height: 511px;
	background-image: url(../imagesNew/photo3.jpg);
}
h1 {
	font-size: 12px;
	font-weight: bold;
	color: #545454;
}
#blurb {
	font-size: 12px;
	color: silver;
}
a {
	text-decoration: none;
	color: silver;
}
a:hover {
	color: white;
	text-decoration: underline;
}
#selected {
	color: white;
}
ul li {
	display: inline;
}
ol li {
	list-style-type: disc;
}
#menu {
	text-align: right;
	padding: 3px;
	width: 654px;
	background-color: #ddd;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
}
#menu a {
	color: #999;
	font-weight: bold;
	font-size: 11px;
}
#menu a:hover {
	color: #0099ff;
	text-decoration: none;
}
.overText {
	width: 160px;
	background-color: #fff;
	margin-top: -180px;
	margin-left: 90px;
	padding: 30px;
	font-size: 12px;
	color: #999;
	font-weight: bold;
	line-height: 15px;
}
#galleryText {
	margin-left: 60px;
	margin-top: -220px;
	width: 200px;
}
#productText {
	margin-left: 30px;
	margin-top: -360px;
	width: 200px;
}
#contactText {
	margin-left: 425px;
	margin-top: -360px;
	background-color: transparent;
	color: #545454;
	height: 300px;
}
#galleryImages {
	float: left;
	margin-top: 139px;
}
#galleryImages a {
	border: 1px solid #bbb;
	display: block;
	padding: 5px 5px 5px 5px;
}
html>body #galleryImages a {
	padding: 5px 5px 3px 5px;

}
#galleryImages a:hover {
	border: 1px solid #0099ff;
	background-color: #eee;
}
#footer {
	padding: 10px;
	text-align: right;
	color: #545454;
	border-top: 2px solid #fff;
}
#footer a {
	color: #0099ff;
}
