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, font, 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,
caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

html {height: 100%}
body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
	height: 100%;
}
a {
	color: blue;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {margin: 0 0 18px}
img {
	border: none;
}
input {vertical-align: middle}
#wrapper {
	width: 1000px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}


/* Header -----------------------------------------------------------------------------*/
#header {
	height: 95px;
}
#top {
	padding: 0;
	float: right;
}
#top .left {
	width: 500px;
	height: 60px;
	float: left;
}
#top .right {
	width: 500px;
	height: 60px;
	float: right;
	text-align: right;
}
#menu {
	padding-top: 60px;
}

/* Middle -----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	padding: 0 0 45px;
	height: 1%; }
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content-side {
	padding: 0 0 0 340px;
}
#content {
	padding: 0 0 45px;
}

/* Sidebar Left -----------------------------------------------------------------------*/
.sl {
	float: left;
	width: 320px;
	margin-left: -100%;
	position: relative;
}


/* Footer -----------------------------------------------------------------------------*/
#footer {
	width: 1000px;
	margin: -45px auto 0;
	height: 45px;
}
/*
     */
/*
*/