html, body {
	width: 100%;
	padding: 20px 0px 20px 0px;
	margin: 0px; }

#main {
	width: 600px;
	margin-left: auto;
	margin-right: auto; }

#top {
	width: 600px;
	height: 75px; }

#top_left {
	width: 300px;
	height: 100%;
	float: left;
	background-image: url('img/left.jpg'); }

#logo {
	position: relative;
	top: -5px;
	left: -10px;
	height: 65px; }

#top_right {
	width: 300px;
	height: 100%;
	float: right;
	background-image: url('img/right.jpg');
	font-family: arial;
	font-size: 12px;
	color: #FFFFFF; }

#content {
	width: 600px;
	background-color: #FFFFFF; }

#prev_w {
	padding: 20px 25px 20px 25px;
	border-width: 0px 4px 0px 4px;
	border-style: solid;
	border-color: #DEDEDE;
	text-align: justify;
	line-height: 1.5;
	font-family: arial;
	font-size: 12px; }

#previews {
	border-width: 0px;
	width: 100%; }

#previews img {
	border-width: 0px; }

#bottom {
	width: 600px;
	height: 40px;
	background-image: url('img/bottom.jpg'); }

#copy {
	position: relative;
	top: 12px;
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-family: arial;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 1px;
	color: #FFFFFF; }	

#contact {
	width: 600px;
	height: 40px;
	padding-top: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	line-height: 1.5;
	font-family: arial;
	font-size: 12px;
	color: #000000; }

a {
	color: #1F74A6; }