html {
    overflow: auto;
    overflow-x: hidden;
}

html, body {
    height: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
}
body
{
    background: url('../img/bg01.jpg') repeat-x top left;
}
#wrapper {
	margin: 0 auto;
	width: 996px;
	background: url('../img/wrapper01.png') repeat-x top left;
}	
#header {
    height: 310px;
    position: relative;
}
#container {
	height: 670px;
}

#container #left {
	float: left;
	margin-left: 15px;
	width: 240px;
	bborder: 1px solid red;

}
#container #right {
	float: right;
	margin-right: 15px;
	width: 240px;
	bborder: 1px solid lime;
}

#container #main {
margin-left: 255px;
margin-right: 255px;
bborder: 1px solid;

}
#container .inside {
	padding: 20px 10px;
	text-align: left;
}
#container #left .inside {
	padding-left: 27px;
}
#container #main .inside {
	padding: 20px 30px 50px 30px;
	text-align: left;
}
#footer {

    margin-top: 20px;
    height: 38px;

}
#footer,
#footer a,
#footer p
 {
    color: #716558;
    font-size: 11px;
}
#footer p
 {
 text-align: center;
}
.clr
{
	clear: both;
}
*, body, table, th, td, h1, h2, h3, h4, h5, h6, textarea {
    color: #463C32;
    font-family: arial,tahoma,verdana;
    font-size: 12px;
    line-height: 1.3em;
}
table, p, ul, ol, dl, .button_inline, fieldset, code, .formbody, .dlh_googlemap, a.download, blockquote, .image_container, address {
    margin-bottom: 1.3em;
}


h1 {
    font-size: 28px;
    font-weight: normal;
    margin: 0 0 20px;
}
h2 {
    font-size: 15px;
    font-weight: normal;
    margin: 0 0 15px;
}
h3 {
    font-size: 12px;
    font-weight: normal;
    margin: 0 0 15px;
}
h4, h5, h6 {
    margin: 0 0 15px;
    padding: 0;
}
p {
    margin: 0 0 15px;
    line-height: 1.6em;
}

a {
    color: #005288;
    outline: medium none;
    text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
a img {
    border: medium none;
}
img
{
	margin-bottom: 1.3em;
}
table
{
	margin-bottom: 2.3em;
}
table img
{
	margin-bottom: 0.3em;
}
table td
{
	text-align: center;
}
table a
{
	text-align: center;
	font-size: 14px;
}
.language {
    color: #716558;
    font-size: 14px;
    list-style: none outside none;
    position: absolute;
    top: 23px;
    right: 20px;
}