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

#window {
	width: 100%;
	height: 100%;
	background-image:url(images/grass2.jpg);
	background-attachment: fixed;
	background-repeat: repeat;
}

#container {
	width:998px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(images/1x1drkgreytran.png);
	background-repeat: repeat;
	border-right-width: 4px;
	border-left-width: 4px;
	border-right-style: outset;
	border-left-style: outset;
	border-right-color: #FFF;
	border-left-color: #fff;
}


#header {
	background-image: url(images/grasstiledrk.jpg);
	background-repeat: repeat;	
}

#nav {
	background-color: #69B244;
	text-align: center;
	background-image: url(images/whitegrass.jpg);
	background-repeat: repeat;
	color: #063;
	padding-top: 2px;
	padding-bottom: 3px;
}

#navlinks {
	display:inline;
	list-style-type: disc;
	list-style-position: inside;
	list-style-image: url(images/balltran.png);
}

#footer {
	clear:both;
	background-color: #69B244;
	text-align: center;
	background-image: url(images/whitegrass.jpg);
	background-repeat: repeat;
	color: #063;
}

.box {
	height:250px;
	width: 300px;
	background-color: #282828;
	border: 1px solid #69B244;
	background-image: url(images/boxback.jpg);
	background-repeat: repeat;
}

.smlbox {
	height: 150px;
	width: 300px;
	background-color: #282828;
	border: 1px solid #69B244;
	background-image: url(images/boxback.jpg);
	background-repeat: repeat;
}

.boxtop {
	height: 20px;
	background-color:#333;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: groove;
	border-bottom-color: #69B244;
	
	background-image: url(images/boxtopgrass.jpg);
	background-repeat: repeat-x;
}

.boxcontent {
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
}

.fltlft {
	float: left;
}

.fltrgt {
	float: right;
}

.grenunder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #64AA41;	
}

.whiteback {
	background-image:url(images/whitegrass.jpg);
	background-repeat:repeat;
	color: #333;
}

#video {
	width: 640px;
	height: 360px;
	background-color:#000;
	border: 1px solid #69B244;

}

#supersubs {
	background-color: #282828;
	border: 1px solid #69B244;
}

.greytable {
	background-color: #282828;
	border: 1px solid #64AA41;
	background-image: url(images/boxback.jpg);
	background-repeat: repeat;
}
	
.xsmlbox {
	height: 100px;
	width: 300px;
	background-color: #282828;
	border: 1px solid #69B244;
	background-image: url(images/boxback.jpg);
	background-repeat: repeat;
}

.medtxt {
	font-size:18px;
}

.lrgtxt {
	font-size:24px;
}

.xlrgtxt {
	font-size:36px;
}