﻿body
{
	text-align: center;
	background-color: #dddddd;
}

div#wrapper
{
	margin: 0px auto;
    width: 770px;
}

div#header
{
    width: 760px;
    height: 80px;
    border: solid 2px #555555;
    font-size: 50px;
    font-weight:bold;
    font-family: Arial;
    text-align: right;
    color: #555555;
}

div#innerheader
{
    width: auto;
    height: auto;
    margin-top: 10px;
    margin-right :30px;
}


div#body1
{
    width: 760px;
    height: auto;
    border: solid 2px #555555;
    margin-top: 10px;
}

div#innerbody1
{
    width: 760px;
    height: auto;
    margin: 10px 10px 10px 10px;
    text-align: left;
}

.images
{
    border: solid 1px #000033;
    padding: 3px;
}


div#footer
{
    
}
