* {
    padding: 0;
    margin: 0;
} 

body {
background: #B3BAF0;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 18px;
color: #333333;;
}

img { border: none; }
a { color: #D80600; text-decoration: none; }
a:hover { text-decoration: underline; color : #000; }

#wrap {
width: 800px;
margin: 10px auto;
}

#top {
background: #B3BAF0 url(images/top.gif) no-repeat;
padding: 10px 0;
}

#header {
background: #B3BAF0 url(images/header-img.jpg) no-repeat;
height: 80px;
padding-top:20px;
line-height: 58px;
}
#header h1 {
padding: 5px 0 0 30px;
letter-spacing: -2px;
}
#header h1 a {
	font-size:16px;
color: #fff;
text-decoration: none;
}
#header h1 a:hover {
text-decoration: none;
color: #000;
}

h1{
	font-size:16px;
	padding-bottom:20px;
	padding-top:10px;
}

#header h2 {
padding-left: 32px;
font-size: 17px;
color: #666;
font-weight: 100;
}

#menu {
height: 30px;
line-height: 30px;
background: #EA0F00 url(images/menu.gif) no-repeat;
}
#menu ul {
padding-left: 20px;
list-style-type: none;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
color: #fff;
padding: 0 10px;
text-decoration: none;
font-weight: 600;
}
#menu ul li a:hover {
color: #fff;
text-decoration: underline;
}

#content {
background: #B3BAF0 url(images/content.gif) repeat-y;
padding: 20px 10px 10px 10px;
}

.box_1_top{
	background:#f1f2fa;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
	padding-top:10px;
}

.left {
float: left; 
width: 540px;
padding-top:10px;
padding-left:20px;
padding-bottom:20px;
text-align; justify;
}
.left h2 {
font-size: 18px;
font-weight: 100;
}

.right { 
float: right; 
width: 160px;
padding: 10px 0 10px 0;
margin-right:20px;
}
.right ul { list-style-type: none; padding: 5px 5px 10px 5px; }
.right h2 { font-size: 14px; font-weight: 100; letter-spacing: -1px; border-bottom: 1px solid #aaa; }

.my_left_header{
	text-align:left;
	padding-left:0;
	font-size:14px;
}

.my_left_item{
	width:140px;
	padding-bottom:5px;
	background:url(images/arrow3_e.gif) no-repeat 0px 5px;
	padding-left:20px;
	padding-top:5px;
	border-bottom: 1px dotted #B3BAF0;
}



#bottom { 
background: #B3BAF0 url(images/bottom.gif) no-repeat;
padding: 10px 0;
}

#footer {
padding: 0 0 0 0;
text-align: center;
font-size: 11px;
color: #000;
}
#footer a { color: #000; text-decoration: none; }
#footer a:hover { text-decoration: underline; }

