body{
	margin: 0px;
}


/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXX  OUTER WRAPPER DIVS   XXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/


#outer_wrapper{
	height: 100%;
	width: 100%;
	position: relative;
	background-image: url(../../images/krs_bg1.jpg);
	background-repeat: repeat-x;
	background-position: top;
}


/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXX  OUTER CONTAINER DIVS   XXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/


#outer_header_container{
	width: 100%;
	position: relative;
	background-image: url(../../images/mb2_header_bg_drop.png);
	background-repeat: no-repeat;
	background-position: center top;
	z-index: 200;
}


#outer_content_container{
	width: 100%;
	position: relative;
	background-image: url(../../images/mb2_content_bg_drop.png);
	background-repeat: no-repeat;
	background-position: center top;
	min-height: 450px;
}

#outer_footer_container{
	width: 100%;
	position: relative;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	background-image: url(../../images/krs_footer.jpg);
	background-repeat: repeat-x;
}


/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXX  INNER CONTAINER DIVS   XXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/


#inner_header_container{
	z-index: 900px;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}

/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/

#inner_content_3column{
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	background-image: url(../../images/mb2_content_3c_bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	min-height: 450px;
}

#inner_content_2column{
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	background-image: url(../../images/mb2_content_2c_bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	min-height: 450px;
}

#inner_content_1column{
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	min-height: 450px;
}

/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/

#inner_footer_container{
	height: 100px;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}


/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXX  HEADER STYLING DIVS   XXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/

#search_box {
	width: 208px;
	height: 27px;
	position: absolute;
	top: 65px;
	background-image: url(../../images/mb2_searchbox_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: right;
	z-index: 2000;
	right: 32px;
}

.search_bar_field {
	position: absolute;
	left: 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform:uppercase;
	padding: 5px 0px 0px;
	border: 0;
	background: none;
	outline: none;
	font-size: 14px;
	color: #999999;
	width: 160px;
	top: 1px;
}

#header_logo{
	height: 140px;
	width: 360px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:2;
}
#header_bg {
	position:relative;
	width:950px;
	height:200px;
	background-image:url(../../images/krs_header.png);
	background-repeat:no-repeat;
	z-index:1;
}
#header_nav_bar{
	display: block;
	height: 106px;
	width: 950px;
	position: absolute;
	top:145px;
	z-index: 0;
	background-image:url(../../images/krs_blue_nav_bar.png);
	background-repeat:no-repeat;
}
#header_date{
	height: 18px;
	width: 189px;
	position: absolute;
	top: 32px;
	left: 716px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:right;
	line-height: 12px;
	color: #766341;
	z-index:2;
}


/*XXXXXXXXXX HEADER TOP NAVIGATION   XXXXXXXXXXXXXXXXXXXXXXXXX*/

#header_topnav{
	height: 100px;
	width: 935px;
	position: relative;
	z-index: 0;
	top:8px;

}

/*XXXXXXXXXX HEADER STATIC NAVIGATION   XXXXXXXXXXXXXXXXXXXXXX*/

#header_static_navigation{
	height: 30px;
	width: 370px;
	position: absolute;
	top: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	font-weight: normal;
	color: #FFFFFF;
	float: right;
	display: inline;
	left: 30px;
}

#header_static_navigation a{
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	font-weight: normal;
	color: #FFFFFF;
	display: inline;
	width: 100%;
	text-decoration: none;
}

#header_static_navigation a:hover{
	color: #CCCCCC;
	position: relative;
	display: inline;
}



/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXX  CONTENT STYLING DIVS   XXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/


#column_bg {
	margin: 10px 0px;
	overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
	width: 100%;
	background-image: url(../../images/mb_content_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}


/*XXXXXXXXXX CONTENT LEFT COLUMN   XXXXXXXXXXXXXXXXXXXXXXXXXXXX*/

#left_column_{
	display: inline;
	color: #333;
	margin: 20px;
	padding: 0px;
	width: 270px;
	float: left;
	z-index: 100;
}

#left_column2_{
	display: inline;
	color: #333;
	margin: 20px;
	padding: 50px 0px 0px 20px;
	width: 860px;
	float: left;
	z-index: 100;
}

#left_column_team{
	padding: 40px 0px 0px 0px;
	width: 270px;
	float: left;
	position: relative;
	z-index: 100;
}

#left_column_news{
	padding: 15px 0px 0px 0px;
	width: 270px;
	float: left;
	position: relative;
	z-index: 100;
}

#left_column_mini_calendar{
	padding: 0px;
	width: 185px;
	float: left;
	position: relative;
	margin-top: 15px;
	z-index: 100;
}

/*XXXXXXXXXX CONTENT MIDDLE COLUMN   XXXXXXXXXXXXXXXXXXXXXXXXXX*/

#middle_column_{
	float: left;
	margin: 20px;
	padding: 0px;
	width: 410px;
	display: inline;
	position: relative;
}

/*XXXXXXXXXX CONTENT RIGHT COLUMN   XXXXXXXXXXXXXXXXXXXXXXXXXXX*/

#right_column_{
	display: inline;
	position: relative;
	color: #333;
	margin: 20px;
	padding: 0px;
	width: 185px;
	float: right;
}

#right_column2_{
	display: inline;
	position: relative;
	margin: 20px;
	padding: 50px 0px 0px 0px;
	width: 600px;
	float: right;
}

* html #right_column2_{
	display: inline;
	position: relative;
	margin: 20px;
	padding: 50px 0px 0px 0px;
	width: 600px;
	float: right;
}

.clear { clear: both; background: none; }

/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXX  FOOTER STYLING DIVS   XXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/

#footer_logo{
	height: 50px;
	width: 44px;
	position: absolute;
	top: 13px;
	right: 31px;
	background-image: url(../../images/krs_bug.png);
	background-repeat: no-repeat;
}

#footer_mb_text{
	height: 51px;
	width: 200px;
	position: absolute;
	top: 14px;
	right: 82px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #766341;
	text-align: right;
}

#footer_copyright{
	height: 40px;
	width: 476px;
	position: absolute;
	left: 28px;
	top: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #766341;
}
#footer_links{
	height: 40px;
	width: 476px;
	position: absolute;
	left: 29px;
	top: 55px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 12px;
	font-weight: bold;
	color: #766341;
}
#inner_footer_container a {
	color: #766341;
	text-decoration: none
}
#inner_footer_container a:hover {

}

