@charset "utf-8";
/*
	Theme Name: PureTrak
	Theme URI: http://puretrak.com
	Description: About CSS Styles for PureTrak.com
	Version: 1.0
	Last Revised: 11/3/2009
	Author: Patrick Hallinan
	Author URI: http://www.puretrak.com
*/

div#about_title_container {
	width: 100%;
}

div#about_content_container {
	width: 100%;
	background: url(/assets/images/about/about_page_bg.gif) repeat-y;
}

div#about_content_container .top_right_text {
	padding: 10px;
	font-family: Verdana;
	font-size: 11pt;
	font-weight: bold;
	color: white;
}

div#about_content_container .main_text {
	padding: 10px 10px 50px 10px;
	font-family: Verdana;
	font-size: 10pt;
	color: white;
}

table#table_about_content {
	margin: 15px;
	padding: 0;
	width: 880px;
	border-collapse: collapse;
	background: url(/assets/images/about/about_table_bg.gif) repeat-y;
}
