/* CSS Document */
/*-------Bonny Colville-Hyde, Almost Exact portfolio 2007---------*/

body {
background-color: #99CCFF;
}

#wrapper {
background-color: #99CCFF;
border-left: 30px solid;
border-color: purple;
margin: 0px;
width: 860px;
}

#content {
width: 630px;
/*height: 520px;*/
float: right;
background-color: white;
padding-left: 5px;
margin-right: 30px;
padding-bottom: 10px;
}

#content h1 {
margin-right: 20px;
margin-left: 5px;
margin-top: 20px;
padding-bottom: 5px;
font-family: "Trebuchet MT", Geneva, sans-serif;
background-color: #CCCCCC;
line-height: 110%;
padding-left: 10px;
}

#content a {
font-weight: bold;
color: purple;
text-decoration: none;
border: none;
}

#content a:visited {
font-weight: bold;
color: #9900CC;
text-decoration: none;
border: none;
}

#content a:active {
font-weight: bold;
color: #FF0099;
text-decoration: none;
border: none;
}

#content a:hover {
font-weight: bold;
color: #FF0099;
text-decoration: none;
border: none;
} 

#content li {
list-style-type: square;
font-family: Courier New, Arial, sans-serif;
}

#mainNav {
width: 160px;
float: left;
background-color: purple;
padding-top: 10px;
padding-bottom: 10px;
z-index: -1;
}

#mainNav li {
padding-left: 0px;
padding-right: 20px;
list-style-type: none;
font-family: "Trebuchet MS", Arial, sans-serif;
width: 100px;
font-weight: bold;
line-height: 150%;
font-size: large;
}

#mainNav a {
color: black;
text-decoration: none;
}

#mainNav a:visited {
color: black;
text-decoration: none;
}

#mainNav a:hover {
color: #FF3399;
text-decoration: none;
}

#mainNav a:active {
color: yellow;
text-decoration: none;
}

#spaceDiv {
background-color: #99CCFF;
height: 5%;
width: 100%;
}

#footer {
clear: both;
background-color: #99CCFF;
line-height: 150%;
width: 520px;
margin-left: 230px;
padding: 0px;
}

h2 {
font-family: Arial, sans-serif;
margin-left: 5px;
}

h3 {
font-family: Courier New, Courier, sans-serif;
margin-left: 5px;
padding: 0px;
line-height: 25%;
}

p {
font-family: Arial, sans-serif;
margin-left: 5px;
line-height: 150%;
display: inline;
}

h1 a {
color: black;
text-decoration: none;
}

h1 a:visited {
color: black;
text-decoration: none;
}

h5 {
font-family: "Courier New", Arial, sans-serif;
color: black;
line-height: 10px;
margin-left: 10px;
font-size: large;
padding: 0px;
}

#content img {
border: none;
display: inline;
}

.photo {
padding: 10px;
margin-left: 15px;
}

.photob {
padding: 10px;
margin-left: 70px;
}




