@charset "utf-8";
body {
	margin: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #0b1a26;
	background-color: #0b1a26;
	background-image: url(../layout-imgs/bg.gif);
	background-position: top center;
}
.cb { clear: both; }
.fl { float: left; }
.fr { float: right; }
.ar { text-align: right; }
#top-a {
	width: 100%;
	height: 22px;
	background-color: #41280e;
	background-image: url(../layout-imgs/top-a.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
#top-b {
	width: 100%;
	height: 69px;
	background-color: #fff;
	background-image: url(../layout-imgs/logo.gif);
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}
#top-c {
	width: 100%;
	height: 22px;
	background-color: #41280e;
	background-image: url(../layout-imgs/top-c.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
#logo {
	width: 317px;
	padding-top: 7px;
}
#menu {
	width: 100%;
	padding: 5px 0px;
	border-bottom: 1px solid #af9274;
	text-align: center;
	background-color: #94816e;
}
#menu a {
	margin: 10px;
	text-decoration: none;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#menu a:hover {
	color: #41280e;
}
#shadow {
	width: 100%;
	height: 5px;
	background-image: url(../layout-imgs/shadow.gif);
	background-position: top;
	background-repeat: repeat-x;
}
#content {
	width: 780px;
	padding: 1px 0px;
	margin: 0px auto;
	background-color: #fff;
}
#home {
	width: 780px;
	height: 400px;
	margin: 0px auto;
	background-image: url(../layout-imgs/justice.gif);
	background-position: center;
	background-repeat: no-repeat;
}
.marg {
	margin: 0px 34px;
}
.marg-l {
	margin-left: 34px;
}
.marg-r {
	margin-right: 34px;
}
#tab-a {
	width: 780px;
	height: 34px;
	margin: 0px auto;
	background-color: #fff;
	background-image: url(../layout-imgs/tab-a.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
#tab-b {
	width: 780px;
	height: 34px;
	background-image: url(../layout-imgs/tab-b.gif);
	background-position: right top;
	background-repeat: no-repeat;
}
#footer {
	width: 720px;
	margin: 0px auto;
	padding: 5px 30px 20px 30px;
	color: #fff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}
h1 {
	display: block;
	font-size: 20px;
	color: #57748d;
	padding-bottom: 5px;
	border-bottom: 1px dotted #666;
}
h2 {
	font-size: 16px;
}
a.links {
	text-decoration: none;
	color: #94816e;
}
a.links:hover {
	text-decoration: underline;
}
.box {
	border: 1px solid #999;
	background-color: #eee;
	padding: 10px 20px;
}
	