body {
	background: url('images/bg-bar.jpg') #f0f0f0 repeat-x;
	margin: 20px 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;
	width: 855px;
	height: 600px;
	background: url('images/bg.png');	
}

#header {
	width: 100%;
	height: 100px;
}

#header .left {
	width: 320px;
	height: 100%;
	float: left;
	padding: 25px 0 0 40px;
}

#header .right {
	width: 320px;
	float: left;
	height: 100%;
	padding: 20px 0 0 150px;
	line-height: 30px;
	font-size: 20px;
	color: #555;
}

#content {
	width: 100%;
	font-size: 20px;
	color: #555;
	height: 420px;
}

#content .left {
	width: 420px; 
	margin-left: 60px;
	float: left;
}

#content .right {
	width: 320px;
	float: left;
	margin-left: 20px;
}

#content img {
	vertical-align: -20px;
}

#footer {
	width: 225px;
	margin: auto;
	padding: 0px 0 0 60px;
}