body {
     margin:0;
     padding: 0 !important;
     background-color:#215D9A;
     background-image: url("../images/bg.png");
     background-repeat:no-repeat;
     background-position: center top;
     text-align:center;
}

div.clear {
clear:both;
width:0;
height:0;
}

form {
margin:0;
padding:0;
}

p {
margin-top:10px;
padding:0;
text-align:left;
}

div {
text-align:left;
}


/*******	container *******/

#container {
width:890px;
padding:5px 0px 15px 15px;
margin: 0px auto;
background:url("../images/content_bg.gif") 232px top #fff repeat-y;
}

#container_inner {
width:890px;
}

#box_left{
float:left;
width:218px;
border:0px solid red;
}

#box_content{
width:670px;
border:0px solid red;
min-height:340px;
height:auto !important;
height:340px;
float:left;

margin:0px;
padding:0px;
}

#box_right{
width:180px;
border:0px solid blue;
margin-left:0px;
margin-top:0px;
float:right;
margin-right:11px;
padding:0px;
}

#content_inner {
margin:5px 10px;
border:0px solid red;
width:435px;
float:left;
}

/*******	logo *******/

#logo {
top:0px;
width:217px;
height:207px;
background:url("../images/marathon-logo.gif") no-repeat;
float:left;
}


div #banner {
float:right;
width:673px;
height:223px;
background-image:url("../images/head.jpg");
}

#head_navi{
text-align:right;
margin-right:20px;
}

/*******	content *******/
.content {
padding:194px 0px 20px 0;
}












/*******	topnav *******/


#topnav {
position:absolute;
width:100%;
z-index:10;
top:10px;
text-align:right;
}
#topnav a {
color:#626469;
text-decoration:none;
font-weight:bold;
font-size:10px;
}

#topnav a:hover {
color:#000;
}

#topnav a.highlight {
color:#FFA616;
}

#topnav a:hover.highlight {
color:#000;
}


/*******	footer *******/
#footer {
  width:905px;
  border-top:2px solid #8CBC0D;
  font-size:10px;
  text-align:center;
  margin: 0px auto;
  color:white;
}

#footer a {
	color:#8badcf;
        text-decoration:none;
}

#footer a:hover {
	color:#4d81a1;
         text-decoration:underline;
}

#footer #copy{
float:left;
margin-bottom:7px;
padding: 3px;
}

#footer #mail{
float:right;
margin-bottom:7px;
padding: 3px;
}
