/* normalize */
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,strong,th,var {
	font-style: normal;
	font-weight: normal;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6{ 
	font-size: 100%;
	font-weight: normal;
}
td{
    text-align: left;
    vertical-align: top;
}
abbr,acronym {
	border: 0;
}


/* === MAIN === */
body { 
	font: normal 100% Georgia, "Times New Roman", Times, serif;
	color: #000000;
	background-image: url(/images/bkg_1.jpg);
	position: relative;
	margin: 0 auto; 
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#container {
	background-color: #ffffff;
	width: 795px;
	margin:0 auto;
}
#hdr { 
	background-color: #ffffff; 
	background-image: url(/images/hdr_1.gif);
	background-repeat: no-repeat;
	height: 158px;
	padding: 0;
} 
#nav {
	float: left;
	top: 0px;
	left: 0px;
	width: 130px;
	padding: 0;
	background-color: #ffffff;
}
#sidebar {
	float: right;
	top: 0px;
	right: 0px;
	width: 205px;
	padding: 20px 0px 10px;
	background-color: #ffffff;
	background-image:url(/images/sidebar_bkg.gif);
	background-repeat: no-repeat;
}

#content {
	float: left;
	top:0;
	right:0;
	width: 460px;
	padding: 35px 0px;
	background-color: #ffffff;
}


/* -- Contact Info -- */
#hdr p.contact{
	color: #ffffff;
	font-size: 11px;
	line-height: 14px;
	text-align: right;
	padding: 45px 18px 0px;
}
#hdr p.contact a{
	color: #ffffff;
	font-size: 11px;
	text-decoration: none;
}
#hdr p.contact a:HOVER {
	text-decoration: underline;
}
#hdr p.nav_top{
	color: #ffffff;
	font-size: 11px;
	padding: 12px 18px 0px;
}
#hdr p.nav_top a{
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 11px;
	text-decoration: none;
	padding: 0px 6px;
}
#hdr p.nav_top a:HOVER {
	text-decoration: underline;
}


/* --- Footer --- */
#ftr{
	font: normal 77% Arial, Helvetica, sans-serif;
	background-image: url(/images/ftr_1.gif);
	color: #ffffff;
	margin: 0;
	height: 37px;
}
#ftr p{
    padding: 8px 6px;
}

/* --- float --- */
.float_rt {
	float: right;
	margin: 8px 4px 8px 8px;
}
.float_lt {
	float: left;
	margin: 8px 8px 8px 4px;
}


