html {
	height: 100%;
}

body {
	background-color: #99b1cb;
	margin:0px auto;
	padding:0px;
	height:100%;
	text-align:center;
}

#container {
	width: 760px;
	margin: 0 auto;
	padding: 0 auto;
	text-align:left;
}

#mainbody {
	margin: 0px auto;
	width: 760px;
	height:100%;
	text-align:left;
	border: 1px solid #000000;
}

/* Header */
#header {
	float: left;
	width:760px;
	height:78px;
}

#topbar {
	float: left;
	height: 78px;
}

#logo {
	float: left;
	width:230px;
	height:78px;
	background-color:#FFFFFF;
}

#topspace {
	float: left;
	width:530px;
	height:78px;
}

#toparea {
	float: left;
	width:463px;
	height:59px;
	margin: 0;
	padding: 0px 0px 0px 67px;
	background-image:url(images/dmc/ele_topred_left.gif);
	background-color:#EE3224;
	background-repeat:no-repeat;
	background-position:top left;
}

#toparea a, #toparea img {
	margin: 0 auto;
	padding: 16px 0px 0px 0px;
}

#iwantto {
	width:100px;
	margin: -28px 0px 0px 300px;
	padding: 0;
}

#navigation {
	display: inline;
	float: left;
	width:530px;
	height:19px;
	background-color:#E6E4D3;
}
/* End Header */

#contentholder {
	display: inline;
	float: left;
	width:760px;
	min-height: 400px;
	padding: 0 auto;
	margin: 0 auto;
	background-color:#E6E4D3;
}

#sidebar {
	display: inline;
	float: left;
	width:238px;
	clear:left;
}

#sidebartop {
	display: inline;
	float: left;
	width:238px;
	height:114px;
}

#sidebarmiddle {
	display: inline;
	float: left;
	width:188px;
	height:193px;
	background-image: url(/images/dmc/loginbox.gif);
	background-repeat: no-repeat;
	background-color:#1E417B;
	text-align: left;
	padding: 6px 0px 0px 50px;
}

#sidebarbottom {
	display: inline;
	float: left;
	width:238px;
	height:104px;
}

#topbody {
	display: inline;
	float: left;
	width: 522px;
	height: 27px;
	border-top: 5px solid #9d9fa1;
}

#maincontent {
	display: inline;
	float: left;
	width:445px;
	min-height: 400px;
	padding: 0px 39px 0px 38px;
	background-color:#E6E4D3;
}

#footer {
	display: inline;
	float: left;
	width:760px;
	height:54px;
	background-color:#EE3224;
	border-top: 5px solid #9d9fa1;
}