/* CSS Document */

body {
background-position: top center;
background-image: url(images/paperBkgd.jpg);
background-repeat: no-repeat;
background-color: #000000;
text-align: center;
font-size: 15px;
margin: -5px;
height: 1600px;
}

.stAndrews {
text-align: left;
}

.mainTables {
width: 720px;
text-align: center;
margin: auto auto;
border: none;
padding: 0px;
}

h3 {
text-align: center;
}

td {
text-align: left;
vertical-align: top;
padding: 5px; 
}

a {
color: #990000;
font-weight: bold;
}

a:hover {
text-decoration: none;
}

.center {
text-align: center;
vertical-align: top;
}

.lowe {
width: 300px;
}

.loweBkgd {
background-image: url(images/loweSmithBkgd.jpg);
background-position: center;
background-repeat: no-repeat;
width: 720px;
height: 471px;
}

.downtown {
background-image: url(images/stAndrewsBkgd.jpg);
background-position: center;
background-repeat: no-repeat;
width: 720px;
height: 848px;
}


.shrimpboatBkgd {
background-image: url(images/shrimpboatBkgd.jpg);
background-position: center;
background-repeat: no-repeat;
width: 720px;
height: 568px;
}

.music {
text-align: right;
}

.whiteFont {
color: #FFFFFF;
text-align: center;
}

a.lightLink {
color: #FF0000;
}

.bigFont {
font-size: 16px;
}

.floatLeft {
float: left;
margin-right: 10px;
}

.coming {
float: left;
}