body {
        margin: 0px;
        font-family: Trebuchet MS, Arial, Sans-Serif;
        font-size: 0.9em;
        color: #636A80;
        background-color: #BBCEE5;
}

p { 
        margin-top: 0px;
        margin-bottom: 1.4em;
}

#AllContent {
        text-align: center;
        width: 795px;
        border: 2px solid #636A80;
        padding: 0px;
        padding-bottom: 20px;
        background-color: white;
}

#Banner { 
        margin: 0px; 
        padding: 0px;
}

#TopNav { 
        margin: 0px; 
        text-align: right;
        border-bottom: 1px solid #636A80;
        width: 795px;
}

#Content {
        text-align: left;
        margin: 10px;
}

#Credits {
        text-align: right;
        margin-right: 15px;
        margin-top: 50px;
        font-size: 0.7em;
        font-style: italic;
}

#Credits a {
        color: #636A80;
        text-decoration: none;
}

#Credits a:hover {
        text-decoration: underline;
}

.formButton {
	background-color: #660000;
	color: white;
	text-align:center;
        font-size: 0.8em;
}

.PerformerName {
        margin-top: 10px;
        margin-bottom: 3px;
        font-size: 1.1em;
        font-weight: bold;
        

}

.GigListing {
        margin-bottom: 30px;
        border-collapse: collapse;

}

.GigListHeader {
        background: #eeeeee;
        vertical-align: top;

}

.GigListData {
        vertical-align: top;
}

.GigHighlightedCell {
        background: #dddddd;
}

.BlogTitle {
        font-size: 1.3em;
        font-weight: bold;
        margin-bottom: 10px;

}

.BlogImage {
        font-size: 0.9em;
        text-align: center;
        margin: 5px;
}

.BlogImageCaption {
        font-style: italic;
}

.BlogImageCredit {
        font-style: italic;
}

em {
        font-weight: bold;
}

