body {
    background-color : black;
    background: url('../images/bg.jpg'); 
    text-align: center;
    margin: 0;
}

div {
    font: 12px Georgia, Times, Serif;
    line-height: 19px;  
}

h2 {
	color: #761b2e;
	font-size: 18px;
}

h3 {
	color: #761b2e;
	font-size: 12px;
}

h4 {
	color: #761b2e;
	font-weight: bold;
	line-height: 4px;
	font-size: 12px;
}

.title {
    color: #761b2e;
    font-size: 18px;
}

.smalltitle {
    color: #761b2e;
    font-size: 14px;
    font-weight: bold;
}

.roadscholar {
	font-family: "Century Schoolbook", Georgia, Times, serif;
}

.event {
    font-size: 10px;
    line-height: 11px;
}

#main {
    position: relative;
    text-align: center;
    padding: 0;
    margin: 0;
}

#dropShadow {
    background: url('../images/shadow.png');
    background-repeat : repeat-x;
    position: absolute;
    height: 15px;
    width: 100%;
    left: -1px;
    z-index: 25;
}

#phoneHome {
    position: absolute;
    width: 315px;
    height: 175px;
    left: 5px;
    top: 5px;
    cursor: pointer;
}

#pictureArea {
    position: relative;
    background: url('../images/logo.jpg');
    background-repeat : no-repeat;
    padding: 0;
    margin-top: 0;
    margin: auto;
    text-align: right;
    width: 728px;
    z-index: 20;
}

#contentArea {
    background-color: white;
    position: relative;
    margin: auto;
    width: 726px;
    text-align: center;
    border-left: 1px solid #969696;
    border-right: 1px solid #969696;
}

#mainContent {
    position: relative;
    padding: 20px;
    text-align: left;
    width: 470px;
}

#sidebarContent {
    position: absolute;
    border-left: 1px solid black;
    padding-left: 10px;
    width: 175px;
    text-align: left;
    left: 520px;
    top: 15px;
}

#brochureBox {
    position: relative;
}

#arlink {
    position: absolute;
    top: 50px;
}

#footerGraphic {
    position: relative;
    background-image: url('../images/footer_stone.jpg');
    background-repeat : no-repeat;
    width: 728px;  
    height: 53px;
}

#footerText {
    margin: auto;
    font: 9px Georgia, Times, Serif;
    text-align: center;
    padding-top: 15px;
    color: white;
}

.pictureframe {
    border: 2px solid #761B2E;
}

.pictureframe-right {
    border: 2px solid #761B2E;
    margin-left: 10px;
    float: right; 
}

.right {
    margin-left: 10px;
    float: right; 
}

.pictureframe-left {
    border: 2px solid #761B2E;
    margin-right: 10px;
    float: left; 
}

/* link colors / behavior */

a {
    color: #0033B1;
}

a:visited {
    color: #571D2A;
}

a:hover {
    color: blue; /* #014D3C; */
}

a.subtle {
    color: white;
}
