.head	{
	width: 100%;
	background-color: #cccccc;
	float: left;
	height: auto;
	}

.t_head_title	{
	width: 100%;
	float: left;
	height: 70px;
	background: #9C9C9C;
	background-image: url('../images/site_title.gif');
	background-position: center;
	background-repeat: no-repeat;
	}

.t_top_border	{
	width: 100%;
	float: left;
	height: 2px;
	font-size:2px;
	background-color: red;
	}

.t_combined	{
	width: 100%;
	float: left;
/*	background-color: blue; */
	}

.t_left_nav	{
	background: #cccccc;
	float: left;
	height: 100%;
	width: 218px;
	padding: 0em;
/*	border:2px solid green; */
	}

.t_mid_border	{
	background: #000000;
	float: left;
	height: 34px;
	width: 2px;
	padding: 0em;
	}

.t_main	{
	background: #cccccc;
	float: left;
	height: 34px;
	padding: 0px;
	}
