@charset "utf-8";
/* CSS Document By Philip Wong for Octothorpe Software Corporation*/

/* CSS for the box starts here
================================================*/
/* Insert a wide background with shadow
/* Insert a bottom shadow graphic to wrap up content of the website
/* Adjust how high you want the content to be*/

.main{
	margin-top:0px;
	padding: 0 0 0 0;
	position:relative;
	}

.content_boundary {
	margin:auto;
	position:relative;
	width:992px;	
	}

/* Rules for the bottom border*/

.bottom_wrapper {
	background:url(../../images/site_graphic/box2.gif);
	margin:0 0 0 0;
	height:7px;
	position:relative;
	width: 992px;		
	}


/* Rules for the bottom shadow underneath eall banners */

.banner_shadow {
	background:url(../../images/site_graphic/box3.gif);
	margin:0 0 0 0;
	height:7px;
	position:relative;
	width: 979px;	
	}


/* Rules for the background shadow--adjustable as content add up more vertically */

.content_wrapper {
	padding:0 6px 0 7px;
	background:url(../../images/site_graphic/borders2.png);
	position:relative;
	width: 979px;
	}
	
/* CSS for the box ends here */


