@charset "utf-8";
/* CSS Document */
body {
	margin:0px;
	background-color: #CCCCCC;
}

#header {
	background-image: url(../images/headerbg.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 52px;
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 30px;
	padding-left: 30px;
}

#header img {
	float:left;
	position: relative;
}

#header .google{
	float: right;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#content {
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 30px;
	padding-left: 30px;
	text-align: center;
	margin-top: 100px;
}

#content img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

