div#center-column{float:left;width:340px;}
div#submenu{
	height:200px;
	overflow:visible;
	margin-top: 30px;
	margin-right: 60px;
	margin-bottom: 40px;
	margin-left: 100px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
ul#submenu-buttons{
	list-style:none;
	padding:0;

	background-color:;
	width:100%;
	font-size:12px;
	font-weight:normal;
	border: thin none #cdd1ea;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: auto;
}
ul#submenu-buttons li{text-align:left;}
ul#submenu-buttons li a:link, ul#submenu-buttons li a:visited{
	font-family:Tahoma, Geneva, sans-serif;
	text-decoration:none;
	display:block;
	width:88%;
	padding:5px 6%;
	color:#CF2F37;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-variant: normal;
}
ul#submenu-buttons li a:hover{background-color:#275da7;color:#fff;font-weight:700;}
div#right-column{
	float:right;
	width:510px;
	min-height:807px;
	background-image: url(../images/sec-right-column-bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0;
}
* html div#right-column{height:807px}
div#right-column a{color:#275DA7;}
