html,body {
	padding: 0;
	margin:  0;
	background-color: #fff;
	font-family:arial;
	color: #00023d;
	font-size: 1em;
	width:100%;
	text-align:center;
	background: url("images/bck_site.jpg") repeat-x;
}

#container {
	margin: 0 auto;
	width: 1024px;
}

#header {
	width: 1024px;
	height: 410px;
	padding: 0;
	margin:  0;
	background-image: url("images/header.jpg");
}

#body {
	background: url("images/bck_body.jpg") no-repeat;
	width: 1024px;
	padding: 0;
	margin:  0;
}

#body_left {
	width: 512;
	float:left;
    padding-left:115px;
    padding-right:45px;
    margin:-105px 0 0 0;
}

#body_left h2{
	position: relative;
	text-align: right;
	color: #fff;
	font-size: 20px;
	margin:10px 0 60px 0;
}

#body_right {
	width: 512;
	float:left;
    padding-left:45px;
    padding-right:115px;
    margin:-105px 0 0 0;
}

#body_right h2{
	position: relative;
	text-align: left;
	color: #fff;
	font-size: 20px;
	margin:22px 0 74px 0;
}

#footer {
	background-image: url("images/bck_footer.jpg");
	background-repeat: repeat-x;
	widht: 100%;
	height: 30px;  	
	padding: 6px;
	color: #fff;
	font-size: 0.8em;
}

#footer a {
    text-decoration: none;
	color: #fff;
}

#body_left p {
	position: relative;
	width: 350px;
	text-align: justify;
	font-size: 0.75em;
}

#body_right p {
	position: relative;
	width: 350px;
	text-align: justify;
	font-size: 0.75em;
}

ul {
	list-style-image: url("images/arrow.gif");
	text-align: left;
	position: relative;
	margin:40px 0 0 60px;
}


h3 {
    font-size: 0.8em;
    _font-size: 0.75em;
}

h3 a {
    color: #0c225d;
    font-size: 1em;
}

h2 a {
    color: #fff;
    text-decoration: none;
}

h1 {
	position:absolute;
	color: #0c225d;
    font-size: 0.7em;
	position: relative;
	top:15px;
}

#cleaner{visibility: hidden;
clear: both;}
