body {
	margin:0;
	padding:0;
	text-align:center;
	background-image:url(pix/body_bg.gif);
	background-position:top left;
	background-repeat:repeat-x;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	line-height:21px;
}

.clear {
	clear:both;
}

#wrapper {
	width:850px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	margin-top:10px;
	border:1px solid #999999;
 	background-image:url(/inc/html/yardbu/pix/yardburylight.jpg); 
	background-position:bottom right;
	background-repeat:no-repeat;
}

/*.....header.....*/

#header {
	width:100%;
	height:153px;
	background-image:url(pix/header_bg.jpg);
	background-position:top left;
	background-repeat:repeat-x;
}

#logo-container {
	float:left;
	display:inline;
	width:390px;
}

#flash-content {
	float:right;
}

/*.....left content.....*/

#left-content {
	width:227px;
/*	background-color:#f9f2e3;*/
	background-color:#fcf4e9;
	
	float:left;
	display:inline;	

}

#left-content h2 {
	font-size:100%;
	padding-left:5px;
}

#left-content ul {
	margin:0;
	padding:0;
	list-style:none;
}

#left-content li {
	border-bottom:1px solid #fff;
}


#left-content li a, #left-content li a:visited {
	color:black;
	display:block;
	padding:2px 2px 2px 5px;
	text-decoration:none;
	font-size:100%;
	background-image:url(pix/left_content_li_bg.gif);
	background-position:bottom left;
	background-repeat:repeat-x;  
}

#left-content li a:hover {
	background-color:#f0e9d9;
	background-image:url(pix/left_content_li_bg_hover.gif);
	background-position:bottom left;
	background-repeat:repeat-x;
}

#left-content li li {
}

#left-content li li a, #left-content li li a:visited {
	padding-left:20px;
}

#left-content li li a:hover {

}

/*.....center content.....*/

#center-content {
	width:590px;
	hieght:640px;
	float:right;
	padding-right:20px;
	margin-top:-25px;
}

#center-content h1 {
	color:#000066;
	font-size:170%;
	font-weight:100;
	margin:0;
	padding:0px 0px 5px 0px;
	
}

#center-content h2 {
	color:#000066;
	font-size:130%;
	font-weight:100;
	margin:0;
	padding:10px 0px 10px 0px;
}

#center-content h3 {
	color:#000000;
	font-size:100%;
	margin:0;
	padding:10px 0px 3px 0px;
}

#breadcrumb {
	padding:3px 3px 3px 10px;
	background-color:#FFFFCC;
	border-bottom:1px solid #000066;
}

#center-content a, #center-content a:visited {
	color:#000066;
	text-decoration:underline;
}

#center-content a:hover {
	text-decoration:none;
}

#center-content ul {
	list-style-image:url(pix/center_content_li_bullet.gif);
}

#center-content img {
	padding:15px;
}

/*.....footer.....*/

#footer {
	padding:10px;
	background-image:url(pix/dotted_line_footer.gif);
	background-position:top left;
	background-repeat:repeat-x;
	font-size:90%;
	background-color:#fff;
	height:110px;
}

#footer-left {
	float:left;
	display:inline;
	padding-bottom:10px;
	background-color:#fff;
}

#footer-right {
	float:right;
	background-color:#fff;
}

/*.....misc styles.....*/

#page-top a, #page-top a:visited {
	background-image:url(pix/page_top_arrow.gif);
	background-position:top right;
	background-repeat:no-repeat;
	padding: 0px 25px 5px 0;
	float:right;
	color:#000066;
}

#page-top a:hover {
	text-decoration:underline;
}

