* {
    padding: 0;
    margin: 0;
} 

body {
background: #6f1e89 url(template/bg.jpg) repeat-x;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 18px;
color: #D9ADF7;
}

img { border: none; }
a { color: #fff; text-decoration: none;}
a:hover { text-decoration: none; color : #e1a4f2; }

#wrap {
margin: 40px auto 0 auto;
width: 899px;
}

#header { 
border: 1px solid #ddd;
height: 100px;
}
#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;
background: #6f1e89;
width: 877px;
float: left;
text-align: justify;
border: 1px solid #82319c;
padding: 10px;
}
.left h2 {
color: #fff;
font-size: 18px;
font-weight: bold;
padding : 10px 0 10px 0;
}

.left2 {
margin-top: 10px;
background: #6f1e89;
width: 877px;
float: left;
text-align: justify;
border: 1px solid #82319c;
padding: 10px;
margin-bottom: 30px;
}

h2 {
color: #fff;
font-size: 18px;
font-weight: bold;
padding : 10px 0 10px 0;
}






