﻿/* CSS layout */
#masthead {
	background: url('image/ce_bg_banner1.png') no-repeat;
	width: 815px;
	height: 131px;
}

#top_nav {
	background: url('image/ce_bg_center.png') no-repeat;
	width: 815px;
	height: 25px;
}

#container {
	background: url('image/ce_bg_center.png') repeat;
	position: relative;
	width: 815px;
	height: 1750px;
}

#left_col {
	font: medium Gisha;
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
	color: #E58613;
	text-align: left;
}

#page_content {
	font: medium Gisha;
	margin-right: 200px;
	margin-left: 200px;
	color: #6F2400;
	text-align:left;
}

#right_col {
	font: medium Gisha;
	width: 200px;
	position: absolute;
	right: 0px;
	top: 0px;
	color: #E58613;
}

#footer {
	font: small Gisha;
	background: url('image/ce_bg_bottom.png') no-repeat;
	width: 815px;
	height: 85px;
	color: #E58613;
	text-align: center;
}
