﻿/***********************************************************************************************************************************
	File ID	:	RobinEventRental.css
	Date	:	2010/01/18
	Notes	:	(C)opyright 2010 Eric S. Blake DBA Simple Software Systems, LLC.
***********************************************************************************************************************************/
body, div, p, h1, h2, h3, h4, ul, li, table
{

	/*margin: 0 auto;*/
    border-style: none;
    border-color: inherit;
    border-width: medium;
}
h1
{
	font-size: 1.9em;
}
h2 
{
	font-size: 1.6em;
}
h3 
{
	font-size: 1.1em;
	font-weight: bold;
}
h4 
{
	font-size: 1.3em;
}
h5 
{
	font-size: 1.1em;
}
h6
{
	font-size: 0.9em;
}
.h7
{
    font-size: .8em;
    font-weight : bold;
    display: inline;
}
body
{
	color: #fc0;
	background: black  url(../images/bodybg.jpg); 
	font-family: Candara;
	font-size:1.0em;
	height: 100%;
}

p
{
    font-size:0.90em;
    color:black;
    margin: 0; 
	padding: 10px 0;
	display : inline;
}
a
{
    font-size: 0.90em;
    color:white;
    text-decoration: none;
    display: inline;
}

a:hover {
    font-size:0.90em;
    color:yellow;
	text-decoration: underline;	
	display : inline;
}
*
{
    margin: 0px;
}
#navigation {
	float: left;
	width: 170px;
}
#MasterMainContent  
{
    margin-left: 170px;
	margin-right:10px;
	width : auto;
	background-color : #DAA520; /*GoldenRod*/
	color: Black;
	background-color: #fc0;
	background-image: url(../images/contentbg.jpg);
	background-repeat: repeat-x;
	height: 100%;
}
#MasterMainContent  a
{
    font-size: 0.90em;
    color: blue;
    text-decoration: none;
    display: inline;
}
#MasterMainContent  a:hover {
    font-size:0.90em;
	text-decoration: underline;	
	display : inline;
}

#content {
	margin-left: 170px;
	margin-right:10px;
	width : auto;
	background-color : #DAA520; /*GoldenRod*/
	color: Black;
	background-color: #fc0;
	background-image: url(../images/contentbg.jpg);
	background-repeat: repeat-x;


 }

#footer {
	clear: both;
}

.Background
{
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;             
    filter: alpha(opacity=40);
}
/***********************************************************************************************************************************
							ESB: Remember
							start with # if using ID not CLASS
							start with . if using Class
***********************************************************************************************************************************/