body, html {
	margin: 0px;
	padding: 0px;
}

body {
	background-image: url(../_img/top.png);
	background-repeat: repeat-x;
	font-size: 20px;
	line-height: 36px;
	font-family: Tahoma, sans-serif;
	color: #666666;
}

div.header {
	width: 816px;
	height: 41px;
	margin: 0 auto;
	line-height: 40px;
	color: white;
	font-size: 14px;
	font-weight: bold;
}

div.header a {
	color: white;
	text-decoration: none;
}

div.header ul {
	overflow: auto;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

div.header ul li.left {
	margin-right: 4px;
}


div.footer {
	background-image:url(../_img/bottom.png);
	background-repeat:repeat-x;
	bottom:0;
	height:41px;
	position:fixed;
	width:100%;
	z-index:100;
}

div.footer p {
	width: 816px;
	margin: 0 auto;
}

div.content {
	width: 816px;
	min-height: 425px;
	margin: 0 auto;
	padding-bottom: 36px;
}

div.content a {
	text-decoration: underline;
	font-weight: bold;
	color: #f47c21;
}

div.flash {
	width:800px;
	height: 500px;
	margin: 0 auto;
	padding-bottom: 36px;
}

div.contact ul {
	overflow: auto;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

div.contact ul li.right {
	text-align: right;
	
	background-repeat: no-repeat;
	background-position: top right;
	background-image: url(../_img/hexes.png);
	height: 70px;
	padding-right: 83px;

}

div.contact {
	width: 816px;
	height: 109px;
	margin: 0 auto;
	padding-top: 41px;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
}

div.contact span {
	color: #f47c21;
}


.cls {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.center {
	float: center;
}

a img {
	border: 0px;
}

h1 {
	font-size: 24px;
	line-height: 36px;
	font-weight: bold;
	color: #f47c21;
	margin-top: 0px;
}

h1 span {
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	font-style: italic;
}

div.footer p {
	font-size: 11px;
	line-height: 40px;
	color: #999999;

}


div.webbg {
	background-image: url(../_img/web.png);
	background-repeat: no-repeat;
	background-position: top right;
}





div.chameleon {
	width: 460px;
	height: 80px;
	margin: 0 auto;
	line-height: 80px;
	color: #f47c21;
	font-size: 14px;
	font-weight: bold;
	float: right;
	background-repeat: no-repeat;
	/*background-image: url(../_img/chameleon.png);*/
}

div.chameleon a {
	color: #f47c21;
	text-decoration: none;
}

div.chameleon ul {
	overflow: auto;
	list-style: none;
	padding: 0px 0px 0px 133px;
	margin: 0px;
}

div.chameleon ul li.left {
	margin-right: 4px;
}

form {
	font-size: 14px;
	color: #666;
}

input.text {
	border: 1px solid #c6c6c6;
	height: 21px;
	width: 145px;
}

input.longtext {
	border: 1px solid #c6c6c6;
	height: 21px;
	width: 320px;
}

tr.smallfont {
	font-size: 11px;
	line-height: 22px;
}


textarea {
	width: 470px;
	height: 85px;
	border: 1px solid #c6c6c6;
}

