body {
	background: url('images/bg-bar.jpg') #f0f0f0 repeat-x;
	margin: 100px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
}

img {
	border: 0;	
}

a {
	color: #555;
	text-decoration: none;	
}

a:hover {
	color: #ed6622;	
}

.clear {
	clear: both;
	height: 20px;	
}

#main {
	margin: auto;
	height: 622px;
	width: 647px;
	background: url('images/bg.jpg');	
}

#header {
	width: 100%;
	height: 100px;
}

#header .left {
	width: 320px;
	height: 100%;
	float: left;
	padding: 65px 0 0 40px;
}

#header .right {
	width: 247px;
	float: left;
	height: 100%;
	padding: 80px 0 0 40px;
	line-height: 30px;
	font-size: 20px;
	color: #555;
}

#content {
	width: 100%;
	font-size: 20px;
	color: #555;
	height: 395px;
}

#content .left {
	width: 283px;
	margin-left: 40px;
	float: left;
}

#content .right {
	width: 303px;
	float: left;
	margin-left: 20px;
}

#content img {
	vertical-align: -22px;
}

#footer {
	width: 200px;
	margin: auto;
}