﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
html {
    margin: 0;
    padding: 0;
}
body
{
    /*margin: 0;
    padding: 0;*/    
    background-color: #f5f5f5;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. 
.page
{
    width: 1020px;
    margin-left: auto;
    margin-right: auto;
	margin-top: 10px;
}

#header
{
    position: relative;
    margin-bottom: 5px;
    color: #000;
    padding: 0;
	width: 100%;
    text-decoration: none;
    background-color: #fff;
}

#main
{
    padding: 30px 30px 15px 30px;
    background-color: #fff;
    margin-bottom: 30px;
    _height: 1px; 
}

#footer
{
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
}


#logindisplay
{
    position: absolute;
    top: 0px;
    right: 0;    
    font-size:1.1em;
    text-align:center;
    display:block;
    margin-top: 10px;
    margin-right: 10px;
    color:black;
}

#logindisplay a
{
    color: Black;
    text-decoration: underline;
}

#logindisplay a:hover
{
    text-decoration: none;
}


#main, #header {
	-moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.6);
	-khtml-box-shadow: 0px 0px 8px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.6);
}
    */
