﻿body
{
    margin: 0px;
    padding: 0px;
    background-color: #ececec;
    font-family: Calibri;
    background-image: url('../Images/bg1.png');
    background-repeat: repeat-x;
}
#header
{
    background-image: url('../Images/header1.png');
    background-repeat: no-repeat;
    height: 75px;
    color: #FFFFFF;
}
.logoutclass
{
	text-decoration: none;
	font-size: 17px;
	color: #98DAFA;
}
/* Content Starts Here */
#contenttop {
	height: 10px;
	background: url(../Images/content_top.png) no-repeat;
}
#content
{
	background: url(../Images/content_back.png) repeat-y;
}
#contentbottom
{
    height: 17px;
    background: url(../Images/content_bottom.png) no-repeat;
}