/* 

Website Made by Kaiden Delmenico

Created date: 22 May 2009

*/
#heading {
top:0px;
left:0px;
width: 100%;
height: 20%;
border: 0px solid #FF00FF;
float: left;
    font-size: 24px;
    font-family: Arial,Helvetica,sans-serif;
    font-variant: small-caps;
    color: black;
    text-align: center;
    background-color: #000000;
}

body
{
    font-family: Arial,Helvetica,sans-serif;
    color: black;
    background-color: #000000;
	/*#9955EE #CCCCCC*/
}

#nav {
top:auto;
width: 23%;
height: 80%;
border: 0px solid #FF00FF;
float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    background-color: #000000;
}
#nav A:link {
    text-decoration: none;
    color:white;
}

#nav A:visited {
    text-decoration: none;
    color:#9999FF;
}

#nav A:active {
    text-decoration: none;
}

#nav A:hover {
    text-decoration: underline;
    color:#F78989;
    background-color: #9955EE;
}

#content {
width: 74%;
height: 80%;
border: 0px solid #FF00FF;
float: right;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    background-color: #000000;
    padding-left: 1%;
    padding-right: 1%;

}

#h3 {
    color:#000000;
    font-weight:bold;
}

p#border5 {
    font-family:monospace;
    font-style:inherit;
    font-size:large;
    border:groove;
    margin-left: auto;
    margin-right: auto;
}

img.ImgSet {
    display: block;
    margin-left: auto;
    margin-right: auto;
}