/* Reset CSS v1.0 */



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,

table, caption, tbody, tfoot, thead, tr, th, td {

	margin: 0;

	padding: 0;

	border: 0;

	outline: 0;

	font-size: 100%;

	vertical-align: baseline;

	background: transparent;

}

body {

	line-height: 1;

	font-family: Helvetica, Verdana, sans-serif;

	color: #fff;

}

ol, ul {

	list-style: none;

}

blockquote, q {

	quotes: none;

}

blockquote:before, blockquote:after,

q:before, q:after {

	content: '';

	content: none;

}



/* remember to define focus styles! */

:focus {

	outline: 0;

}



/* remember to highlight inserts somehow! */

ins {

	text-decoration: none;

}

del {

	text-decoration: line-through;

}



/* tables still need 'cellspacing="0"' in the markup */

table {

	border-collapse: collapse;

	border-spacing: 0;

}



body { background: #0a749b url(../images/body_bg.jpg) repeat-x; }

#container { width: 900px; margin: 0 auto; height: 600px;}

#container #inside { width: 900px; height: auto; background: url(../images/container_bg.jpg) repeat-x; padding-top: 1px;}

#container #header { height: 152px; display: block; }

#container #inside #content { height: auto; width: 900px; }

#container #inside #topnav { width: 100%; height: 31px; margin-left: 0; margin-right: 0;}

#container #inside #topnav ul { width: 100%; }

#container #inside #topnav ul li { width: 100px; height: 31px; background-image: url(../images/nav_bg.jpg); background-repeat: repeat-x; margin-left: 2px; float: left; display: block; text-align: center; }

#container #inside #topnav ul li.spacer {
	width: 388px;
	float: left;
}

#container #inside #topnav ul li a { color: #fff; text-decoration: none; padding-top: 6px; font-weight: 900; display: block; font-size: 13px;}

#container #inside #topnav a:hover { color: #c3c4c6; }

#container #inside #content_left { width: 462px; height: 475px; float: left; font-family: Tahoma; font-size: 11px; line-height: 14px;}

#container #inside #content_right { width: 436px; height: 475px; float: right;}

#footer { width: 900px; margin: 0 auto; font-size: 12px; font-weight: 500; height: 20px;}



.clearfix:after {

	content: ".";

	display: block;

	clear: both;

	visibility: hidden;

	line-height: 0;

	height: 0;

}

 

.clearfix {

	display: inline-block;

}

 

html[xmlns] .clearfix {

	display: block;

}

 

* html .clearfix {

	height: 1%;

}

.tabs {
	padding-left: 20px;
	padding-right: 20px;
}

