/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
body { background: url(images/bg.jpg)repeat-x; }
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font: 12px/18px Arial, sans-serif;
}
.wrapper {
	width: 1009px;
	min-width: 1000px;
	 height: auto !important;
    margin: 0 auto;
    min-height: 100%;
}


/* Header
-----------------------------------------------------------------------------*/
.header {height: 359px;}
#hd {margin: 15px ;}
#hed {background: url(images/hed.jpg)no-repeat;width:1009px; height:359px;}


/* Middle
-----------------------------------------------------------------------------*/
.middle {
	width: 100%;
	position: relative;
}
.middle:after {
	display: table;
	clear: both;
	content: '';
}
.container {
	width: 100%;
	float: left;
	overflow: hidden;
}
.content {
	padding: 0 244px 0 240px;
}
#c-ban {background: url(images/c-ban.jpg)no-repeat;width: 565px; height: 202px;  margin: 0 -20px;}
#c1 {background: url(images/c1.jpg)no-repeat;width: 565px; height: 898px;  margin: 0 -20px;}
#c2 {background: url(images/c2.jpg)no-repeat;width: 565px; height: 884px;  margin: 0 -20px;}
#c3 {background: url(images/c3.jpg)no-repeat;width: 565px; height: 916px;  margin: 0 -20px;}

/* Left Sidebar
-----------------------------------------------------------------------------*/
.left-sidebar {
	float: left;
	width: 220px;
	margin-left: -100%;
	position: relative;}
#l-v {background: url(images/l-v.jpg)no-repeat;width:220px;height: 1227px;  }
#l-v0 {background: url(images/l-v0.jpg)no-repeat;width:220px;height: 1673px;  }

/* Right Sidebar
-----------------------------------------------------------------------------*/
.right-sidebar {
	float: left;
	width: 224px;
	margin-left: -224px;
	position: relative;
	}

#r-v {background: url(images/r-v.jpg)no-repeat;width:224px;height: 717px;  }
#r-v0 {background: url(images/r-v0.jpg)no-repeat;width:224px;height: 2183px;  }
/* Footer
-----------------------------------------------------------------------------*/
.footer {height: 226px;}
#f-m {background: url(images/f-m.jpg)no-repeat;width: 1009px;height: 226px;	}