@charset "UTF-8";
body {
	background-color: #0c4471;
}
#wrapper {
	margin: auto;
	width: 768px;
}
#top {
	width: 768px;
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
	height: 254px;
}
#middle {
	width: 768px;
	background-image: url(images/ESC_WhtBG.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
#left{
	height: 522px;
	width: 316px;
	background-image: url(images/left.jpg);
	background-repeat: no-repeat;
	float: left;
}
#right{
	height: 522px;
	width: 452px;
	float: left;
	background-image: url(images/right.jpg);
	background-repeat: no-repeat;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}
#content{
	width: 400px;
	padding-top: 44px;
}

#bottom {
	width: 768px;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	padding-bottom: 20px;
	float: left;
}

