body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
}
html {
	height: 100%;
}
body {
	font: 13px/1.3em Verdana, sans-serif;
	width: 100%;
	height: 100%;
}
a {
	color: blue;
	outline: none;
	text-decoration: underline;
}

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%;
	padding-bottom: 24px;
}

/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 487px;
	position: relative;
}

/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	height: 1%;
	position: relative;
	padding: 0 0 97px;
	}

#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}

.container {
	width: 100%;
	float: left;
	overflow: hidden;
}

#content {
	padding: 0 26px 0 321px;
}

#text_section {
	padding: 0 170px 10px 20px;
	}

#text_section_2 {
	padding: 0 20px 1px 20px;
	margin: 0;
	}

.half_width {
	width: 47%;
	margin: 0 3% 0 0;
	padding: 8px 0;
	float: left;
}

.third_width {
	width: 31%;
	margin: 0 2% 0 0;
	padding: 8px 0;
	float: left;
}

/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideLeft {
	float: left;
	width: 322px;
	margin-left: -100%;
	position: relative;
	padding: 0;
}

/* Sidebar Right
-----------------------------------------------------------------------------*/
#sideRight {
	float: left;
	width: 131px;
	margin-left: -158px;
	position: relative;
	border-left: 1px dotted #999;
	padding: 0 16px 0 10px;
}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
	width: 1000px;
	margin: -121px auto 0;
	height: 121px;
	position: relative;
}