/* CSS Document */

body {
	background-color: #A6101C;
}

h1 {
margin-top:0px;
font-family:Arial, Helvetica, sans-serif;
color:#990000;
letter-spacing:.3em;
font-size:large;
text-transform:uppercase;
}

h2 {
margin-left:20px;
font-weight:bold;
color:gray;
font-family:"Courier New", Courier, monospace;
font-size:large;
}

h2 a {
color:gray;
}

h3 {
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
letter-spacing:.15em;
font-size:small;
text-transform:uppercase;
padding-bottom:-1em;
padding-top:1em;
margin-bottom:-.5em;

}

p {
margin-left:20px;
margin-right:20px;
font-family:Arial, Helvetica, sans-serif;
font-size:small;
}

.tinyText, .tinyText a {
font-size:small;
font-family:"Courier New", Courier, monospace;
font-weight:bold;
color:white;
}



/* structural */

#subTop {
width:750px;
margin:auto;
}

#logo {
width:249px;
float:left;
}

#subBanner {
width:501px;
float:right;
}

#mainBox {
width:710px;
margin:auto;
padding:20px;
background-color:white;
clear:both;
}

#lowerButtons {
width:750px;
margin:auto;
}

#footer {
width:750;
margin:auto;
text-align:center;
}

.galleryImage {
margin:5px;
}







/* end */