/* Styles */
body {
	background: #e9292f url(../images/bg.gif) no-repeat left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
p {
	
}
h1 {
	
}
h2 {
	
}
h3 {
	
}
h4 {
	
}
h5 {
	
}
h6 {
	
}

/* Template Layout */
.header_wrapper {
	background: url(../images/pixel.png);
	height: 182px;
	margin: 0;
	padding: 0;
}
.header_left {
	background: url(../images/header_left.png) no-repeat;
	height: 182px;
	width: 280px;
}
.header_right {
	background: url(../images/header_right.png) no-repeat center;
	height: 182px;
}
.spacer {
	background: url(../images/cat_spacer.png) no-repeat left;
	height: 21px;
}
.wrapper {
}
.left_nav_wrapper {
	background: url(../images/pixel.png);
	width: 170px;
}
.left_nav_cat {
	background: url(../images/left_nav_top.png) no-repeat top;
	height: 110px;
}
.left_nav_spacer {
	background: url(../images/nav_spacer.png) no-repeat top;
	width: 24px;
}
.content_wrapper {
	background: #FFFFFF url(../images/content_top_left.png) no-repeat left top;
	padding: 10px 25px;
}
.footer_wrapper {
}

/* Left Nav */
.left_nav_button {
	height: 54px;
	text-align: center;
}

/* Content */
.content {
	
}

/* Footer */
.footer {
	text-align: center;
	padding-left: 194px;
	font-size: 11px;
}