	body {
		margin: 0;
		z-index: 1;
		background-color: #999;
		background-image: url(./images/stripe.png);
		background-repeat: repeat;
		font-family:Verdana, sans-serif;
		font-size:11px;
		}

	#container {
		width: 774px;
		z-index: 2;
		margin-top: 0;
		margin-right: auto;
		margin-bottom: 0;
		margin-left: auto;
		background: url(./images/bodyTile.gif);
		background-repeat: repeat;
		}

	#dale-icons-container {
		width: 780px;
		position: absolute;
		top: 60px;
		z-index: 3;
		margin-right: auto;
		margin-left: auto;
		padding-top: 5px;
		background-repeat: repeat;
		}

	#dale-icons-left {
		width: 544px;
		float: left;
		}

	#dale-icons-right {
		width: 230px;
		float: right;
	}

	#header {
		height:205px;
		background-image: url(./images/header.png);
		background-repeat: no-repeat;
		background-position: center center;
	}

	#content {
		margin-top:4px;
		margin-left:30px;
		margin-right:30px;
		\background:url(./images/sitecorner1.jpg) no-repeat left top;
		}

	#footer {
		background:url(./images/footer.png) no-repeat;
		height:71px;
		padding:0 44px 0 44px;
		line-height:20px;
		color:#fff;
		font-size:9px;
		text-align:center;
		}

	#copyright {
		text-align:center;
		color:#fff;
		font-size:9px;
		margin-top:-5px;
		margin-bottom:10px;
		}

	#dale-nav {
		background:url(./images/headNav.png) no-repeat;
		height:55px;
		}

	ul {
		display: block;
		list-style-type: none;
	}

	#dale-nav ul {
		min-width: 735px;
		position: absolute;
		margin-top: 30px;
		margin-right: 0;
		margin-bottom: 0;
		margin-left: 21px;
		padding: 0;
	}

	ul li {
		display: inline;
	}

	#dale-nav ul li a {
		height: 37px;
		border-color: rgb(0,0,0);
		border-image-source: none;
		/* For Firefox 3.6 and Earlier Internet Browsers */
		-moz-border-top-left-radius: 5px;
		-moz-border-top-right-radius: 5px;
		-moz-border-bottom-right-radius: 2px;
		-moz-border-bottom-left-radius: 2px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		border-bottom-right-radius: 2px;
		border-bottom-left-radius: 2px;
		border-style: solid;
		border-width: 1px;
		margin: 0;
		padding-top: 0.6em;
		padding-right: 4.14em;
		padding-bottom: 0.6em;
		padding-left: 4.14em;
		text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.8);
		font-family: "Segoe UI", verdana, sans-serif;
		font-size: 1.3em;
		font-weight: normal;
		text-decoration: none;
		text-transform: uppercase;
	}

	ul li a#left-border {
		/* For Firefox 3.6 and Earlier Internet Browsers */
		-moz-border-top-left-radius: 18px;
		border-top-left-radius: 18px;
	}

	ul li a#right-border {
		/* For Firefox 3.6 and Earlier Internet Browsers */
		-moz-border-top-right-radius: 18px;
		border-top-right-radius: 18px;
	}

	#dale-nav ul li a:link, #dale-nav ul li a:visited {
		background-color: rgb(30,30,30);
		background: -webkit-gradient(linear,0 0,0 100%,
		color-stop(0, rgb(70,70,70)),
		color-stop(0.5, rgb(70,70,70)),
		color-stop(0.51, rgb(50,50,50)),
		color-stop(0.65, rgb(30,30,30)),
		color-stop(0.8, rgb(10,10,10)),
		color-stop(1, rgb(0,0,0)));
		background: -moz-linear-gradient(top,
		rgb(70,70,70) 0%,
		rgb(70,70,70) 50%,
		rgb(50,50,50) 51%,
		rgb(30,30,30) 65%,
		rgb(10,10,10) 80%,
		rgb(0,0,0) 100%);
		-webkit-box-shadow: inset 0px 0px 0px 1px rgb(70,70,70);
		-moz-box-shadow: inset 0px 0px 0px 1px rgb(70,70,70);
		box-shadow: inset 0px 0px 0px 1px rgb(70,70,70);
		color: rgb(255,255,255);
		/* For Internet Explorer 9 and Later, Mozilla Firefox 3 and Later, Google Chrome, Safari and Opera 10 and Later Internet Browsers */
		/* Not Currently Supported by any Internet Browsers */
		transition-property: color;
		/* For Firefox 4 and Later Internet Browsers */
		-moz-transition-property: color;
		/* For Google Chrome and Safari Internet Browsers */
		-webkit-transition-property: color;
		/* For Opera 10 and Later Internet Browsers */
		-o-transition-property: color;
		/* Not Currently Supported by any Internet Browsers */
		transition-duration: 0.7s;
		/* For Firefox 4 and Later Internet Browsers */
		-moz-transition-duration: 0.7s;
		/* For Google Chrome and Safari Internet Browsers */
		-webkit-transition-duration: 0.7s;
		/* For Opera 10 and Later Internet Browsers */
		-o-transition-duration: 0.7s;
		/* Not Currently Supported by any Internet Browsers */
		transition-timing-function: ease;
		/* For Firefox 4 and Later Internet Browsers */
		-moz-transition-timing-function: ease;
		/* For Google Chrome and Safari Internet Browsers */
		-webkit-transition-timing-function: ease;
		/* For Opera 10 and Later Internet Browsers */
		-o-transition-timing-function: ease;
		/* Not Currently Supported by any Internet Browsers */
		transition-delay: 0;
		/* For Firefox 4 and Later Internet Browsers */
		-moz-transition-delay: 0;
		/* For Google Chrome and Safari Internet Browsers */
		-webkit-transition-delay: 0;
		/* For Opera 10 and Later Internet Browsers */
		-o-transition-delay: 0;
	}

	#dale-nav ul li a:focus, #dale-nav ul li a:hover {
		background-color: rgb(30,30,30);
		background-color: rgba(30,30,30,0.8);
		background: -webkit-gradient(linear,0 0,0 100%,
		color-stop(0, rgba(70,70,70,0.8)),
		color-stop(0.5, rgba(70,70,70,0.8)),
		color-stop(0.51, rgba(50,50,50,0.8)),
		color-stop(0.65, rgba(30,30,30,0.8)),
		color-stop(0.8, rgba(10,10,10,0.8)),
		color-stop(1, rgba(0,0,0,0.8)));
		background: -moz-linear-gradient(top,
		rgba(70,70,70,0.8) 0%,
		rgba(70,70,70,0.8) 50%,
		rgba(50,50,50,0.8) 51%,
		rgba(30,30,30,0.8) 65%,
		rgba(10,10,10,0.8) 80%,
		rgba(0,0,0,0.8) 100%);
		-webkit-box-shadow: inset 0px 0px 0px 1px rgba(70,70,70,0.8);
		-moz-box-shadow: inset 0px 0px 0px 1px rgba(70,70,70,0.8);
		box-shadow: inset 0px 0px 0px 1px rgba(70,70,70,0.8);
		color: rgb(0,122,255);
	}

	#dale-nav ul li a:active {
		background-color: rgb(30,30,30);
		background: -webkit-gradient(linear,0 0,0 100%,
		color-stop(0, rgb(70,70,70)),
		color-stop(0.5, rgb(70,70,70)),
		color-stop(0.51, rgb(50,50,50)),
		color-stop(0.65, rgb(30,30,30)),
		color-stop(0.8, rgb(10,10,10)),
		color-stop(1, rgb(0,0,0)));
		background: -moz-linear-gradient(top,
		rgb(70,70,70) 0%,
		rgb(70,70,70) 50%,
		rgb(50,50,50) 51%,
		rgb(30,30,30) 65%,
		rgb(10,10,10) 80%,
		rgb(0,0,0) 100%);
		-webkit-box-shadow: inset 0px 0px 0px 1px rgb(70,70,70);
		-moz-box-shadow: inset 0px 0px 0px 1px rgb(70,70,70);
		box-shadow: inset 0px 0px 0px 1px rgb(70,70,70);
		color: rgb(255,255,255);
		/* For Internet Explorer 9 and Later, Mozilla Firefox 3 and Later, Google Chrome, Safari and Opera 10 and Later Internet Browsers */
		/* Not Currently Supported by any Internet Browsers */
		transition-property: color;
		/* For Firefox 4 and Later Internet Browsers */
		-moz-transition-property: color;
		/* For Google Chrome and Safari Internet Browsers */
		-webkit-transition-property: color;
		/* For Opera 10 and Later Internet Browsers */
		-o-transition-property: color;
		/* Not Currently Supported by any Internet Browsers */
		transition-duration: 0.7s;
		/* For Firefox 4 and Later Internet Browsers */
		-moz-transition-duration: 0.7s;
		/* For Google Chrome and Safari Internet Browsers */
		-webkit-transition-duration: 0.7s;
		/* For Opera 10 and Later Internet Browsers */
		-o-transition-duration: 0.7s;
		/* Not Currently Supported by any Internet Browsers */
		transition-timing-function: ease;
		/* For Firefox 4 and Later Internet Browsers */
		-moz-transition-timing-function: ease;
		/* For Google Chrome and Safari Internet Browsers */
		-webkit-transition-timing-function: ease;
		/* For Opera 10 and Later Internet Browsers */
		-o-transition-timing-function: ease;
		/* Not Currently Supported by any Internet Browsers */
		transition-delay: 0;
		/* For Firefox 4 and Later Internet Browsers */
		-moz-transition-delay: 0;
		/* For Google Chrome and Safari Internet Browsers */
		-webkit-transition-delay: 0;
		/* For Opera 10 and Later Internet Browsers */
		-o-transition-delay: 0;
	}

	#dale-icons-right ul {
		min-width: 150px;
	}

	#dale-icons-right ul li a {
		height: 32px;
		width: 32px;
		padding-right: 2px;
		padding-left: 2px;
		text-decoration: none;
	}

	#col1 {
		float:left;
		width:470px;
		}

	#col2 {
		float:left;
		width:205px;
		margin-left:35px;
		background:url(./images/donateshell.gif) no-repeat bottom right;
	}

	#mov1 {
		float:left;
		width:350px;
		}

	#mov2 {
		float:right;
		width:350px;
	}

	h1 {	margin: 0;	
		text-align: left;
		font-size: 15pt;
		font-family: "Segoe UI", Verdana, sans-serif;
		text-decoration: none;
		text-transform: none;
		}

	h2 {
		margin: 0;	
		text-align: left;
		font-size: 15pt;
		font-family: "Segoe UI", Verdana, sans-serif;
		text-decoration: none;
		text-transform: none;
		}

	h3 {
		text-align: center;
		font-size: 13pt;
		border-bottom-style: groove;
		border-bottom-width: 3px;
		font-family: verdana, sans-serif;
		text-decoration: none;
		text-transform: uppercase;
		}

	h4 {
		text-align: left;
		font-size: 7pt;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		font-family: verdana, sans-serif;
		letter-spacing: 1pt;
		text-decoration: none;
		text-transform: uppercase;
		margin-top: 0px;
		margin-right: 1px;
		margin-bottom: 0px;
		margin-left: 1px;
		}

	p {
		font-family: calibri, verdana, sans-serif;
		font-size: 10pt;
		font-weight: normal;
		line-height: 11pt;
		text-decoration: none;
		text-transform: none;
	}
	
	p#support {
		padding-right: 16px;
		font-weight: bold;
		text-align: right;
		text-transform: uppercase;
	}

	.clear {
		clear:both;
		}

	.mvbdiv {
		text-align:center;
		z-index:99;
		}

	.mvinfo {
		background:url(./images/menudrop.png) no-repeat;
		width:250px;
		height:165px;
		margin-left:50px;
		margin-bottom:15px;
		}

	.mvinfo p {
		margin-top:4px;
		margin-bottom:4px;
		margin-left:6px;
		margin-right:6px;
		}

	.mvbutton img {
		border:0;
		z-index:99;
		}

	.mvbdiv a:hover, .mvbutton:hover {
		cursor: pointer; cursor: hand;
		}

	.right_thumb {
		float:right;
		margin:6px;
		margin-top:20px;
		margin-right:15px;
		}

	.left_thumbs {
		float:left;
		margin: 20px 10px 10px 20px;
		}

	* html .left_thumbs {
		margin-left:10px;
		}
