/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
html { height: 100%;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}
/* end of reset css */

body {
	min-width: 1000px;
}

#header {
	color: #fff;
	height: 82px;
	position: relative;
	clear: both;
}

.colcontainer {
	float: left;
	width: 100%;
	clear: both;
}

.colright {
	margin-left: 247px; /* menu width */
	z-index: 5;
	position: relative;
	clear: both;
}

.colright .inner {
	margin: 0px 15px 0 12px;
	padding: 10px 0;
}

.leftmenu {
	float: left;
	width: 247px;
	margin-left: -100%;
	z-index: 10;
	position: relative;
}

.leftmenu .inner {
	margin: 0 12px 0 15px;
}

#footer {
	background: transparent url(/img/divide.png) no-repeat center -9px;
	clear: both;
	height: 30px;
	padding: 5px 0;
}

