﻿body
{
    background-image: url('images/gradient.jpg');
    background-repeat: repeat-x;
    background-color: Black;
    font-family: 'Segoe UI', "Verdana";
}

.header
{
	font-family: "Century Gothic";
    padding: 10px 0px 0px 10px;
    position: absolute;
    left: 0;
    top: 0;
    color: White;
    font-size: 40px;    
}

.body
{
    position: absolute;
    left: 10px;
    top: 80px;
}

.menu
{
    width: 200px;
    float: left;
}

.content
{
    margin-left: 10px;
    float: left;
    height: 500px;
    width: 900px;
    background-color: White;
    overflow: scroll;
}

.copyright
{
    color: White;
    position:absolute;
    float: right;
    top: 580px;
    text-align: right;
    padding-left:830px;
}

.content img
{
    padding-top: 25px; 
    padding-left:25px;
    float:none;
    position: relative;
}

.gallery img
{
    padding-top: 25px;
    padding-left: 10px;
    float:left;
    position:static;
}

.GalleryGridImage
{
    width:33%;
    float:left;
}

.gallery h1
{
    font-size: 20px;
}

.gallery a h1
{
    text-decoration: underline;
    color: Black;
}

.gallery a:hover h1
{
    color: Red;
    text-decoration: none;
}

.contenttext
{
        float:none;
}
