body {
background: #fff;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 62.5%;
text-align: center;
margin-top: 0px;
}

/********************************************************************************************************/
/**************************************************DIVS**************************************************/
/********************************************************************************************************/

#wrapper {
width: 754px;
margin-right: auto;
margin-left: auto;
}

#header {
width: 100%;
background: #fff;
height: 56px;
overflow: hidden;
}

#header_l {
width: 152px;
background: #fff;
float: left;
height: 56px;
}

#header_r {
width: 602px;
background: #fff;
float: left;
height: 56px;
}

#title {
width: 100%;
background: #fff;
}

#middle {
float: left;
width: 100%;
}

#left {
width: 300px;
background: #fff;
float: left;
padding: 0px 22px 24px 22px;
}

#right {
width: 410px;
background: #fff;
float: right;
text-align:right;
margin: 0px 0px 24px 0px;
}

#footer {
clear: both;
width: 100%;
background: #e15;
float: left;
color: #fff;
}

#left p {
color: #666;
text-align: left;
font-size: 1.1em;
margin: 24px 24px 0px 0px;
line-height: 1.8em;
}

body img {
border: none;
}

.hr {
background:#ddd;
width: 100%;
height: 1px;
margin: 40px 0px 0px 0px;
line-height: 1px;
font-size: 1px;
}

#left ul {
text-align: left;
padding: 24px 0px 0px 24px;
margin: 0px;
font-size: 1.1em;
color: #e15;
line-height: 1.8em;
list-style:none;
}

#left ul li {
background: 0px 8px url(comm_mark_images/arrow.png) no-repeat;
padding: 0px 0px 0px 14px;
}

#left ul li a{
color: #e15;
text-decoration: none;
}

.footertext { 
font-size: 1.0em;
text-align: left;
padding: 0px 0px 1px 15px;
line-height: 2.4em;
float: left;
margin:0px;
}

.footertext a { 
text-decoration:none;
color: #fff;
}

.footercopyright { 
font-size: 1.0em;
text-align: right;
padding: 0px 15px 1px 10px;
line-height: 2.4em;
float: right;
margin:0px;
}


