/* @group Reset CSS */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* @end Reset CSS */
body,
html {
  margin: 0;
  padding: 0;
  font-family: Arial;
}
#wrapper {
  width: 630px;
  position: relative;
  margin: 0 auto;
  padding-top: 40px;
}
#content {
  position: relative;
}
#header {
  border-left: 1px solid #7297c1;
  padding-left: 40px;
  padding-top: 30px;
  margin-left: 20px;
  height: 140px;
}
h1 {
  font-size: 22px;
  color: #025682;
  position: absolute;
  left: 168px;
  padding-left: 125px;
  width: 250px;
  top: 206px;
  line-height: 140%;
  border-left: 1px solid #7297c1;
  height: 320px;
  z-index: 2;
}
h2 {
  font-size: 12px;
  color: #aaaaaa;
  padding-bottom: 15px;
}
#visual {
  position: absolute;
  top: 0;
  left: -8px;
  margin-top: -7px;
  z-index: 3;
}
#sponsors {
  position: absolute;
  top: 330px;
  z-index: 13;
  left: 153px;
  padding: 15px 0 0 30px;
  border-top: 1px solid #b87c1a;
}
.sponsor {
  padding-bottom: 20px;
  width: 180px;
  display: block;
}
.sponsor--purina {
  width: 300px;
  margin-bottom: 10px;
}
.sponsor--specific {
  width: 220px;
}
#main-nav {
  position: absolute;
  left: 0;
  top: 240px;
  width: 150px;
  padding-left: 20px;
  z-index: 10;
}
#main-nav .link-college,
#main-nav .link-society {
  padding: 10px 0;
  z-index: 99;
}
#main-nav .link-college a,
#main-nav .link-society a {
  display: block;
  color: #ffffff;
  background: #b87c1a;
  text-decoration: none;
  width: 115px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  cursor: pointer;
}
#main-nav .link-college a {
  background: #7297c1;
}
