body {
    width: 750px;
    margin: 0 auto;
    text-align:left;
    font-family: Verdana;
}

.right-column {
    width: 250px;
    float: left;
    padding: 15px;
    background-color: #F2F2F2;
    text-align: right;
}

.left-column {
    width: 440px;
    float: left;
    padding: 5px;
    margin-right: 10px;
}

.left-column iframe {
	width: 100%;
}

#nav {
    float: left;
    width: 440px;
    padding-left: 15px;
    padding-bottom: 20px;
    margin: 0px;
    padding-right: 5px;
}

p {
    font-family: Verdana;
    font-size: 0.8em;
    line-height: 2em;
    color: #333333;
    display: inline;
}

blockquote {
	position: relative;
    margin: 0;
    font-family: Verdana;
    font-size: 0.8em;
    line-height: 1.25em;
    padding: 10px 30px 15px 30px;
    font-style: italic;
}

.hero {
    height: 627px;
    background-image: url(../images/auheader.JPG);
    background-size: cover;
    background-position: center;
}

.hero .left-column {
    background-color: rgba(242,242,242,0.25);
    height: 200px;
    margin-right: 0;
    width: 450px;
}

.hero .right-column {
    background-color: rgba(242,242,242,0.15);
}

.image-wrapper {
    margin-bottom: 15px;	
}

.feedback, .quote-wrapper {
	margin-top: 30px;
    margin-bottom: 30px;
}

div.citation, div.copyright {
    text-align: right;
    font-style: italic;
    font-size: 12px;
}

div.caption {
	text-align: right;
    font-size: 12px;
}

div.footer {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 12px;
}

.video-wrapper {
    margin-bottom: 30px;
}
