* {
    padding: 0;
    margin: 0;
} 

body {
background: #fff;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 18px;
color: #333333;
}

img { border: none; }
a { color: #22456F; text-decoration: none;}
a:hover {
color: #ed1c24;
text-decoration: underline;
}

#wrap {
margin: 40px auto 0 auto;
width: 1080px;
}

#header { 
border: 5px solid #ddd;
height: 100px;
}
#header h1 {
font-size: 26px;
font-weight: 100;
letter-spacing: -3px;
padding: 15px 0 5px 10px;
}
#header h1 a {
color: #182535;
text-decoration: none;
}
#header h1 a:hover {
color: #000;
text-decoration: none;
}
#header h2 {
color: #aaa;
font-size: 15px;
font-weight: 100;
padding: 0 0 0 23px;
letter-spacing: +0px;
line-height: 12px;
}


.left {
margin-top: 10px;
width: 200px;
float: left;
border: 5px solid #ddd;
font-size: 11px;
font-weight: normal;
padding: 10px;
}
.left ul {
list-style-type: square;
padding: 5px 10px 10px 20px;
color: #59799F;
}
.left h2 {
height: 30px;
font-size: 11px;
font-weight: bold;
color: #666;
line-height: 30px;
}
.left a { text-decoration: none }
.left a:hover {
color: #ed1c24;
text-decoration: underline;
}




.middle {
margin-top: 10px;
margin-left: 10px;
width: 570px;
float: left;
font-size: 11px;
font-weight: normal;
border: 5px solid #ddd;
padding: 5px;
}
.middle h2 {
color: #ed1c24;
font-size: 24px;
letter-spacing: -2px;
font-weight: 100;
padding : 10px 0 15px 0;
line-height: 25px;
}

ul{
font-size: 11px;}

select {
font-size: 11px;}


.middle2 {
margin-top: 10px;
margin-left: 10px;
width: 810px;
float: left;
font-size: 11px;
font-weight: normal;
text-align: justify;
border: 5px solid #ddd;
padding: 10px;
}
.middle2 h2 {
color: #ed1c24;
font-size: 24px;
letter-spacing: -2px;
font-weight: 100;
padding : 10px 0 15px 0;
line-height: 25px;
}












.right {
margin-top: 10px;
width: 200px;
float: right;
border: 5px solid #ddd;
font-size: 11px;
font-weight: normal;
padding: 10px;
}
.right ul {
list-style-type: square;
padding: 5px 10px 10px 20px;
color: #59799F;
}
.right h2 {
height: 30px;
font-size: 11px;
font-weight: bold;
color: #666;
line-height: 30px;
}
.right a { text-decoration: none }
.right a:hover {
color: #ed1c24;
text-decoration: underline;
}

#footer {
margin-top: 10px;
text-align: center;
color: #444;
font-size: 11px;
font-weight: normal;
border: 5px solid #ddd;
padding: 10px;
}