body {
	padding: 0;
	margin: 10px;
	font-family: "Trebuchet MS", "Lucida Sans", Verdana, Arial, sans-serif;
	background-image: url("images/body_back.png");
}

#container {
	width: 810px;
	padding: 0;
	margin: 0 auto;
}

	#header {
		padding: 0;

		background-image: url("images/header_back.png");
		background-repeat: no-repeat;
		background-position: 0 10px;
		height: 120px;

		position: relative;
	}

		#header h1 {
			width: 270px;
			height: 111px;
			margin: 0;
			padding: 0;
			background-image: url("images/logo.gif");
			background-repeat: no-repeat;
			text-indent: -10000px;

			position: absolute;
			top: 0px;
			left: 35px;
		}

			#header h1 a {
				display: block;
				height: 110px;
				width: 270px;
			}

		#header ul {
			margin: 0;
			padding: 0 0 5px 0;
			list-style-type: none;
			background-image: url("images/header_wires.gif");
			background-position: 0 100%;
			background-repeat: no-repeat;
			z-index: 100;

			position: absolute;
			bottom: 30px;
			right: 35px;
			padding-right: 20px;
			padding-bottom: 10px;

			width: 455px;
			text-align: right;
		}

			#header ul li {
				display: inline;
				margin-left: 15px;
			}

				#header ul li a {
					text-decoration: none;
					color: #603;
					font-size: 90%;
					font-weight: bold;
				}

					#header ul li a:hover {
						text-decoration: underline;
					}

	#content {
		padding: 10px 20px;

		background-image: url("images/container_back.png");
		background-repeat: repeat-y;

		font-family: Arial, Tahoma, sans-serif;
	}
		div#wrapper {
			padding: 0 40px;
		}

		#content h2 {
			background-image: url("images/page_header.png");
			background-repeat: repeat-x;
			background-position: center center;

			padding: 10px 40px;

			font-family: "Trebuchet MS", "Lucida Sans", Verdana, Arial, sans-serif;
			color: #fff;
			font-size: 130%;
		}

		#content h3 {
			color: #603;
			font-size: 120%;
			font-family: "Trebuchet MS", "Lucida Sans", Verdana, Arial, sans-serif;
		}

		#content #text {
			padding: 20px 40px;
		}

		#content img.main {
			float: right;
			margin: 0 40px 20px 20px;

			border: 1px solid #ccc;
		}

		#content p{
			font-size: 80%;
		}

		#content p#backlink {
			text-align: right;
			margin: -50px 40px 40px 0;
		}
		#content p#backlink a { color: #FFF; }

		#wrapper ul li { font-size: 80%; }

	#footer {
		background-image: url("images/footer_back.png");
		background-position: 0 100%;
		padding: 30px 50px;
		height: auto;
	}

		#footer p#copy_info {
			float: left;
			font-size:75%;
			margin: 0;
			color: #666;
			width: 60%;
		}
		#footer p#foot_links {
			float: right;
			font-size:75%;
			margin: 0;
			text-align: right;
			width: 35%;
		}
			#footer p a {
				color: #666;
			}
	div#legal {
		color: #777;
		font-size: 75%;
		margin: 0 auto;
		width: 770px;
		text-align: center;
	}
		div#legal p {
			margin: 0 0 10px 0;
		}
			div#legal p a {
				color: #666;
			}

/* clearing fixes for ie6 */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
