body {
	background: url("images/background-tile.jpg") repeat-x scroll center top #454444;
	margin: 100px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
}

img {
	border: 0;	
}

a {
	color: #555;
	text-decoration: none;	
}

a:hover {
	color: #437BA0;	
}

.clear {
	clear: both;
	height: 20px;	
}

#main {
	height: 622px;
	width: 617px;
	background: url("images/top-background.jpg") no-repeat top center #e1e1e1;
	margin: auto;
	padding: 20px 25px 13px;
	-webkit-border-bottom-right-radius: 12px;
	-webkit-border-bottom-left-radius: 12px;
	-moz-border-radius-bottomright: 12px;
	-moz-border-radius-bottomleft: 12px;
	border-bottom-right-radius: 12px;
	border-bottom-left-radius: 12px;
}

#header {
	width: 100%;
	height: 100px;
}

#header .left {
	width: 320px;
	height: 100%;
	float: left;
	padding: 65px 0 0 40px;
}

#header .right {
	width: 210px;
	float: left;
	height: 100%;
	padding: 80px 0 0 40px;
	line-height: 40px;
	font-size: 20px;
	color: #555;
}

#content {
	width: 100%;
	font-size: 20px;
	color: #555;
	height: 395px;
}

#content .left {
	width: 283px;
	margin-top: 15px;
	margin-left: 40px;
	float: left;
}

#content .right {
	width: 270px;
	float: left;
	margin-top: 15px;
	margin-left: 20px;
}

#content img {
	vertical-align: -22px;
}

#footer {
	width: 200px;
	margin: auto;
}