body{
	margin: 0;
	padding: 0;
	background-color: #a60808;
	font-family: arial !important;
}
#top{
	background-image: url("../imgs/top.jpg");
	background-repeat: no-repeat;
	height: 14px;
	width: 744px;
	padding-right: 35px;
	padding-top: 2px;
	text-align: right;
	color: #999;
	font-size: 9px !important;
	font-weight: bold;
}
	#top a{
		color: #999;
	}
#container{
	width: 762px;
}
#header{
	height: 72px;
	background-image: url("../imgs/header.jpg");
	background-repeat: no-repeat;
	width: 762px;
	color: #fff;
    position: relative;
}
	#header p#address{
        margin: 0; padding: 0;
		position: absolute;
		font-size: 12px;
		left: 325px;
		top: 15px;
	}
	#header h3#page{
        margin: 0; padding: 0;
		position: absolute;
		width: 237px;
		top: 2px;
        right: 2px;
		font-size: 24px;
		opacity: .5;
		filter: alpha(opacity=50);
		text-align: right;
        line-height: normal;
		overflow: hidden;
		/*height: 70px;*/
	}
#menus{
	height: 27px;
	width: 569px;
	background-image: url("../imgs/menus.jpg");
	background-repeat: no-repeat;
	padding-left: 193px;
	overflow: hidden;
}
	ul#nav{
		padding: 0;
		margin: 0;
        height: 27px;
	}
		ul#nav li{
			float: left;
            list-style-type: none;
		}
            ul#nav li a{ 
                display: block;
                height: 27px;
            }
                a#home{ width: 53px; }
                a#class-sched{ width: 106px; }
                a#video-gal{ width: 97px; }
                a#group-x{ width: 66px; }
                a#trainers{ width: 93px; }
                a#about{ width: 70px; }
                a#contact{ width: 84px; }
#contents{
    background-color: #fff;
	margin-left: 16px;
	width: 745px;
	background-image: url("../imgs/contents_bg_repeat.jpg");
    background-repeat: repeat-y;
}
	#contents #left{
		background-image: url("../imgs/left_title.jpg");
		background-repeat: no-repeat;
  		width: 176px;
  		float: left;
  		padding-top: 73px;
  		font-size: 11px !important;
	}
		#contents #left .title{
			background-color: #f6c1b1;
			height: 22px;
			padding-top: 10px;
			padding-left: 12px;
			font-size: 11px;
			font-weight: bold;
			text-transform: uppercase;
		}
		#contents #left .box{
			background-color: #f4f1de;
			width: 140px;
			margin-bottom: 20px;
			padding: 10px 5px 10px 20px;
		}
            #contents #left .video{ padding: 10px 0 0 0; width: 165px; }
            .video p{ text-align: center; }
        
	#contents #right{
        background: url("../imgs/doc-footer-bg.png") no-repeat bottom right;
		width: 566px;
		float: left;
        padding: 10px 0 0 2px;
	}
		#contents #right #banner{
			/*height: 179px;
			background-image: url("../imgs/banner.jpg");
			background-repeat: no-repeat;*/
            padding-left: 5px;
		}
            #contents #right #banner img{ width: 557px; }
		#contents #right #text{
            background: url("../imgs/text_doc_bg.jpg") no-repeat top right;
			padding: 0 35px;
		}
		#contents #right #boxes{
			list-style: none;
			margin: 0;
			padding: 0;
			margin-top: 5px;
		}
			#contents #right #boxes li{
				width: 183px;
				margin-left: 4px;
				float: left;
			}
				#contents #right #boxes li .title{
					background-color: #f7c4c4;
					height: 18px;
					padding-top: 10px;
					padding-left: 12px;
					font-size: 11px;
					font-weight: bold;
					text-transform: uppercase;
				}
				#contents #right #boxes li .box{
					background-color: #f5f5f5;
					/*padding: 10px;*/
					text-align: center;
					height: 157px;
				}
        #right div#footer{ height: 130px; position: relative; }
            a#bloomington-extreme, a#prairie-thunder{ display: block; position: absolute; height: 70px; outline-style: none; }
            a#bloomington-extreme{ width: 173px; top: 57px; left: 182px; }
            a#prairie-thunder{ width: 135px; top: 57px; right: 50px; }
        
	#contents #bottom{
		background-image: url("../imgs/contents_bottom.jpg");
		height: 8px;
		background-repeat: no-repeat;
		clear: both;
	}


/* common */
a img{
	border: 0;
	opacity: .8;
	filter: alpha(opacity=80);
}
a:hover img, a.active img{
	opacity: 1;
	filter: alpha(opacity=100);
}
a{ text-decoration: none; }
a:hover{ text-decoration: underline; }
p{
	margin: 10px 0; padding: 0;
}
h1.title{
	color: #f00;
	font-size: 24pt;
	margin: 0;
	margin-left: 35px;
	padding: 0;
}
div.hr{
	height: 3px;
	margin: 0;
    margin-left: 35px;
	padding: 0;
	background-image: url("../imgs/hr.jpg");
	background-repeat: no-repeat;
	display: block;
	border: 0 !important;

}
.clear{ clear: both; }
.hide-text{text-indent: -9999px;}