/* CSS Document */

body
{
background-color: #FFFFFF;
}

#wrapper
{
}

#banner {
width: 75%;
margin-left: 10%;
border: none;
}

#banner img {
border: none;
}

#banner a {
border: none;
}

#banner a:visited {
border: none;
}

#banner a:hover {
border: none;
}

#border a:active {
border: none;
}

#container
{
background-color: #FFFFFF;
width: 75%;
height: 50%;
margin-left: 10%;
}

#broken {
padding: 25px;
display: inline;
float: left;
}

#container p {
position:relative;
padding: 5px;
padding-left: 150px;
}

#container img {
float: right;
}

#phil {
padding: 25px;
display: inline;
padding-bottom: 100px;
float: none;
padding-top: 0px;
margin-top: 0px;
}

ul.navbar {
background-color: #FFFFFF;
display: block;
width: 150px;
float: left;
margin: 0;
padding: 0;
padding-top: 3px;
padding-bottom: 3px;
position: relative;
z-index: 10;
}


a{
color: black;
text-decoration: none;
background-repeat: no-repeat;
}

a:visited {
color: black;
text-decoration: none;
background-repeat: no-repeat;
}

a:hover {
color: #FF66CC;
text-decoration: none;
background-repeat: no-repeat;
}

a:active {
color: #FF66CC;
text-decoration: none;
background-repeat: no-repeat;
}

li
{
cursor: auto;
font-family: "Times New Roman", Times, serif;
font-size: 150%;
list-style-image: none;
list-style:none;
list-style-type: none;
padding-left: 10px;
padding-top: 5px;
}

h1
{
font-family: "Times New Roman", Times, serif;
color: #003366;
font-weight: lighter;
margin-top: 2px;
}

h2
{
font-family: "Courier New", Courier, monospace;
color: #333333;
padding: 5px;
background-color: #FFFF00;
line-height: 30px;
width: 330px;
margin-left: 20px;
margin-top: 10px;
}

p
{
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
color: #000000;
padding-left: 20px;
margin-left: 10px;
padding-bottom: 20px;
line-height: 125%;
}

#footer {
background-color: #FFFFFF;
width: 75%;
margin-left: 10%;
margin-top: 40px;
}

#footer p {
float: left;
padding: 5px;
margin-left: 5px;
padding-top: 10px;
font-family: "Courier New", Courier, monospace;
}

#footer h3 {
float: right;
}

#footer a {
color: #999999;
}

#footer a:visited {
color: #999999;
}

#footer a:hover {
color: #FF66CC;
}

#footer a:active {
color: #FF66CC;
}