* {
	margin: 0;
	padding: 0;
	border: 0;
}

html {
	width: 100%;
	height: 100%;

	overflow: scroll;
	overflow-x: auto;
}

body {
	width: 100%;
	height: 100%;
	
	font-family: "Arial CE", "Arial", "Helvetica", sans-serif;
	font-size: 12px;

	text-align: center;

	color: #000;
	
	background-image: url('../images/layout/body-bg.jpg');
	background-position: left top;
	background-repeat: repeat-x;	
	
	background-color: #e7e8e7;
}

#frame {
	width: 100%;
	height: 100%;
	
	background-image: url('../images/layout/frame-bg.jpg');
	background-position: center top;
	background-repeat: no-repeat;
}

#wrapper {
	width: 870px;	
	_width: 869px;
	
	margin: 0px auto;
	
	text-align: left;	
}

#header {
	width: 100%;
	height: 360px;
	
	position: relative;
}

#main {
	width: 810px;
	
	padding-bottom: 10px;
	margin-left: 25px;
	
	background-color: #fff;
}

#main div.left-column {
	width: 550px;
	
	padding: 10px 10px 0px 10px;
		
	float: left;
}

#main div.right-column {
	width: 230px;
	
	float: left;
}

#footer {
	width: 810px;
	height: 20px;
	
	margin-left: 25px;
	
	position: relative;
}
