body, html {
    margin: 0;
    padding: 0;
    font-family: trebuchet ms;
	color: #333;
}

#container {
    width: 1158px;
    margin: auto;
}

#header {
}

#content {
    position: relative;
    min-height: 460px;
    height: auto !important;
    height: 460px;
}

#leftpanel {
    width: 382px;
    min-height: inherit;
    float: left;
	overflow: hidden;
}

#main {
    width: 536px;
    padding:20px 30px 20px 20px;
    float: left;
	text-align: justify;
	overflow: hidden;
}

#rightpanel {
    width: 190px;
    min-height: inherit;
    float: left;
}

#footer {
    height: 50px;
    font-size: 75%;
	clear: both;
}
