﻿*
{
    padding: 0px;
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
}

body  {
    background-image: url('../../images/mainBackground.jpg');
    background-repeat:repeat-x;
    
}

p
{
    font-size: 14px;
    margin: 10px;
}
#innerWrapper {
	width: 800px; /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */ /* the auto margins (in conjunction with a width) center the page */
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	position: relative;
}
#header {
    background-color: #90ADC2;
}

#sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 235px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
}
#mainContent {
    width: 800px;
    margin-top: 3px;
}


#footer {
    padding: 0;
    clear: both; /* this padding matches the left alignment of the elements in the divs that appear above it. */;
    width: 800px;
}
#footer p
    {
        font-size: 15px;
        text-align: center;
    }
#userLogIn
{
    text-align: right;
    margin-bottom: 3px;
    color: #FFFFFF;
}
