@charset "UTF-8";
/* CSS Document */

body {
	background: #000;
	padding: 0px;
	margin: 0px;
}

#wrapper {
	width: 800px;
	margin: auto;
	padding: 25px 0 100px 0;
}

#col1 {
    background-color: #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 10px;
    margin: 0 10px 0 0;
    width: 400px;
    font-size: .7em;
    font-family:Verdana, Geneva, sans-serif;
    position: relative;
    top: 320px;
}

#col2 {
	margin: 0 10px 0 0;
	width: 355px;
	left: 445px;
	top: 180px;
	position: relative;
	font-size: 1em;
	font-family:Verdana, Geneva, sans-serif;
	text-align: center;
	color: #FFF;
	font-style: oblique;
}

#col2 A:link {
	color: #FFF;
}

#col2 img{
	border: none;
}

#col3 {
    background-color: #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 10px 0 10px 0;
    width: 800px;
    float: left; 
    text-align: center;
    position: absolute;
    top: 315px;
   
}

#col3 #pdfWrapper h3 {
    font-family: verdana, sans;
    font-size: 1em;
    color: #fff;
    margin: 5px; 0 5px 0;
    padding: 0 0 7px 0;
    width: 200px;
}

#col3 #pdfWrapper h3.carmel {
    background: #663399;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
}

#col3 #pdfWrapper h3.hendricks {
    background: #ff3333;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
}

#col3 #pdfWrapper h3.johnson {
    background: #009966;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
}

#col3 #pdfWrapper{
    float: left;
    margin-left: 42px;
    text-align: center;
}

#col3 #pdfWrapper img {
    margin-top: -9px;
    border: 0px;
}

#col4 {
    text-align: center;
    position: absolute;
    top: 775px;
   
}


#footer {
	height: 100px;
	width: 800px;

}
