@charset "utf-8";
/* CSS Document */


#container{
	width:900px; 
	margin:auto;
	}

#header{
	width:900px;
}
#content{
	width:900px;
}
#smallMenu{
padding-left:550px;	
}

#tagline{
	width:900px;
	background:url(../images/tagline_bg.jpg) repeat-x;
	/*padding:15px;
*/
}

#navBar{
width:900px;
height:32px;

}

#content{
width:900px;
margin:auto;
}
#subnav{
	width:225px;
	float:right;
	padding:5px;
	margin: 5px 5px 5px 10px;
	font-weight:bold;
	color:#000;
	border: thin solid #000;
	background-color:#CCC;
}

#sideDiv{
	width:230px;
	float:left;
	margin-right:10px;
	padding:10px;
}
.sideBox{
	margin:auto;
	width:206px;
}
#contentDiv{
	margin-top:5px;
	width:595px;
	float:left;
}
#footer{
	padding-top:10px;
	width:900px;
	clear:both;
	padding-bottom:15px;

}

#footerLeft{
	width:370px;
	float:left;
}

#footerRight{
	width:530px;
	float:left;
}
.column_div{
	width:280px;
	float:left;
}