body {
	background:url(../images/background_tile.jpg);
	background-color:#2c3540;
	background-position:top;
	background-repeat:repeat-x;
}
#wrapper {
	margin:0 auto;
	width:858px;
}
#header {
	background:url(../images/head_swoosh_bg.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	height:133px;
	overflow:auto;
	position:relative;
	width:100%;	
}
#header #logo {
	height:123px;
	left:0;
	position:absolute;
	top:0;
	width:187px;
}
#header #main_nav {
	position:absolute;
	right:5px;
	top:58px;
	text-align:right;
	width:677px;
}
#header #quick_nav {
	float:right;
	position:absolute;
	right:0;
	text-align:right;
	top:0px;
	width:677px;
}
#header #quick_nav ul {
	margin:0 0 1.5em 0;
	position:absolute;
	right:190px;
	*right:210px;
	top:0.333em;
	*top:0.7em;
}
#header #quick_nav #search {
	float:right;
	margin-top:1px;
}
#header #quick_nav ul li{
	color:#999999;
	display:inline;
	font-size:0.833em;
}
#header #quick_nav ul li a:link, #header #quick_nav ul li a:visited{
	color:#ffffff;
	margin:0 2px;
	text-decoration:none;
}
#header #quick_nav ul li a:hover {
	color:#ffffff;
	margin:0 2px;
	text-decoration:underline;
}
#main_section {
	background-image:url(../images/main_content_top.png);
	background-repeat:no-repeat;
}
#main_section.no_tab {
	background-image:url(../images/main_content_no_tab_top.png);
	background-repeat:no-repeat;
}
#main_section.blank {
	background-image:url(../images/blank_bg.png);
	background-repeat:no-repeat;
	height:549px;
	left:10px;
	position:relative;
	width:850px;
}
#main_section.blank p {
	line-height: 1.667em;
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 20px;
	margin-left: 0pt;
	padding-top: 0pt;
	padding-right: 0pt;
	padding-bottom: 0pt;
	padding-left: 0pt;
	text-align: left;
}
#main_section.blank #blank_content {
	padding:50px 18px 0 18px;
}
#main_section.blank #blank_content h2 {
	color: #2c3540;
	font-size: 2.25em;	
	font-weight: bold;
	padding:0;
	margin:12px 0 18px 0;
}
#main_section #main_content_wrapper {
	background-image:url(../images/main_section_bg.png);
	background-repeat:repeat-y;
}
#main_section #main_content_wrapper.right_sidebar {
	background-image:url(../images/main_section_rSidebar_bg.png);
	background-repeat:repeat-y;
	position:relative;
}
#footer {
	clear:both;
	margin:0;
	*margin:12px 0 0 0;
	padding:12px 0 0 0;
	*padding:0;
	width:858px;
}
#footer p {
	color:#92949b;
	font-size:0.833em;
	letter-spacing:normal;
	line-height:1.4em;
	margin:0;
}
#footer #left_block {
	float:left;
	margin:0 0 0 10px;
	width:400px;
}
#footer #right_block {
	float:right;
	text-align:right;
	margin-top:5px;
	width:400px;
}
.float_left {
	float:left;
}
.float_right {
	float:right;
}

#myelement
{
color: #999; /* shows in all browsers */
*color: #999; /* notice the * before the property - shows in IE7 and below */
_color: #999; /* notice the _ before the property - shows in IE6 and below */
}
