html {
                                background: #b6b6b6;
                                overflow-x:hidden;  }

body {
                                font-size : 11px;
                                line-height : 20px;
                                color : #222;
                                font-family :Helvetica;
                                text-align : justify;
                                margin: 0;
                                padding: 0;
                                background-image: url(img/band.png);
                                background-repeat: repeat-x;}

#container {                    margin: 0 auto 0px;
                                width:600px;
                                position:relative; }
								
#pagetitle{						color: #ececec;
								font-size: 30px;
								margin-left:70px;
								text-align:center;
								position:absolute;
								padding: 20px;
								text-transform:uppercase;
								letter-spacing:-1px;
								font-family:Georgia;
								font-style:italic;
								text-shadow:#333 0px 1px;}

#pagetitle:first-letter{ 		color:#c91912;}

								
#info{						    color: #333;
								font-size: 10px;
								margin-left:-65px;
								margin-top:0px;
								position:absolute;
								width:110px;
								text-align:left; 
								background: #ececec;
								padding: 10px;
								font-family:Georgia;
								font-style:italic;
								-moz-border-radius-bottomleft:6px;
                                -moz-border-radius-bottomright:6px;
								text-shadow:#fff 0px 1px;}

#info:first-letter{				color:#c91912;}						

#header{                        color:#888;
                                font-family:helvetica;
                                font-size:16px;
                                font-weight:bold;
                                letter-spacing:2px;
                                text-transform:uppercase; }

#navi {                         width:598px;
                                height:40px;
                                padding:1px;
                                margin:0px;
                                background:#ececec;
                                }

#content {                      width:500px;
                                padding:10px 50px 10px 50px;
                                background:#d6d0ae;}

#entry        {                  -moz-column-count: 2;
                                 -moz-column-gap: 20px;
                                 -webkit-column-count: 2;
                                 -webkit-column-gap: 20px;}

blockquote                      {
                                margin:0;
                                color:#cdcdcd;
                                background-color: #222;
                                font-style:italic;
                                padding:10px;
                                margin:10px;
                                font-size : 11px;
                                line-height : 20px;
                                text-shadow:#444 0px 1px;}

h1 {                            color:#c91912;
                                text-decoration:none;
                                font-family:helvetica;
                                font-size:16px;
                                text-align:left;
                                padding:5px;
                                letter-spacing:-1px;
                                text-transform:uppercase;
                                border-right:50px  solid #c91912;
                                text-shadow: 1px 1px 0px #ececec;}


a:active, a:visited, a:link {   text-decoration:none;
                                font-family:Helvetica;
                                font-size:11px;
                                color:#fff;
                                text-transform:uppercase;
                                letter-spacing:1px;  }

a:hover {                       color:#888;}

b                               {
                                color:#c9293c;
                                font-size:12px;}

i                              {
                                color:#d1a88d;
                                font-size:12px;}

#footer {                       width:600px;
                                height:20px;
                                margin:0 0 0 0;
                                background:#222;
								-moz-border-radius-bottomleft:6px;
                                -moz-border-radius-bottomright:6px;}

#footer  ul{                    text-align:center;
                                padding:0px;
                                margin:0px;
								margin-bottom:10px;
								font-size:10px;
								color:#ececec;
								text-transform:uppercase;
								text-shadow:#444 0px 1px;}

#footer li{                     margin:6px;
                                padding:0px;
                                display:inline;
                                list-style-position:inline;}

#footer  a {                    text-decoration:none;
                                font-family:Helvetica;
                                font-size:10px;
                                color:#d5ac89;
                                letter-spacing:1px;  }

#footer  a:hover {              color:#c91912;}

textarea {
								width: 100%; 
								height: 150px;
								background:#ececec;}