@charset "utf-8";
/* 

CSS Document 

css for greyboxed pages


*/
body{
	background-color:#EEE;
	background:url(../images/greyboxed/bg_bg.png) repeat-x;		
	}

/*
#page{
	background:url(../images/greyboxed/bg_bg.png) repeat-x;		
	}
*/

#header{
	margin:12px 0 0 15px;
	color:#eee;
	width:550px;
	height:50px;
	/*	border: groove 1px;				/* <<<<<<<<<<< DEL IT  <<<<<<<<<< */
	}
	#header a{
		color:#eee;
		text-decoration:none;
		font-weight:700;
		font-size:18px;
		}
#content{
	margin: 8px 0 0 15px;
	color:#222;
	}
	#content a{
		color:#009;
		}
h1{
	color:#333;
	}
#col_holder{
	width:500px;
	display:inline;
	/*	border:dashed 1px;				/* <<<<<<<<<<< DEL IT  <<<<<<<<<< */
	}
	#col_left{
		width:300px;
		float:left;
		display:inline;
		/*	border:dashed 1px;				/* <<<<<<<<<<< DEL IT  <<<<<<<<<< */
		}
	#col_right{
		width:200px;
		float:left;
		display:inline;
		/*	border:dashed 1px;				/* <<<<<<<<<<< DEL IT  <<<<<<<<<< */
		}

