/*********** CSS for 2 col layout ************/

#super-container{
	margin:0px auto;
	padding:0px;
	width:995px;
}
#header{
/*	background:transparent url(../images/bar-topfd389fcf4ba977701879b867e4fc6c4a2819716e.jpg) no-repeat scroll 50% 50%;
	height:20px;*/
	margin:0px;
	padding:0px;
	width:993px;
	overflow:hidden;
}
#header-home{
	background:transparent url(../images/bar-top-homefd389fcf4ba977701879b867e4fc6c4a2819716e.jpg) no-repeat scroll 50% 50%;
	height:20px;
	margin:0px;
	padding:0px;
	width:993px;
	overflow:hidden;
}

* {
	margin:0pt;
	padding:0pt;
}
#wrapper {
	/*background:transparent url(../images/bar-midfd389fcf4ba977701879b867e4fc6c4a2819716e.jpg) repeat-y scroll 50% 50%;*/
	clear:both;
	margin:0pt 0pt;
	width:993px;
	overflow:hidden;
}
#footer{
	/*background:transparent url(../images/bar-bottomfd389fcf4ba977701879b867e4fc6c4a2819716e.jpg) no-repeat left top;
	height:20px;*/
	margin:0px;
	padding:0px;
	width:993px;
}

/***************** 2col css ***************/
#col-one {
	float:left;
	width:700px;
}
#col-two {
	float:left;
	margin-left:15px;
	width:275px;
}



