﻿body 
{
    padding-top:0px;
    margin-top:0px;
    font-family:font-family:Arial;
	background-color:Gray;
	overflow:auto;
}

#topHeader
{
    padding-top:0px;
    margin-top:0px;
    background-image:url("Pictures/headerBackground.jpg");
}

#fixedheader
{
    padding-top:0px;
    margin-top:0px;
    position:fixed;
}

#adminmenu
{
    position:fixed;
}

#content
{
    overflow:scroll;
}

#header
{
    padding-top:0px;
    height:220px;
	text-align:center;
	background-image:inherit;
}

#siteHolder
{
	background-color:White;
	width:900px;
	margin:auto;
}

#main
{    
    margin-top:260px;
    margin-left:10px;
    margin-right:10px;
    min-height:410px;
}

#assignment
{
    margin-top:250px;
    font-size:small;
}

#footer
{    
    font-weight:bold;
	font-size:small;
	position: fixed;
    bottom: 0;
    background:White;
    width:900px;
    border-top:solid 20px Gray;
}

.tableHeader
{
    background-color:#404040;
    color:White;
}

.tableItem
{
    padding-bottom:5px;
    padding-top:5px;
    background-color:#DDDDDD;
}




