/* CSS Document */

	body{
		text-align:center;
		background-image:url(/images/24mR_line_drawing_grey.jpg);
		margin: 0 auto;
		padding: 0;
	}
	
	#wrapper{
		position:relative;
		background-image:url(/images/bk_left.gif);
		background-position:left;
		background-repeat:repeat-y;
		/*background-image:url(/images/border.gif);
		background-position:left;
		background-repeat:repeat-y;*/
		border-left:ridge;
		border-right:ridge;
		width: 995px;
		margin:0px auto;
		z-index:0;		
	}
	
	#header{
		position:relative;
		width: 995px;
		background-image:url(/images/header.png);
		background-repeat:no-repeat;
		background-position:top;
		height:140px;
		z-index:1;
	}
	
	#header .logo{
		position:absolute;
		left:250px;
		top:45px;
		z-index:2;

	}
	
	#header .mbs{
		position:absolute;
		top:110px;
		left:150px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:18px;
		color:#FFFFFF;
		width:auto;
		height:auto;
		z-index:3;
	}
	
	#left_column{
		position:relative;
		/*background-color:#96B0C7;*/
		width: 200px;
		float:left;
		text-align:center;
		z-index:1;

	}
	#content{
		position:relative;
		background-color:#FFFFFF;
		border-left:ridge;
		border-left-color:#CCCCCC;
		border-left-width:3px;
		width:792px;
		float:right;
		text-align:center;
		overflow:visible;
		z-index:1;

	}

	#right_column{
		position:relative;
		width: 200px;
		/*background-image:url(/gif/column_right.gif);
		background-repeat:repeat-y;
		background-position:top;*/
		float:right;
	}
	
	#footer{
		clear: both;
		background-image:url(/images/bk_left.gif);
		background-position:left;
		background-repeat:repeat-x;
		border-bottom:ridge;
		width:995px;
		height:130px;
		bottom:100%;
		text-align:center;
		font-family:Arial, Helvetica, sans-serif;
		z-index:0;	
	}
	
	#footer .poweredby{
		text-align:center;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#999999;
		padding-top:5px;	
	}
	#footer .poweredby a:link{
		text-decoration: none;
		font-size:12px;
		color:#999999;
	}
	#footer .poweredby a:hover{
		text-decoration:underline;
		font-size:12px;
		color:#999999;
	}
	#footer .poweredby a:visited{
		text-decoration:none;
		font-size:12px;
		color:#CC0000;
/*
	#footer a:link{
		text-decoration:none;
		font-size:14px;
		color:#FFFFFF;
	}
	#footer a:visited{
		text-decoration:none;
		font-size:14px;
		color:#FFFFFF;
	}
	#footer a:hover{
		text-decoration:none;
		font-size:14px;
		color:#CC0000;
	}
*/

