* {
    padding: 0;
    margin: 0;
} 

body {
background: #000 url(templates/bg.gif) repeat-x ;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 18px;
color: #aaa;
}

img { border: none; }
a { color: #FE8AC0; text-decoration: underline;}
a:hover { text-decoration: none; color : #aaa; }

#wrap {
margin: 0px auto 0 auto;
width: 910px;
}

#header { 
border: 0px solid #222;
padding-top: 3px;
text-align: center;
height: 227px;
background: #000 url(templates/header.gif) center;
}
#header h1 {
font-size: 26px;
font-weight: 100;
letter-spacing: -3px;
padding: 12px 0 5px 10px;
}
#header h1 a {
color: #fff;
text-decoration: none;
}
#header h1 a:hover {
color: #aaa;
text-decoration: none;
}
#header h2 {
color: #ccc;
font-size: 15px;
font-weight: 100;
padding: 0 0 0 11px;
letter-spacing: -1px;
line-height: 12px;
}





.left {
margin-top: 10px;
width: 680px;

float: left;
text-align: justify;
border: 5px solid #222;
padding: 10px;
background: #333;
}
.left h2 {
color: #FD067B;
font-size: 24px;
letter-spacing: 0px;
font-weight: 100;
padding : 7px 0 12px 0;
}

.left2 {
width: 200px;
height: 133px;
float: left;
margin-right: 20px;
text-align: justify;
border: 1px solid #FD067B;
padding: 5px;

}

.left3 {
width: 445px;
height: 133px;
float: left;
margin-right: 0px;
text-align: justify;
border: 0px solid #FD067B;
padding: 0px;

}
.left4 {
width: 670px;
height: 30px;
float: left;
margin-right: 0px;
text-align: justify;
border: 0px solid #cc0000;
padding: 0px;
}
.left4 h3 {
color: #FE8AC0;
font-size: 15px;
letter-spacing: 0px;
font-weight: 100;
padding : 10px 0 10px 0;
}









.right {
margin-top: 10px;
width: 160px;
height: 1976px;
text-align: justify;
float: right;
border: 5px solid #222;
font-size: 12px;
padding: 10px;
background: #333;
}
.right ul {
list-style-type: square;
padding: 5px 10px 10px 20px;
color: #59799F;
}
.right h2 {
height: 30px;
font-size: 12px;
color: #666;
line-height: 30px;
}
.right a { text-decoration: none }

#footer {
margin: 10px 0px 50px 0px;
text-align: justify;
font-size: 11px;
border: 5px solid #222;
padding: 10px;
background: #333;


}