body {
margin: 0;
padding: 0;
direction: ltr;
font-size: 1em;
text-align: center;
background: #007cb0;
font-family: "Lucida Grande", Myriad, "Andale Sans", "Luxi Sans", "Bitstream Vera Sans", Tahoma, "Toga Sans", Helvetica, Arial, sans-serif;
}

/* Header section */
#top_header {
width: 958px;
min-height: 208px;
height: 208px;
display: block;
text-align: left;
background: #007cb0 url(images/top.jpg) no-repeat center;
}

#top_header h1 {
/*margin: 0;
padding-top: 20px;
color: #fff;
font-weight: bold;
font-size: large;*/
height: 208px;
color: #fff;
text-align: left;
min-height: 208px;
max-height: 208px;
padding-left: 25px;
padding-right: 25px;
}

#top_header h1 a, #top_header h1 a:hover {
color: #fff;
text-decoration: none;
}

#top_header p {
color: #fff;
margin: 0px;
}
/* End Header */

/* Container */
#container {
padding: 0;
width: 958px;
margin: 0 auto;
display: block;
text-align: left;
font-size: smaller;
background: transparent;
}

html>body #container{
width: 958px;
}
/* End Container */



#main {
width: 690px;
float: left;
margin: 0 8px;
}

#bar1 {
float: left;
width: 200px;
min-height: 540px;
}
/*
#bar2 {
float: right;
width: 60px;
}*/

