body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	font-family: "Arial";
	background-color: #84bcd0;
	background-image: url('../images/frontend/body_bg_top.png');
	background-repeat: repeat-x;
}

/*
 * Main Container
 */

div#main {
	width: 800px;
	margin-left: auto;
	margin-right: auto;

	border-width: 0px;
	border-style: solid;
	border-color: green;
	overflow: auto;
}

div#main div#header img {
	border-width: 0px;
}

div#main div#left {
	margin-top: 13px;
	float: left;
	vertical-align: top;
	padding-left: 20px;
}

div#main div#right {
	margin-top: -25px;
	margin-left: 650px;
}


p {
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}

/*
 * Menu Container
 */
div#menu_container {
}

/*
 * Body Background
 */
div#body_bg {
	background-color: #ffffff;
	background-image: url('../images/frontend/body_bg_top.png');
	background-repeat: repeat-x;
}

div#body_bottom {
	background-image: url('../images/frontend/body_bg_bottom.png');
	background-repeat: repeat-x;
	height: 67px;
}

div#spacer {
	height: 50px;
	background-color: white;
}
