/*Eric Meyer's CSS Reset.*/
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
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: top;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
}

/* 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;
	empty-cells: show;
}
/*GO!*/
img, div, a, input{ behavior: url(css/iepngfix.htc) } /* Patch hover active focus IE6 IE7 IE8 quirks */
body {
	margin: 0;
	padding: 0;
	width: 100%;
	min-width: 940px; 
	font: 13px "Trebuchet MS",Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-image: url(img/bgr.png);
	background-position: 0 0;
	background-repeat: repeat-x;
	color: #000000;	
	font-weight: bold;
	text-align:center;
	
}
a {
	color: #660000;
	font-weight: bold;
}
h1, h2, h3 {
	margin:.8em 0 .2em 0;
	padding:0;
}
p {
	margin: 5px 5px 5px 5px;
	padding: 0;
	text-align:justify;
}
#header{
	text-align:center;
	width: 100%;
	height: 180px;
	padding: 0;
	margin: 0;
	background: url(img/header.png) repeat-x 0 0;
}
#main{
	width: 940px;
	background: url(img/brgmain.png) repeat-x 0 0;
	margin-left: auto;
   margin-right: auto;
	text-align: center;
}
#conl{
	float: left;
	width: 229px;	
	margin: 10px 0pt 0pt 0pt;
	height: 510px;
}
#conm{
	background:transparent url(img/bgrconm.png) repeat-x scroll 0 0;
	margin:35px 232px 0 202px;
	padding-top:40px;
}
#conm p{
	margin:0;
	padding:30px;
	text-align:justify;
	color: Blue;
}
#conr{
	float: right;
	width: 200px;
	height: 610px;
	margin:35px 0 0;
}
#footer {
	background: transparent url(img/footer.png) repeat-x scroll right bottom;
	padding-bottom: 10px;
	text-align: center;
	width: 100%;
	clear: both;
}
#footer p {
	text-align: center;
	padding: 10px;
}
.clair{
	clear: right;
}
.img_r{
	float: right;
	margin: 0 0 0 10px;
}
.img_l{
	float: left;
	margin: 5px 10px 0 0;
}
.tabler{
	padding: 0 5px 0 5px;
	color: Blue;
	text-align: left;
}