* {
    padding: 0;
    margin: 0;
} 

BODY {
background : url(header.jpg) repeat;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 18px;
color: #aaa;
}

img { border: none; }
a { color: #97C4FF; text-decoration: none;}
a:hover { text-decoration: underline; color : #aaa; }

#wrap {
margin: 40px auto 0 auto;


  width : 800px;
  right : auto;
}

#header { 
border: 5px solid #222;
height : 300px;
background-repeat : repeat-y;background-color : #333333;
  background-image : url(curtain3.jpg);background-position : center 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 : 500px;
float: left;
text-align: justify;
border: 5px solid #222;
padding: 10px;
background: #333;
  color : #ffffff;
  height : auto;
  right : auto;
  left : auto;
}
.left H2 {
color: #FF4800;
font-size: 24px;
letter-spacing : -2px;
font-weight: 100;
padding : 10px 0 15px 0;
  line-height : normal;
}

.right {
margin-top: 10px;
width : 206px;
float: right;
border: 5px solid #222;
font-size: 12px;
padding: 10px;
background : #333333 url(logo1.jpg) repeat;
   
  text-align : auto;
  
}
.right UL {

padding: 5px 10px 10px 20px;
color: #59799F;
}
.right H2 {
height: 30px;
font-size: 12px;
color : white;
line-height: 30px;
 list-style-type : none;
}
.right A { text-decoration: none ;
  color : fuchsia;
  font-weight : bold;
}

#footer {
margin-top: 10px;
text-align: center;
color: #eee;
font-size: 11px;
border: 5px solid #222;
padding: 10px;
background: #333;
}