/*Flash Menu Gallery Style*/
 
body{
        background: #ffff00 url(../pix/_flash500.jpg) no-repeat fixed center center;
        font: normal normal normal medium "times new roman", times, serif;
        color: #0000ff;
}
.header {
        font-size: large;
        color: blue;
        width:95%;
        margin: 0% 2%;
        text-align: center;
        border-bottom: thin none blue;
}
table {
	width: 95%;
	margin: 0% 2%;
	border: 15px outset red;
	}
caption {
        font-size: x-small;
	}


td.left-side {
        border: medium solid #ff0000;
        width: 10%;
        height: auto;
        margin: 0px;
        padding: 5px;
        text-align: center;
}
td.right-side {
        border: medium solid #ff0000;
        width: 75%;
        margin: 0px;
        padding: 15px 15px 15px 15px;
        font-size: large;
        font-weight: bold;
}
.footer {
        clear: both;
        font-size: small;
        border-top: thin none red;
        color: red;
}
img {
        height: 100px;
        width: 75px;
        margin: 5px;
        padding: 0px;
}
#smallprint {
		font-size: small;
		text-align: center;
	}
