﻿/* Layout CSS */
#masthead {
	position: relative;
	width: 100%;
}

#top_nav {
	font-family: "Courier New", Courier, monospace;
	height: auto;
}

#page_content1 {
	font-family: "Courier New", Courier, monospace;
	height: auto;
}


#top_left {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 225px;
	background-image: url('images/logo/emperor_logo_200x200.bmp');
	background-repeat: no-repeat;
}

#header {
	margin-left: 200px;
	font-family: "Courier New", Courier, monospace;
	height: 225px;
}

#container {
	position: relative;
	width: 100%;
}

#left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#page_content {
	margin-right: 200px;
	margin-left: 200px;
	font-family: "Courier New", Courier, monospace;
	height: auto;
}

#right_col {
	width: 200px;
	position: absolute;
	right: 0px;
	top: 0px;
	font-family: "Courier New", Courier, monospace;
	height: auto;
}

#page_content2 {
	font-family: "Courier New", Courier, monospace;
	height: auto;
}


#top_nav1 {
	font-family: "Courier New", Courier, monospace;
	height: auto;
}


#footer {
	font-family: "Courier New", Courier, monospace;
	height: auto;
}

