body {
	padding: 0px;
	margin: 0px;
	text-align: center;
	background: url(/mesa/images/header_bg.png) repeat-x;
}

#header_section { 
	width: 1040px;  /* WIDTH OF MAIN CONTENT WINDOW */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
} 

#header {
	height: 173px;
	margin: 0px 120px 0px 200px; /* 200 the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
}

#logo {
	padding: 25px 0 0 0;
}

img, a {
	border: 0px;
}

ul#nav {
	margin: 13px 0px 0px 0px;
	padding: 0px;
	list-style: none;	
}

ul#nav li {
	display: block;
	float: left;
}

ul#nav img {
	margin: 0;
	padding: 0;
	display: inline;
}

#left_header {
	float: left; /* since this element is floated, a width must be given */
	width: 195px; /* 195 the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px 5px 0px 0px; /* padding keeps the content of the div away from the edges */
}

#right_header {
	float: right; /* since this element is floated, a width must be given */
	width: 115px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px 0px 0px 5px; /* padding keeps the content of the div away from the edges */
}


#main_section { 
	width: 1040px;  /* WIDTH OF MAIN CONTENT WINDOW */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
} 

#left_content {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px 20px 0px 0px; /* padding keeps the content of the div away from the edges */
	overflow: hidden;
}

#business_card {
	background: #dadada;
	padding: 0px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
	border: 1px solid #777777;
}

#right_content {
	float: right; /* since this element is floated, a width must be given */
	width: 115px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px 0px 0px 5px; /* padding keeps the content of the div away from the edges */
}

#main_content { 
	margin: 0px 120px 0px 200px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
} 

#left_column { 
	width: 490px;
	margin: 0px 0px 0px 0px;
} 

#right_column { 
	float: right; /* since this element is floated, a width must be given */
	width: 180px;
	margin: 0px 0px 0px 40px;
} 

ul.group {
	list-style: disc;
	padding: 0px 0px 0px 30px;
	margin: 0px;
}

ul.group li {
	font-size: 12px;
	font-family:"Trebuchet MS", arial, helvetica, sans-serif;
	color: #222222;
	padding: 0 0 1px 0;
}

ul.tv {
	list-style: none;
	padding: 0 0 0 7px;
	margin: 0;
}

ul.tv li {
	font-size: 12px;
	font-family:"Trebuchet MS", arial, helvetica, sans-serif;
	color: #222222;
	padding: 0 0 0 0;
}

ul.tv_title {
	list-style: none;
	padding: 0 0 0 0px;
	margin: 0;
}

ul.tv_title li {
	font-size: 12px;
	font-family:"Trebuchet MS", arial, helvetica, sans-serif;
	color: #222222;
	padding: 0 0 0 0;
}

img.bul {
	margin: 0px 5px 0 0;
}

img.hdr {
	margin-bottom: 15px;
}


#footer p {
	margin: 0;
	padding: 0;
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
}

#footer {
	background: url(/mesa/images/footer_bg.png) repeat-x;
	padding: 1px 0 0 0;
	margin-top: 1em;
}












.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



