* {
    padding: 0;
    margin: 0;
}

body {
background: #fff url(images/bg.jpg) center top repeat-x;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 20px;
color: #333333;
}

img { border: none; }
a { color: #c526ca; text-decoration: underline;}
a:hover { text-decoration: none; color : #f7abf6; }

#wrap {
margin: 0px auto 0 auto;
width: 800px;
}

#header {
background: url(images/header.gif);
border: 0px solid #ddd;
height: 27px;
padding:  155px 0px 0px 00px;

}

#header  a {
color: #fff;
text-decoration: none;
padding: 100px 0px 0px 20px;
font-size: 13px;

}




#header  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 {
background: #fff;
margin-top: 0px;
width: 599px;
float: left;
font-size: 12px;
text-align: justify;
border-right: 0px solid #ddd;
padding: 10px;
}
.left h2 {
padding : 10px 0 10px 0;
font-size: 14px;
color: #666;
}

.left h3 {
padding : 10px 0 10px 0;
font-size: 14px;
color: #c526ca;
}

.right {
height: 2070px;

text-align: justify;
background: #fff;
margin-top: 0px;
width: 160px;
float: right;
border-left: 1px solid #ddd;
font-size: 12px;
padding: 10px;
}
.right ul {
list-style-type: square;
padding: 5px 10px 10px 20px;
color: #59799F;
}
.right h2 {
padding : 10px 0 10px 0;
font-size: 14px;
color: #666;

}
.right a { text-decoration: none }

#footer {
background: #dddddd;
margin-top: 10px;
margin-bottom: 30px;
text-align: center;
color: #444;
font-size: 11px;
padding: 10px;
}