* {
    padding: 0;
    margin: 0;
}

body {
background: #fff url(images/bg.jpg) top center repeat;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 18px;
color: #333333;
}

img { border: none; }
a { color: #cc0000; text-decoration: underline;}
a:hover { text-decoration: none; color : #000; }

#wrap {
margin: 0px auto 0 auto;
width: 952px;
}

#header {
border: 0px solid #ddd;
height: 170px;
background: url(images/header.gif);

}
#header h1 {
font-size: 26px;
font-weight: 100;
letter-spacing: -3px;
padding: 12px 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 11px;
letter-spacing: -1px;
line-height: 12px;
}



.left {
margin-top: 10px;
width: 730px;
height: 2320px;
float: left;
text-align: justify;
border: 3px solid #cc0000;
padding: 10px;
background: #fff;
}
.left h2 {
color: #cc0000;
font-size: 18px;
letter-spacing: 0px;
font-weight: 100;
padding : 0px 0 1px 0;
}

.right {
margin-top: 10px;
height: 2320px;  
width: 160px;
float: right;
text-align: justify;
border: 3px solid #cc0000;
font-size: 12px;
padding: 10px;
background: #fff;
}
.right ul {
list-style-type: square;
padding: 5px 10px 10px 20px;
color: #59799F;
}
.right h2 {
color: #cc0000;
font-size: 18px;
letter-spacing: 0px;
font-weight: 100;
padding : 0px 0 1px 0;
}
.right a { text-decoration: none }

#footer {
background: #fff;
margin-top: 10px;
margin-bottom: 50px;
text-align: center;
color: #444;
font-size: 11px;
border: 3px solid #cc0000;
padding: 10px;
}