/* CSS Document */
body {
	margin:0px 0px 0px 0px ;
	background-image:url(../images/bg.gif);
	background-position:center;
	background-repeat:repeat-y;
	background-color:#fae48e;
	}
	

	#header {
	width:800px;
	height:122px;
	margin:0px auto;
	border:none;
	background-image:url(../images/header.gif);
	background-repeat:no-repeat;
	}
	
	#main_area_top {
	width:800px;
	height:31px;
	margin:0px auto;
	border:none;
	background-image:url(../images/main_top.gif);
	background-position:center;
	background-repeat:no-repeat;
	}
	
	#main_content_area {
	width:800px;
	margin:0px auto;
	border:none;
	background-image:url(../images/main_mid.gif);
	background-position:center;
	background-repeat:repeat-y;
	}
	
	#main_area_bottom {
	width:800px;
	height:30px;
	margin:0px auto;
	border:none;
	background-image:url(../images/main_btm.gif);
	background-position:center;
	background-repeat:no-repeat;
	}
	
	#content_left {
	font-family:Georgia, Times New Roman, Times, serif; 
	color:#356fa7; 
	font-style:italic; 
	font-size:22px;
	float:left;
	padding-left:35px;
	}
	
	#content_2 {
	background-image:url(../images/mri_bg.gif);
	background-position:right;
	background-repeat:repeat-y;
	min-height:424px;
	width:745px;
	font-family:Georgia, Times New Roman, Times, serif; 
	text-align:center; 
	float:left
	}
	
	#menu_box {
	background-image:url(../images/menu_bg.gif);
	background-position:center;
	width:157px;
	height:178px;
	margin-top:30px;
	margin-left:45px;
	}
	
	#menu_options {
	margin-left:15px;	
	font-family:Georgia, Times New Roman, Times, serif;
	color:#000000;
	font-weight:bold;
	text-align:left;
	font-size:11pt;
	}
	
	a.sidebox:link {color:#000000; text-decoration:none;}
	a.sidebox:visited {color:#000000; text-decoration:none;}
	a.sidebox:hover {color:#104f9e; text-decoration:underline}
	a.sidebox:active {color:#104f9e; text-decoration:none}
	
	a.toplink:link {color:#fae48e; text-decoration:none;}
	a.toplink:visited {color:#fae48e; text-decoration:none;}
	a.toplink:hover {color:#ffffff; text-decoration:none}
	a.toplink:active {color:#ffffff; text-decoration:none}
	
	
