/*
 * Supplemental css for default template file
 */

html {
	background: #4c4442 url(/images/bg_html_default.jpg) no-repeat center 205px;
}
body {
	background: url(/images/bg_body_default.jpg) repeat-x left top;
}
#header {
	width: auto;
	background: url(/images/bg_header_default.jpg) no-repeat center top;
}
#header .inner {
	width: 940px;
	margin: 0 auto;
}
 #container {
	background: url(/images/bg_container_default.png) repeat left top;
 	border-top: 5px #4c4442 solid;
 }


 /*////////////////
*	Footer
////////////////*/ 
#footer {
 	padding-bottom: 30px;
 	background: url(/images/bg_footer_default.gif) no-repeat left bottom;
	border-top: 1px #4d4d4d solid;

 }
#footer div.inner {
	background: #000;
}
#footer p,
#footer a {
	color: #4d4d4d;
}
#footer a:hover {
	text-decoration:none;
}
#footer div div {
	border-left: 1px #4d4d4d solid;
}