body {

	background: url(http://www.thetechresource.com/images/layout/bg-top.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #94A1CC;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #5A5A5A;
	font-family: Arial;
	font-size: 0.8em;
}



#layout_container {

	width: 940px;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	
}

#content_container {

	width: 900px;
	margin-left: auto;
	margin-right: auto;
	
}

#nav {

  width: 900px;
  margin-left: auto;
  margin-right:auto;
 
}

#nav_links td {

	padding-top: 4px;
	padding-bottom: 4px;
	text-align:center;
}

#nav_links td.clickable {

	cursor:pointer;
}


#nav_links td img {

	border: none;
}

div.home_divider {

	border-bottom-width: 1px;
	border-bottom-color: #94A1CC;
	border-bottom-style: solid;
	margin-left: -20px;
	margin-right: -20px;

}

#footer {

	text-align:center;
	margin-top: 10px;
	padding: 15px;
	font-size: 0.8em;
	border-top: 1px solid #94A1CC;
	
}

div.clearer {
	clear: both;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: none;
	line-height: 0px;
	font-size: 0px; 
	overflow:hidden; 
	
}


div.content_options div.icon {

	cursor: pointer;
	background-color: #F9F9F9;
	padding: 6px;
	padding-right: 5px;
	border: 1px solid #C1C1C1;
	color: #111111;
	float:left;
	height: 18px;
	font-weight: normal;
}

div.content_options div.icon img {

	cursor: pointer;
	float:left;
	display:block;
	margin-right: 5px;
}

div.icons_for_text {

}

div.icons_for_text img {
	border: none;
	display:block;
	float:left;
}

div.content_heading {

	text-align:left;
	font-size: 1.6em;
	margin-top: 20px;
	color: #44658C;
	
}

div.content_body {
	
}

hr.content_divider {
	border: none; 
	height: 1px;
	background-color: #DFE3F0;
	
}


div.content_tab {
	
	text-align:center;
	background-color: #9EAAD1;
	padding: 8px;
	color: #FFFFFF;
	border: 1px solid #54618B;
	cursor:pointer;
	float:left;
	font-size: 1.2em;
	font-weight: bold;
	
}

div.content_tab_selected {
	
	border-bottom-color: #9EAAD1;
	margin-bottom: -1px;
}

div.content_tab_unselected {

	background-color: white;
	color: #54618B;
	border-bottom-width: 0px;
	border-bottom-color: #54618B;
}

div.list_photo {

	float:left;
	width: 200px;

}

div.list_content {

	float:left;
	width: 650px;

}

div.list_photo img {

	border:none;

}