@charset "UTF-8";
/* CSS Document */
body{
	font: Tahoma,Arial,sans-serif;
	color:#3c3c3c;
	font-size: 0.9em;
}
#page{
	margin: 0 auto;
	width:850px;
	padding-bottom: 14px;
}
#main{
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-moz-box-shadow: 0px 4px 6px #444;
	border: 1px solid #BABABA;
	width: 744px;
	height: auto;
	margin:0 auto;
	background-color: #FAFAFA;
}
#page,
#main,
#content{
	overflow: hidden;
}
#content{
	padding: 21px;
}
#content div{
	width: 336px;
	float: left;
	height: 230px;
}
#content div.left{
	padding-right: 14px;
}

#content ul{
	padding-left: 0px;
}

#content ul li{
	line-height: 1.5em;
	background:url(img/arrows_blue.png) 0px 7px no-repeat;
	list-style: none;
	padding-left: 14px;
	line-height: 1.7em;
}

h1, h2{
	font-size:1.5em;
	font-weight:normal;
	text-transform:uppercase;
	line-height: 2.0em;
	margin-top:7px;
	margin-bottom: 7px;
	text-decoration: underline;
}