#wrapper{
	width: 824px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	background-image: url(images/shadowbg.png);
	background-repeat: repeat-y;
	position: relative;
	margin-top: 0px;
}
#content{
	position: relative;
	overflow: hidden;
	height:1%;
	margin: 0px;
}
#header{
	height: 120px;
	width: 824px;
	margin-right: auto;
	margin-left: auto;
	color: #ffffff;
	margin-top: 0px;
	margin-bottom: 0px;
}
#left{
	vertical-align:top;
	width: 20%;
	position: relative;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
	list-style-type: none;
	float: left;
}
a {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	color: #004566;
}

#center{
	width: 48%;
	text-align: left;
	padding: 20px;
	position: relative;
	float:left;

}
#right{
	width: 20%;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #8B0000;
	font-size: 13px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	position: relative;
	float: left;
}
#commentbox {
	border: 2px solid #E3E9F1;
	padding: 10px;
}


#head-left{
	vertical-align:top;
	padding: 5px;
	background-color: #8B0000;
	width: 187px;
	position: relative;
	float: left;
	height: 110px;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ffffff;
	background-repeat: no-repeat;
	background-position: center center;
}
#head-center{
/*	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-size: 35px;*/
/*	background-color: #8B0000;*/
	width: 489px;
	vertical-align:top;
/*	float: left;*/
/*	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #ffffff;
	border-left-color: #ffffff;*/
	height: 70px;
	/*text-align: center;*/
/*	padding-top: 30px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 2px;*/
	color: #FFFFFF;
}
#head-right{
/*	background-color: #8B0000;
*/	width: 124px;
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ffffff;
	height: 120px;
	text-align: center;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../../perspectives/images/MRA_web_notype.jpg);
}

.clear {
clear: both;
}

#l_content{
	height:100%;
	clear: both;
	margin-bottom: 20px;
}
#l_left{
	vertical-align:top;
	background-color: #005983;
	width: 168px;
	position: relative;
	float: left;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
	list-style-type: none;
	background-image: url(../../perspectives/images/menu_space.jpg);
	background-repeat: repeat;
	height: 100%;
}
#l_center{
	background-color: #F2F2F2;
	width: 468px;
	/*height: 100%;*/
	float: left;
	text-align: left;
	padding: 20px;
}
#l_right{
	background-color: #cccccc;
	width: 97px;
	/*height: 100%;*/
	float: left;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #8B0000;
	font-size: 13px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
body {
	background-image: url(../images/shadowbg.png);
	background-repeat: repeat-y; /** Repeats the image vertically **/
	background-position: center; /** Centers the Background image **/
	margin: 0px;
}

