/* CSS RESET éà */
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;
	font-family:Arial, Helvetica, sans-serif;
}
body {
	line-height: 1;
}
div {
	position:relative;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* #####################
		TEMPLATE
   #####################*/

body {background-color: #CCC;}

#container {width: 1022px; margin: auto; border: 1px solid #666; background:#fff;}

#header {min-height: 191px; width:1024px; background:url("images/header.jpg")}

#columns {float: left; background:#fff; width:1024px; }
#left_column {float: left; width: 307px; padding:10px;}
#right_column {float: left; width: 640px; padding:20px;}
#right_column p {font-size:12px; line-height:18px;}

h1{margin:10px 0 10px 0; color:#d14200; font-size:18px;}
h2{margin:10px 0 10px 0; color:#183376;}
h3{margin:10px 0 10px 0; color:#d14200; font-size:13px;}

#footer {float: left; width: 944px; text-align: center; background:#000; padding: 10px 20px 10px 60px; color: #fff; font-size: 12px}
#footer_text {float: left; text-align: left; width: 650px; line-height: 22px; margin-top: 10px}
#footer_text a {color: #fff}
#footer_img {float: right; width: 170px;}
#footer_img img {float: left; margin-right: 12px}
#footer_slogan {float: left; width: 170px; text-align: left; margin-top: 6px}
#footer_slogan a {color: #ddd; text-decoration: none}