/*css for wup1 website -MLR 1/27/15 */
Header{
text-align: center;
top: 0;
font-family:verdana;
}

/*font modifications*/
h2{font-family: helvetica;
}
strong{font-style: italic;
}
cite{font-style: normal;
font-weight: bold;
font-family: Arial;
}

Body { 
	background:#E0DFDB;
}

Section {
position: relative; 
}

#entirepage{width: 1200px;
margin: auto;
}

/*Navigation Box Code */
Nav{
	height: 50px;
	width: 100%;
	text-align: center;
	padding: 10px;
}

Nav ul{list-style: none;
text-align: center;
}
Nav li{float: None;
	 padding: 15px;
	 display: inline;
	 border: 1px solid;
	 text-align: center;
	 background-color: #CCCCCC;
}
Nav a{display: inline;
}

/*Table formatting quote */
#CertificationsTable{
width: 100%;
text-align: left;
border-collapse: collapse;
}
#CertificationsTable th{
}
#CertificationsTable td{
border: 1px solid black;

}

/*picture formatting*/
#ResumePic{
max-width: 10%;
max-height: 10%;
position: absolute;
Right: 0px;
top: 200px;
}
#ContactMePic{
max-width: 10%;
max-height: 10%;
Left: 0px;
}
#MeInDeloreanPic{
width: 250px;
height: auto;
float: left;
margin-right: 10px;
}
#PBXKillerPic{
position: relative;
left: 530px;
}

Aside{right: 0px;	
float: right;
width: 25%;
padding: 5px;
}

ul.Unordered{
list-style-type: circle;
}
img.BorderAroundMe{border-style: solid;
border-width: 3px;
padding: 5px;
}
.FormatLikeH3{
    display: block;
    font-size: 1.17em;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

Footer{
display: block;
text-align: center;
bottom: 0;
left: 0;
height: 50px;
width: 100%;
}

a:link{
color: red
}
a:visited{
color: green;
} 
a:hover { 
    color: purple;
	text-decoration: none;
	}
a:active{
color: yellow;
}
	

