.main {
	float:left;
	width:940px;
	margin-bottom: 12px;
}
.main a {
	color: #069;
}
.box {
	border:1px solid #ddd;
}
.nav {
	float:right;
	width:250px;
}
.nav-top{
	height:40px;
	line-height:40px;
	margin-bottom:10px;
}
.nav-top {
	background-color:#f3f3f3;
	border-bottom:1px solid #ddd;
	text-transform: uppercase;
}
.nav-title {
	font-size:16px;
	font-weight:700;
	width: 100%;
	text-align: center;
}
.nav-title a {
	color:#069;
}
.nav-main {
	padding:0 10px 10px 20px;
}
.nav-main h3 a {
	color:#069;
	line-height:30px;
}
.nav-main h3 a:hover {
	color:#f60;
}
.article {
	padding: 1px 0 0 0;
	margin: 0 30px 0 30px;
	font-size: 100%;
	font-weight: normal;
}
.article h1{
	padding: 30px 0 20px 0;
	border-bottom: 1px dotted #d3d3d3;
	text-align: center;
	font-size:22px;
	font-weight:700;
	text-transform: uppercase;
}
.article h2 {
	font-size: 18px;
	font-weight: bold;
	line-height: 48px;
}
.text {
	font-size:14px;
	line-height:180%;
	margin:0 0 30px 0;
}
.btn {
	background-color: #d1dade;
	color: #5e5e5e;
	font-weight: bold;
	padding: 2px 4px;
	margin: 0 4px;
	text-shadow: none;
	border-radius: 4px;
}
a.btn {
	color: #5e5e5e;
}
a:hover.btn {
	text-transform: uppercase;
}

