/* Reset */
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,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;}li{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;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}body {font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

body {
	margin: 5px 0 20px 0;
}

#container {
	width: 960px; /* Width of container */
	margin: 0 auto; /* Center container on page */
	position: relative;
}

#container .extension_left {
	width: 244px;
	height: 949px;
	background-image: url(../images/background_top_left.png);
	position: absolute;
	top: 0;
	left: -129px;
	z-index: 10;
}

/* Header */

#header {
	position: relative;
	background: transparent url(../images/background_top.png) no-repeat scroll right top;
	height: 257px;
}	

#container .extension_left .home {
	background: transparent url(../images/header/logo.png);
	position: absolute;
	width: 507px;
	height: 167px;
	top: 30px;
	left: 50px;
}

/* Footer */

#footer {
	background: transparent url(../images/background_bottom.png) no-repeat scroll left bottom;
	width: 100%;
	height: 83px;
	margin-top: 10px;
	text-align: center;
}
#footer .extension_right {
	width: 243px;
	height: 301px;
	background: transparent url(../images/background_bottom_right.png) no-repeat scroll right bottom;
	position: absolute;
	bottom: 0px;
	right: -82px;
	z-index: 10;
}
#footer .information {
	position: relative;
	z-index: 100;
	padding-top: 16px;
	color: #FFFFFF;
	font-size: 100%;
}
#footer .information a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer .information a:hover {
	text-decoration: underline;
}

#copyright {
	text-align: center;
}

/* Content */

#main {
	float: left;
	width: 100%;
	min-height: 682px;
	height: auto !important;
	height: 682px;
	position: relative;
	z-index: 100;
}

#main #content {
	margin: 0 160px 0 160px; /* 0 [Width of right column] 0 [Width of left column] */
	padding: 0 10px;
}

/* Tables */

.tables#left {
	position: relative;
	z-index: 100;
	float: left;
	width: 160px; /* Width of left column minus padding left + padding right */
	margin-left: -960px; /* - Width of container */
	padding: 0;
}

.tables#right {
	position: relative;
	z-index: 100;
	float: left;
	width: 160px; /* Width of right column minus padding left + padding right */
	margin-left: -160px; /* - width of right column */
	padding: 0;
}

