@charset "UTF-8";
/* Tis' A CSS Document */

/*--------------------------------------------------------------*/
/*------ IE6 :'( Styles ------*/
/*--------------------------------------------------------------*/

/*--------------------------------------------------------------*/
/*------ Header ------*/
/*--------------------------------------------------------------*/

#header {
	height: 68px;
	width: 750px;
	margin-left: 2px;
	background-color: #FFFFFF;
	background-image: url(../images/header-bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-top: 4px;
	float: left;
}

/*--------------------------------------------------------------*/
/*------ Navigation Styles ------*/
/*--------------------------------------------------------------*/

#navigation {
	height: 53px;
	width: 385px;
	margin-left: 6px;
	margin-top: 12px;
	background-image: url(../images/nav-bg.gif);
	background-repeat: no-repeat;
	float: left;
}

/*--------------------------------------------------------------*/
/*------ Content ------*/
/*--------------------------------------------------------------*/

#content {
	float: left;
	width: 710px;
	margin-left: 12px;
	line-height: 28px;
	font-size: 14px;
	display: block;
	margin-bottom: 25px;
	margin-right: 0px;
	padding: 0px;
}

/*--------------------------------------------------------------*/
/*------ Two Column Styles ------*/
/*--------------------------------------------------------------*/

#columnone {
	float: left;
	width: 516px;
	margin-left: 12px;
	line-height: 28px;
	font-size: 14px;
	padding: 0px;
	display: block;
	margin-bottom: 25px;
}
#columntwo {
	margin-bottom: 25px;
	display: block;
	float: left;
	margin-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	width: 180px;
}