
body {
	background-color: #e3e3e3;
	margin: 0px;
}
legend {
	color: #000;
}

div {
	font-family: verdana, sans-serif;
	font-size: 11px;
}

div.container {
    background-image: url('../img/design/bg.gif');
    background-repeat: repeat-y;
    margin: 0px auto;
    width: 843px;                  /*set width of the box here*/
    padding: 0px;
    position: relative;
}

div.ct_main {
	/*width: 100%;*/
	padding-left: 29px;
	padding-right: 29px;
	clear: left;
}

div.ct_top {
	height: 25px;
	background: #e3e3e3 url('../img/design/ct_top_bg.gif') no-repeat bottom center;
}
div.ct_bottom {
	height: 10px;
	background: #e3e3e3 url('../img/design/ct_bottom_bg.gif') no-repeat;
}

div.top_left {
	width: 205px;
	height: 187px;
	background: #fff url('../img/design/login_bg.png') no-repeat;
	float: left;
	padding: 10px;
	padding-left: 5px;
	padding-top: 5px;
	overflow: hidden;
}

div.top_right {
	width: 565px;
	height: 200px;
	float: left;
	background: #fff url('../img/design/img_bg.png') no-repeat;
	padding-top: 2px;
}
div.m_menu {
	width: 775px;
	text-align: right;
	padding-bottom: 5px;
	padding-right: 10px;
	font-weight: bold;
	color: #56750a;
}
div.m_bottom {
	background: #ffffff url('../img/design/m_bot_bg.png') repeat-x;
	width: 775px;
	text-align: right;
	padding-top: 10px;
	padding-right: 10px;
	font-weight: bold;
	color: #56750a;
}
div.mc_logo {
	float: left;
	padding-top: 20px;
	padding-left: 10px;
	margin-bottom: 10px;
}
div.mc_logo_right {
	float: right;
	padding-top: 22px;
	padding-right: 10px;
}
div.bottom_left {
	/*background: #f5f5f5 url('../img/design/bottom_left_bg.png') repeat-y;*/
	width: 210px;
	margin-top: 15px;
	padding-right: 10px;
	float: left;
}
div.bottom_right {
	float: left;
	margin-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	background: #ffffff url('../img/design/bottom_right_bg.png') repeat-y;
	width: 545px;
}

div.copyright {
	text-align: center;
	margin: 0px auto;
	font-size: 10px;
	color: #555;
}
.h1 {
	font-size: 22px;
	font-weight: bold;
	font-family: Arial;
}
