﻿
/* No Column Template */
#global_box {
	margin-right:10px;
	margin-top:0px;	
	color:#0D0E09;
	display:inline-block;
	
}

#content_wrapper {
  margin-top:5px;
  margin-bottom:10px;
  margin-left:10px;
  margin-right:10px;      
  border:0px dashed #FFFFFF;  
}

#center {
  margin-left:10px; 
  border:0px dashed #cccccc;
}

/* wraps the entire page */
#page_wrapper {
  margin-left: auto; 
  margin-right: auto;
  width: 960px;  
  background: #EEEEE4 ;
  text-align: left;
  position:relative;
}



/* Brings in the footer image */
#footer_image
{
	height:30px;
	margin:0;
	background: transparent url('') no-repeat;
	clear: both;
}

