html {
	height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #343d70;
	background-color: #e5f096;
	height: 100%;
}
.centr_col {
	width: 800px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #343d70;
	border-left-color: #343d70;
	background-color: #FFFFFF;
	background-image: url(../images/v_line_bg.gif);
	background-repeat: repeat-y;
	background-position: 210px 0px;
}
 a {
    color: #343d70;
    text-decoration: underline;
}
.logo {
	height: 30px;
}
#logo {
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
}
#menu {   

    height: 200px;  
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #343d70;
	border-bottom-color: #343d70;
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #FFFFFF;     
}
#menu_items {
	width: 210px;
	background-color: #343d70;
	padding-top: 0px;
	height: 200px;
	padding-right: 1px;
}
#menu_items a {
	color: #FFFFFF;
	display: block;
	margin: 0px;
	height: 23px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-decoration: none;
	font-size: 16px;
}
#menu_items ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-type: none;
}
#menu_items li {
	background-image: url(../images/button_bg.gif);
	background-repeat: repeat-x;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
	list-style-type: none;
text-decoration: none;
	height: 28px;
	margin: 0px;
}
#b_col {
	padding: 40px;
	width: 190px;
}
#a_col {
	padding: 40px;
	width: 130px;
}
#c_col {
	padding: 40px;
	width: 240px;
}
#m_col {
    padding: 40px;
    width: 420px;
}
h1, p, form {
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 18px;
	font-weight: bold;
}
p {
	margin-bottom: 15px;
}
