﻿html, body
{
	width:100%;
	height:100%;
	background-color:#595959;
	margin:0px;
	padding:0px;
}
#Form1
{
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	background-image:url(../Images/Layout/body_top_bg.png);
	background-position:left -50px;
	background-repeat:repeat-x;
}
#Wrapper
{
	width:730px;
	margin-left:auto;
	margin-right:auto;	
	background-image:url(../Images/Layout/body_content_bg.png);
	background-position:left top;
	background-repeat:repeat-y;
}
#Header
{
	width:730px;
	height:210px;
	background-image:url(../Images/Layout/beach_header.png);
	background-position:left -1px;
	background-repeat:repeat-x;
}
#Content
{
	width:730px;
	min-height:400px;
	max-height:90%;
	margin:0px;
	padding:0px;
}
#Menu
{
	width:243px;
	float:left;	
}
#SubContent
{
	width:243px;
	float:left;
	padding-left:10px;
	padding-top:30px;	
}
#MainContent
{
	width:467px;
	min-height:400px;
	padding-right:10px;
	padding-bottom:10px;
	padding-top:10px;
	float:right;
}
.ErrorContent
{
	width:467px;
	min-height:400px;
	padding-right:10px;
	padding-bottom:10px;
	padding-top:10px;
	float:right;
}
#LoginDiv
{
	width:200px;
	padding-top:10px;
	padding-right:10px;
	padding-bottom:10px;
}
#Footer
{
	background-image:url(../Images/Layout/body_bg.png);
	height:30px;
	text-align:center;
	color:#FFFFFF;
	padding-top:20px;
	font-family:LucidaGrande, Lucida, Helvetica, Arial, Sans-Serif;
	font-size:11px;
}
.Buttons
{
	background-color:#FFFFFF;
	border:solid 1px #C4C4C4;	
}