/* CSS Document */

	body{
		text-align:center;
		background-image:url(/images/background_main1.jpg);
		background-position:top left;
		background-repeat:repeat-x repeat-y;
		margin: 0 auto;
		padding: 0;
	}
	
	#wrapper{
		position:relative;
		background-image:url(/images/wrapper_bk.gif);
		background-position:top;
		background-repeat:repeat-y;
		/*border-left:ridge;
		border-right:ridge;*/
		background-color:#FFFFFF;
		width: 1000px;
		height:100%;
		text-align:center;
		margin:0px auto;
		z-index:0;		
	}
	
	#header{
		position:relative;
		width: 1000px;
		/*background-image:url(/images/header.jpg);
		background-repeat:no-repeat;
		background-position:top;*/
		background-color:#FFFFFF;
		height:118px;
		z-index:1;
	}
	#seperator{
		position:relative;
		height:20px;
		background-image:url(/images/header_seperator.gif);
		background-position:left;
		background-repeat:repeat-x;
/*		background-color:#006699;*/
		z-index:1;	
	}
	
	#left_column{
		position:relative;
		width:185px;
		max-width:185px;
		/*height:1300px;*/
		background-image:url(/images/BoxTop_blank.gif);
		background-repeat:no-repeat;
		background-position:top;
		background-color:#CCCCCC;
		float:left;
		/*overflow:visible;*/
		text-align:center;
		z-index:2;

	}
	#content{
		position:relative;
		/*background-image:url(/images/border.gif);
		background-position:right;
		background-repeat:repeat-y;
		border-left:ridge;
		border-left-color:#CCCCCC;
		border-left-width:3px;*/
		background-color:#FFFFFF;
		width:630px;
		height:100%;
		float:left;
		text-align:center;
		overflow:visible;
		z-index:2;

	}

	#right_column{
		position:relative;
		width:185px;
		max-width:185px;
		/*height:1300px;*/
		/*background-image:url(/images/BoxTop_Partners.gif);
		background-repeat:no-repeat;
		background-position:top;*/
		background-color:#CCCCCC;
		float:right;
		text-align:center;
		z-index:2;
	}
	
	#footer{
		clear: both;
		/*background-image:url(/images/bk_left.gif);
		background-position:left;
		background-repeat:repeat-x;*/
		width:1000px;
		height:60px;
		text-align:center;
		font-family:Arial, Helvetica, sans-serif;
		z-index:2;	
	}
	
	#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;
