@charset "utf-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #4f4f4f;
}

body {
	background: #dfe6ff url(../images/header.png) 0px 40px repeat-x;
}

a img {
	border: none;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	display: block;
}

#mainNav {
	width: 100%;
	height: 20px;
	padding: 10px 10px;
}

#header {
	width: 100%;
	height: 120px;
	padding: 0 10px;
}

#content {
	width: 100%;
}

.designSample {
	width: 320px;
	height: 360px;
	float: left;
}

.designSample p {
	padding: 0 10px;
	font-size: 9px;
	text-align: center;
}

.shadowLeft {
	width: 10px;
	height: 300px;
	float: left;
	background: url(../images/shadowLeft.png);
}

.shadowRight {
	width: 10px;
	height: 300px;
	float: left;
	background: url(../images/shadowRight.png);
}

.shadowBottom {
	width: 320px;
	height: 20px;
	float: left;
	background: url(../images/shadowBottom.png);
}

.designImage {
	width: 300px;
	height: 300px;
	float: left;
}
	