@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(images/bgsquares.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: bottom;
}
#container {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#container #can {
	width: 250px;
	float: left;
	background-image: url(images/canbg.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 620px;
}

#container #content {
	width: 700px;
	float: left;
}
#container #content #textbg {
	background-image: url(images/transbg.png);
	background-repeat: repeat;
}
#container #footer {
	float: right;
	width: 700px;
	height: 100px;
}

#container #can #nav {
	height: 480px;
	width: 150px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 110px;
}

#container #content #textbg p {
	font-size: 10px;
	padding: 5px;
}
#container #content #textbg table {
	margin-right: 10px;
	margin-left: 10px;
}

#container #footer {
	width: 700px;
	background-image: url(images/footer.png);
	height: 25px;
	background-repeat: no-repeat;
	background-position: center;
}
#container #content #banner {
	height: 100px;
}
#container #content #side {
	float: right;
	height: 260px;
	width: 80px;
	background-image: url(images/re.gif);
	background-repeat: no-repeat;
	background-position: center;
}

.clear {
	clear: both;
}
#image1 {
	height: 263px;
	width: 400px;
	float: left;
}
#image2 {
	height: 263px;
	width: 175px;
	float: left;
}
#image4 {
	height: 263px;
	width: 400px;
	float: left;
}
#image3 {
	height: 263px;
	width: 175px;
	float: left;
}
#image5 {
	height: 263px;
	width: 400px;
	float: left;
}
#image6 {
	height: 263px;
	width: 175px;
	float: left;
}

td img {display: block;}
#container #content #textbg a {
	color: #000000;
	text-decoration: none;
}
#container #content #textbg a:hover {
	color: #FE6152;
}
.pgimg {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
