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

/* Body and Container */

body{
	background-color: #660000;
	background-image: url(../images/mainbg.jpg);
	background-position: top center;
	background-repeat: repeat;
	background-attachment: fixed;
	margin-top: 0px;
	margin-bottom: 0px;
}

#container{
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

/*-------------------------------------------------------------------------------------------------------------*/

/* Header */

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

#logo{
	width: 245px;
	height: 149px;
	margin-left: 15px;
	float: left;
}

/* top navigation */

#topnav{
	float: left;
	width: 500px;
	text-align: right;
	font-family: "Trebuchet MS";
	font-size: 12pt;
	margin-top: 15px;
	color: #E1C4A8;
}

/*End Top Navigation*/

/*-------------------------------------------------------------------------------------*/

/*Bottom Navigation*/

#btmnav{
	width: 750px;
	float: right;
	margin-left: 0px;
	margin-top: -20px;
}

#topnavcontainer{
	margin: 0;
	margin-left: 225px;
}

#topnavlist ul, #topnavlist li
{
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	text-align: right;
}

#topnavlist a:link, #topnavlist a:visited
{
	float: left;
	line-height: 14px;
	font-weight: bold;
	margin: 0 10px 4px 10px;
	color: #DEBFA0;
	font-family: "Trebuchet MS";
	text-decoration: none;
}

#topnavlist a:link#current, #topnavlist a:visited#current, #topnavlist a:hover
{
	border-bottom: 4px solid #fff;
	padding-bottom: 2px;
	background: transparent;
	color: #FFFFFF;
}

#topnavlist a:hover {
	color: #FFFFFF;
}

/*End Header Section*/

/*-------------------------------------------------------------------------------------------------------------*/

/*Main Section */

#mainwrapper{
	width: 800px;
	margin: auto;
}

/* Left Sidebar */

#leftsidebar{
	width: 250px;
	float: left;
	background-image: url(../images/leftbarbowlelements.png);
	background-repeat: repeat-y;
}

#lsbheader{
}

#lsbtpc{
}

#lsbtpctext{
	padding-left: 10px;
	text-decoration: none;
}

#lsbmdc{
	height: 500px;
}

#lsbbtmc{
}

/* Main Content */

#maincontent{
	width: 410px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
	padding-right: 10px;
}

#mctc{
	background-image: url(../images/maincontentheaderbg.png);
	background-position: top center;
	background-repeat: no-repeat;
	width: 450px;
	padding-left: 10px;
	float: left;
	padding-right: 20px;
}

#mcmc{
	background-image: url(../images/maincontentheaderbg.png);
	background-position: top center;
	background-repeat: no-repeat;
	height: 300px;
	width: 410px;
	float: left;
	padding-left: 25px;
}

#mcmcphoto{
	padding-top: 10px;
	padding-bottom: 10px;
}

#mcmccontentheader{
	padding-left: 230px;
	padding-bottom: 5px;
}

#mcmctext{
	padding-left: 225px;
}

#mcbc{
	background-image: url(../images/maincontentheaderbg.png);
	background-position: top center;
	background-repeat: no-repeat;
	height: 300px;
	width: 410px;
	margin: auto;
	border-bottom-color: #FFFFFF;
	border-bottom-style: dotted;
	border-bottom-width: 2px;
	float: left;
	padding-left: 25px;
}

#mcseparator{
	background-image: url(../images/bowlinglanesep.png);
	float: left;
	background-position: center;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 25px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	text-align: left;
}

#contentheader{
	padding-top: 10px;
	height: auto;
	width: auto;
	padding-left: 20px;
}
#contentheader hr {
	margin-left: -5px;
}


#contenttext{
	padding-top: 0px;
	padding-right: 10px;
	width: auto;
	padding-left: 20px;
}

/* Footer */

#footerwrapper{
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 750px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
}

#footer{
}

