/* Baseball Bat Exchange Layout StyleSheet */

.myBody { background-color: #FFFFFF; margin: 0px }

.wrapper { width:881px; }

/* Home page layout */

.header {height: 94px; width: 880px; background-image:url('/images/home_01.jpg') }
.navigation {height: 41px; width: 880px; background-image:url('/images/home_02.jpg') }
.homeBucketTop {height: 36px; width: 240px; background-image:url('/images/home_05.jpg') }
.homeBucketContent {height: 245px; width: 240px; background-image:url('/images/home_07.jpg'); text-align: center; }
.bottomBucket {width: 240px; text-align: center; }
.bottomContent {width: 641px}
.teaser {height: 107px; width: 211px; background-image:url('/images/home_11.jpg') }

.leftBottom {height: 130px; width: 275px; background-image:url('/images/layout_08.jpg') }
.midBottom {height: 130px; width: 282px; background-image:url('/images/layout_09.jpg') }
.rightBottom {height: 130px; width: 293px; background-image:url('/images/layout_10.jpg') }

.midBlue {height: 35px; width: 880px; background-image:url('/images/home_03.jpg') }

.loginHeader {text-align: left; color: #FFFFFF; font-family: Arial; font-size: 12pt; 
               font-weight: bold; background-color: #85A7C9; 
               border: 1px solid #0A4A8D}
.loginCell {font-family: Arial; font-size: 12pt; color: #C0C0C0; text-align: left; 
               border: 1px solid #0A4A8D}

/* Sub Page Layout */

.mainStage {text-align: center; width: 640px;}
.pageContent {width: 600px; text-align: left;  }


/* End Layout */