html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
a{
color: #848383;
text-decoration: none;
font-weight: bold;
}
a:hover{
text-decoration: underline;
}
a:visited{
color: #a3a3a3;
}
body{
font-family: Verdana;
font-size: 11px;
color: #5a5950;
}
#wrapper{
width: 700px;
margin: 20px auto;
}
#left_content, #main_content{
float: left;
}

#left_content{
width: 250px;
text-align: right;
}
#left_content h3{
margin-bottom: 10px;
padding-top: 5px;
}
h1{
width: 248px;
height: 63px;
text-indent: 500px;
overflow: hidden;
background: url('images/logo.gif') no-repeat;
margin: 20px 0;
}
h1 a{
display: block;
width: 248px;
height: 63px;
}

#main_content{
width: 370px;
margin-top: 65px;
margin-left: 30px;
}
#main_content .info_box{
margin-bottom: 10px;
border-top: 1px solid #e4e4e4;
}
#main_content h3{
margin-bottom: 10px;
color: #a6a7aa;
}
#main_content .info_box h2{
font-size: 16px;
color: #6e6f72;
margin: 10px 0;
font-family: MyriadPro;
font-family: 'Trebuchet MS';
cursor: pointer;

}
#main_content .info_box h2 strong{
color: #ee1c24;
}
