body {
	background:#484848 url("images/bg.jpg") repeat-x;
	margin:0px;
	font: 12px Arial, Helvetica, sans-serif;
}
p {
	margin:10px 0 10px 0;
}
a {
	text-decoration:none;
	color:#2699C4;
}
a:hover {
	text-decoration:underline;
	color:#666666;
}
h1 {
	font-weight:bold;
	font-size:14px;
	margin:10px 0 10px 0;
}
h1 top {
	font-weight:bold;
	font-size:14px;
	margin:0;
}
h2 {
	font-weight:bold;
	font-size:14px;
	color:#4CB5DC;
}
ul {
	list-style-type: none;
	padding: 0;
	margin: 3px 5px 0px 30px;
}
li {
	background:  url("images/point.jpg") no-repeat;
	padding-left: 10px;
}
#box {
	margin: 0px Auto;
	width:870px;
}
#header {
	width:870px;
	height:280px;
}
#info_bg {
	background-image:   url("images/info_bg.jpg");
	background-repeat: repeat-y;
}
#nav {
	width: 210px;
	float: left;
	margin:0px;
}
#nav_bottom {
	padding:10px 0 0 0;
}
#footer {
	float: left;
	width: 840px;
	font-size: 10px;
	color: #999;
	height: 30px;
	background-image:   url("images/footer.jpg");
	padding-top: 30px;
	padding-right: 15px;
	padding-left: 15px;
}
#footer a {
	color:#999999;
	text-decoration:none;
}
#footer a:hover {
	color:#FFFFFF;
	text-decoration:none;
}
.right {
	float: left;
	width: 400px;
}
.left {
	text-align: right;
	float: left;
	width: 440px;
}
#info {
	width: 620px;
	float: left;
	padding-left: 10px;
	padding-right: 30px;
}
.list-left {
	width:300px;
	float:left;
}
.list-right {
	width:315px;
	float:left;
}
.list-right-bottom {
	text-align:right;
	width:315px;
	float:left;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}  /* for IE/Mac */

.clearfix {
	zoom: 1;     /* triggers hasLayout */
	display: block;     /* resets display for IE/Win */
}  /* Only IE can see inside the conditional comment
and read this CSS rule. Don't ever use a normal HTML
comment inside the CC or it will close prematurely. */

.pic_right {
	padding:10px 0 0 10px;
}
.pic_left {
	padding:10px 10px 0 0;
}
.pic_left_top {
	padding:0 10px 0 0;
}
.underlined {
	text-decoration:underline;
}
.small {
	font-size:10px;

}
#info_left {
	float: left;
	width: 210px;
	padding-top:10px;
}
#info_right {
	float: left;
	width:410px;
}
