* {
    padding: 0;
    margin: 0;
} 

body {
background: #fff;
font-family: Arial, sans-serif;
font-size: 13px;
padding: 0;
margin: 0;
color: #444;
line-height: 17px;
}

a { color: #c30; }
a:hover { text-decoration: none; color : #111 }
h3 { border-bottom: 1px dotted #aaa; color: #666; padding-bottom: 4px; margin: 14px 0 7px 0; font-weight: 100; font-size: 16px; letter-spacing: 2px;}
h3 a { text-decoration: none; font-size: 16px; letter-spacing: 2px; }
h3 a:hover { color: #333; }

img {
float: right;
border: 0;
}

#wrap {
width: 800px;
margin-left: 50px;
float: left;
}

#header {
height: 120px;
}
#header h1 {
font-size: 38px;
font-weight: 600;
letter-spacing: -2px;
padding: 30px 0 0 10px;
}
#header h1 a {
color: #FA9C39;
text-decoration: none;
}
#header h1 a:hover {
color: #c30;
text-decoration: none;
}

#header h2 {
font-size: 12px;
color: #000;
padding: 9px 0 0 13px;
}

#left {
margin-top: 10px;
width: 430px;
float: left;
font-size: 12px;
text-align: justify;
margin-left: 10px;
}

#promo {
margin-top: 10px;
width: 430px;
float: left;
font-size: 12px;
text-align: justify;
margin-left: 10px;
}

#promo ul { color: #111; list-style-type: circle; padding: 10px 0 10px 15px; }
#promo ul li { padding: 2px 0 3px 0; }
#promo ul li a { font-weight: 400; display: block; text-decoration: none; font-size: 13px; border-bottom: 1px dotted #aaa; }
#promo ul li a:hover { color : #111; }

#info {
margin-top: 0;
width: 430px;
float: left;
font-size: 11px;
text-align: justify;
margin-left: 10px;
padding: 10px 10px 10px 10px;
border: 1px solid #ccc;
}

#right {
width: 200px;
position:absolute;
 top: 20px;
 left: 570px;

}
#right ul { color: #c30; list-style-type: square; padding: 10px 0 10px 15px; }
#right ul li { padding: 2px 0 3px 0; }
#right ul li a { font-weight: 400; display: block; text-decoration: none; font-size: 13px; border-bottom: 1px dotted #aaa; }
#right ul li a:hover { color : #111; }
#right a { font-weight: 400; display: block; text-decoration: none; font-size: 13px; border-bottom: 1px dotted #aaa; }
#right a:hover { color : #111; }
#right img { float: left; border: 0; vertical-align: bottom; }
 
#beta {
width: 10px;
font-size: 16px;
font-weight: 600;
color: 	#808080;
text-align: left;
position:absolute;
 top: 15px;
 left: 400px;
}

#footer {
font-size: 11px;
color: #999;
text-align: center;
padding: 10px 0;
margin: 150px 0 0 0;
border-top: 1px solid #ccc;
}
#footer a { 
color: #999;
}
#footer a:hover {
color: #000; 
text-decoration: underline; 
}