html, body, a, p, ul, li, h1, img { 
  border: 0;
  margin: 0;
  padding: 0;
}


body {
background-color: #2489cd;
}

#container{
	position: absolute;
	background-color: #FFFFFF;
	width: 785px;
	left: 50%;
	margin-left:-392px;
	margin-top: 0px;
}
#top {
width: 100%;
height: 158px;
background: url(../img/top.jpg);
}
#middle {
width: 100%;
min-height: 400px;
background: url(../img/sides.jpg) repeat-y;
display: block;
padding-bottom: 102px;

}
#bottom {
width: 100%;
height: 117px;
background: url(../img/bottom.jpg);

}
#left {
height: 100%;
width: 200px;
float: left;
display: inline;
}
#right {
width: 570px;
height: 100%;
float: right;

}
#content {

width: 560px;
height: 100%;
padding-top: 0.5em;
float: left;
}
#menu{
width: 200px;
height: 150px;
padding-top: 5px;

}
#menu_ul {
list-style: none;
}
.menu_a {
font-family: "Trebuchet MS", "Microsoft Sans Serif", Arial;
font-size: 21px;
text-decoration: none;
color: #2489cd;
margin-left: 2em;
}


#box_top {
width: 197px;
height: 48px;
background: url(../img/box_top.jpg);
}
#box_middle {
width: 197px;
min-height: 125px;
height: auto !important;
height: 125px;
background: #ffffff url(../img/box_sides.jpg) repeat-y;
}
#box_bottom {
width: 197px;
height: 6px;
background: url(../img/box_bottom.jpg) no-repeat;
}

H1 {
font-family: "Trebuchet MS", "Microsoft Sans Serif", Arial;
font-size: 25px;
color: #1479bd;
text-align: center;
margin-bottom: 0.25em;
}
P {
text-align: justify;
font-size: 17px;
}
#xhtml_button {
position: absolute;
bottom: 1em;
left: 1em;
}
#box_middle p {
width: 157px;
padding-left: 20px;
padding-right: 20px;
padding-top: 3px;
font-size: 14px;
}






