html {
	background: #ddd;
}

body {
    align: center;
    margin: 0;
    height: 100%;
}

#container {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
}

#header {
	background-image: url('/media/images/austin-skyline.jpg');
    width: 900px;
    height: 264px;
}

#title {
	float: right;
	padding: 10px;
}

#title a {
    font-family: Helvetica;
    font-size: 28pt;
    font-weight: bold;
    color: white;
    text-align: center;
    letter-spacing: 5px;
    text-decoration: none;
}

#center {
    background: white;
    clear: both;
    overflow: auto;
}

#links {   
    font-family: Helvetica;
    font-size: 14pt;
    font-weight: bold;
    background: white;
    clear: both;
    margin-top: 20px;
    text-align: center;
}

#links a {
    text-decoration: none;
    border: 1px dotted grey; 
    padding: 3px 8px;
    margin: 0px;
    color: blue;
}

#links a:hover {
	background: orange;
	color: white;
}

#links a:visited {
	color: grey;
}

#content {
	padding: 20px;
	clear: both;
}

#sponsors {
	background: orange;
    min-height: 400px;
    height: 100%;
    width: 200px;
	float: left;
	font-family: Helvetica;
    font-size: 8pt;
    border: 1px solid orange;
}

.sponsorlogo {
    background: white;
    width: 200px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px;
    padding-bottom: 1px;
}

.hplogo {
    padding: 18px 36px;
}

#sponsors .bronze {
    font-size: 16px;
    display: block;
}

#sponsors h3 {
	text-align: center;
	text-decoration: underline;
}

#sponsors img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

#content_right {
	width: 670px;
	float: right;
}

#footer {
    height: 25px;
    padding: 10px;
    clear: both;
}

#tagline {
	font-family: Helvetica;
	font-size: 14px;
	text-align: center;
}

.citation {
  font-family: Helvetica;
  font-size: 8px;
  padding-top: 4px;
  text-align: center;
}
