* {
    padding: 0;
    margin: 0;
} 

body {
background: #fff url(images/bg.gif) repeat-x top;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 24px;
color: #333333;
}

a { color: #48B9EF; text-decoration: none; }
a:hover { color: #000; text-decoration: underline; }

#wrap {
width: 800px;
margin: 0px auto;
}

#header {

}
#header h1 {
font-size: 39px;
font-weight: 100;
letter-spacing: -3px;
padding: 40px 0 0 0;

}
#header h1 a {
text-decoration: none;
color: #48B9EF;
}
#header h1 a:hover { color: #000; }
#header h2 {
color: #EA1000;
font-size: 22px;
font-weight: 100;
letter-spacing: -3px;
}

#content {
border: 1px solid #48B9EF;
margin: 30px 0 5px 0;
padding: 10px;
}
.right {
float: right;
width: 550px;
padding: 10px 20px 10px 10px;
}
.right h2 { 
font-weight: 100;
padding: 10px 0 10px 0;
}

.left {
float:left;
width: 160px;
padding: 10px 0px 10px 10px;
}
.left h2 { font-size: 14px; color: #666; font-weight: 100; }
.left ul { padding: 5px 0 15px 15px; font-size: 11px; color: #666; }

#footer {
text-align: center;
font-size: 11px;
padding: 0 0 5px 0;
color: #888;
}
#footer a {
color: #888;
text-decoration: none;
}
#footer a:hover {
color: #333;
text-decoration: underline;
}


.my_left_header{
	text-align:left;
	padding-left:0;
	font-size:14px;
}

.my_left_item{
	width:160px;
	padding-bottom:5px;
	background:url(images/arrow2_e.gif) no-repeat 0px 5px;
	padding-left:20px;
	line-height:20px;
}


.box_1_top h1{
	font-size:16px;
	font-weight:bold;
	padding-bottom:10px;
	color:#2c1806;
}
