html, body {
	text-align: center;
	margin: 0px auto;
	padding: 0px;
	border: 0px;
	font-family: "arial", tahoma, verdana, sans-serif;
	font-size: 12px;
	background: #fff url(background.gif) repeat-x;
	color: #0e222c;
}

#container {
	text-align: center;
	margin: 0px auto;
	background: url(header.gif) repeat-x;
}

#inner {
	text-align: center;
	margin: 0px auto;
	width: 980px;
	background: url(header2.gif) no-repeat;
	height: 800px;
}

#content {
	text-align: left;
	position: relative;
	padding: 120px 22px 0px 22px;
}

#footer {
	text-align: left;
	position: relative;
	background: url(footer.png) no-repeat;
	height: 67px;
}

#footer div {
	padding-top: 15px;
}

#footer div a:hover img {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	background: #fff;
}


#login {
	position: absolute;
	right: 0px;
	top: 70px;
	width: 80px;
	height: 23px;
}

#login a {
	display: block;
	width: 80px;
	height: 23px;
	background: url(login.gif);
}

.box300 {
	float: left;
	width: 300px;
}

.box300margin {
	float: left;
	width: 300px;
	margin-right: 18px;
}

.box300clear {
	display: block;
	float: left;
	width: 300px;
	height: 10px;
	clear: both;
	line-height: 10px;
	font-size: 0px;
}

.box936 {
	float: left;
	width: 936px;
}

.boxdivide {
	display: block;
	width: 100%;
	height: 20px;
	clear: both;
	background: url(divide.gif);
}

ul.ul { 
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.ul li { 
	margin: 0px;
	padding: 2px 0px 2px 15px;
	background: url(tick.png) 0px 3px no-repeat;
}

ul.ul li.none { 
	background: none;
}


