/* CSS Document */
body { margin: 0px; padding: 0px; text-align: center; font-family: "Arial Rounded MT Bold", "Comic Sans", Arial, Helvetica, sans-serif; color: #444; font-size: 12px; font-weight: normal; }
h1 { font-size: 24px; margin: 0px; padding: 0px; font-weight: normal; color: #F7941D; }

#holder {  width: 800px; margin: 0px auto; background: url(../images/backgrounds/leftPane.png) repeat-y top left; text-align: center; }
#headHolder { width: 800px; background: url(../images/backgrounds/header.png) no-repeat top left; text-align: left; }
#footHolder { width: 800px; background: url(../images/backgrounds/footer.png) no-repeat bottom left; }
* html #footHolder { background: url(../images/backgrounds/footer.gif) no-repeat bottom left; }
#content { width: 800px; padding: 270px 0px 135px 0px; }
#leftPane { width: 141px; margin: 0px 0px 10px 9px; float: left; }
#leftPane a { display: block; width: 137px; height: 14px; text-decoration: none; color: #8CC63F; font-size:14px; padding: 11px 0px 11px 15px; background: url(../images/backgrounds/pinkDotballon.png) no-repeat -152px 0px; margin: 0px 2px; }
*html #leftPane a { width: 127px; background: url(../images/backgrounds/pinkDotballon.gif) no-repeat -152px 0px; }
#leftPane a.live { background-position: 0px -36px; color: #EC008B; }
#leftPane a:hover, #leftPane a.live:hover { background-position: 0px 0px; color: #EC008B; }
#mainPane { width: 645px; margin: 20px 0px 10px 5px; float: left; }
* html #mainPane { width: 625px; }
#mainPane div.txt { margin: 10px 20px 0px 70px; }
#mainPane div.txthome { margin: 25px 20px 0px 70px; }
#mainPane div.txt input { width: 400px; }
#mainPane div.txt input.button { width: 100px; margin-left: 300px; }
#mainPane div.txt textarea { width: 400px; height: 100px; }
#footerLink { margin-top: -138px; text-align: left; }

.bullet { padding:2px 10px 0px 25px; }

.floatLeft { float: left; }
.orange { color: #F7941D; }
.blueLt { color: #CBECFC; }
.blueDk { color: #0099FF; }
.pink { color: #EC008B; }
.green { color: #8CC63F; }
