body {
    background-color: #3f3f3f;
    margin-top: 0;
}

hr {
	background-position:center;
    width: 750px;
    color: white;
}

h3 {
    width: 400px;
    padding-left: 10px;
    font-family: sans-serif;
    color: white;
}

.container {
    background-color: black;
    width: 800px;
    margin: auto;
}

.content {
    width: 800px;
    margin: auto;
}



.header {
    width: 800px;
    height: 180px;
    margin: auto;
    background-image: url('../siteimages/header.jpg');
    background-color: black;
}

.nav {
    width: 800px;
    padding-left: 45px;
    padding-bottom: 40px;
}


#menu {
    padding: 0;
    margin: auto;
    color: white;
    background-color: black;
    font-family: "Comic Sans MS";
    font-size: 1.0em;
    white-space: nowrap;
    list-style-type: none;
}

#menu li {
    display: inline;
    width: auto;
}

#menu li a {
    padding: 0.5em 1.1em;

    color: white;
    text-decoration: none;
    float: left;
}

#menu li a:hover {
    background: black;
    color: #424e6c;
}
#menu #gal a:hover{
	color:white;
}

#menu li a.current {
    color: red;
}

.homelink {
    outline-color: white;
}

#contact p {
    padding-right: 15px;
    text-align: left;
    font-family: Helvetica;
}

#contact2 p {
	width:800px;
    padding-left: 15px;
    float: left;
    text-align: left;
    font-family: Helvetica;
}

.footer {
    padding-top: 0px;
    background-color: black;
    width: 800px;
    height: 125px;
    margin: auto;
}

.footer p {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Helvetica;
    color: white;
    text-align: center;
    line-height: 16pt;
}



.tilleycode {
	padding-top:25px;
	width:800px;
    background-color: black;
}

.tilleycode a:visited {
    color: #5361c4;
}

.tilleycode a:hover {
    color: #424e6c;
}

.tilleycode center {
    color: white;
}

.welcome {
    float: left;
    font-family: Palatino Linotype;
    font-size: 10pt;
    background-color: black;
    width: 350px;
    padding-left: 15px;
}

.welcome p {
    color: white;
}

.welcome p:first-letter {
    font-size: 180%;
    display:block;
    float: left;
    padding-right: 2px;
}


.links {
    padding-top: 0px;
    margin-left: 415px;
    padding-left: 10px;
    width: 350px;
    height: 550px;
    background-image: url('../siteimages/side.jpg');
    background-color: black;
    background-position: right;
    background-repeat: no-repeat;
}

#galleries {
    font-Family: Helvetica;
    font-size: 14pt;
}

