html, body {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #E8ECE8;
	font-family: arial;
}

img {
	border: 0px;
}

#main-outer {
	position: absolute;
	top: 30px;
	left: 50%;
	margin: 0px;
	margin-left: -400px;
	padding: 0px;
}

#main-inner {
	/*position: relative;*/
	width: 798px;
	height: 600px;
	border: 1px solid dimgray;
	background-color: gainsboro;
}

html>body #main-inner {
	height: auto;
	min-height: 600px;
}

#header {
	/*position: relative;*/
	width: 798px;
	height: 100px;
	background: url('../Images/prepare_header.jpg') top left repeat-x;
	background-color: #D1DAD1;
}

#header-sep {
	width: 798px;
	height: 10px;
	background-color: #8BA28B;
}

#content-frames {
	background-color: whitesmoke;
	width: 798px;
	height: 490px;
}

html>body #content-frames {
	height: auto;
	min-height: 490px;
}

#main-frame {
	float: left;
	width: 570px;
	height: 490px;
	background-color: white;
}

html>body #main-frame {
	height: auto;
	min-height: 490px;
}

#menu-frame {
	background: url('../Images/prepare_logo_small.jpg') top left no-repeat;
	float: left;
	width: 228px;
	/*background-color: maroon;*/
	/*border-left: 1px solid black;*/
	height: 490px;
}

html>body #menu-frame {
	height: auto;
	min-height: 490px;
}

#menu-frame ol {
	list-style-type: none;
	margin: 0px;
	margin-top: 182px;
	margin-left: 10px;
	padding: 0px;
}

#menu-frame li {
}


#footer {
	margin: 0px auto;
	width: 800px;
	text-align: center;
	font-size: 10px;
	line-height: 14px;
}

#ecms-admin {
	position: absolute;
	top: 5px;
	left: 50%;
	margin: 0px;
	margin-left: -400px;
	padding: 0px;
	border: 1px solid black;
	background-color: orangered;
	width: 798px;
	height: 20px;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	line-height: 17px;
}

#ecms-admin a {
	color: white;
	text-decoration: none;
	text-transformation: uppercase;
}
