@charset "utf-8";
/* CSS Document */

#container {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
body {
	background-image: url(/images/pageBg.gif);
	background-position: center;
	background-color: #B0B0B0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C2C0C0;
}
#content {
	background-color: #3E3E3E;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-bottom: 50px;
	padding-top: 20px;
	float: left;
}
#header {
	background-color: #000;
	float: left;
	background-image: url(/images/logo.gif);
	background-repeat: no-repeat;
	background-position: 33px;
	height: 140px;
}
#footer {
	background-color: #000;
	float: left;
}
.category {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B0B0B0;
	float: left;
	margin-top: 20px;
}
h2 {
	font-size: 14px;
	color: #FFF;
	font-weight: normal;
	white-space: nowrap;
}
#header, #footer, #content, #copyright {
	width: 635px;
	padding-right: 32px;
	padding-left: 33px;
}
#copyright {
	height: 80px;
	float: left;
	position: relative;
}
#welcome h2 {
	margin: 0px;
	float: left;
	width: 135px;
}
#welcome p {
	float: right;
	width: 500px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	text-align: justify;
}
#welcome p#last {
	margin-bottom: 0px;
}
#welcome {
	float: left;
}
#footer ul li {
	display: inline;
	width: 33%;
	float: left;
	text-align: center;
}
#footer ul {
	width: 635px;
	float: left;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.category h2 {
	margin-top: 15px;
}
strong {
	color: #68C7FC;
	font-weight: normal;
}
#header h1 {
	display: none;
}
#header p {
	display: none;
}
#copyright p {
	float: left;
	padding: 0px;
	width: 635px;
	text-align: center;
	bottom: 0px;
	position: absolute;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
img.uplink {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
