﻿body     
{ 
	background:url(../images/bg_Main.jpg) repeat-Y center top;
	text-align: left; 
	margin: 0 25px;
	vertical-align: top;
    font-family: Arial;
    color:#ffffff;
}

/*-----    This is the container that holds all other layout elements   -------*/
.Canvas
{
	width: 800px;
	border: solid 0px blue;
	margin-left:auto;
	margin-right:auto;
}

/*--------     Master Page Elements      -------------*/

.Header
{
	width:800px;
	height:230px;
	border: solid 0px red;
	background:url(../Images/Header.jpg) center top;
}

.NavButton1
{
	width:78px;
	height:96px;
	position:relative;
	top:-5px;
	margin-top:-70px;
	margin-left:15px;
	border: solid 0px silver;
}

.NavButton2
{
	position:relative;
	width:76px;
	height:92px;
	top:-15px;
	left:-4px;
	margin-top:-70px;
	margin-left:0px;
	border: solid 0px silver;
}

.NavButton3
{
	width:76px;
	height:97px;
	position:relative;
	top:-38px;
	left:-8px;
	margin-top:-70px;
	margin-left:0px;
	border: solid 0px silver;
}

.NavButton4
{
	width:79px;
	height:98px;
	position:relative;
	top:-62px;
	left:-12px;
	margin-top:-70px;
	margin-left:0px;
	border: solid 0px silver;
}

.NavButton5
{
	width:82px;
	height:98px;
	position:relative;
	top:-89px;
	left:-16px;
	margin-top:-70px;
	margin-left:0px;
	border: solid 0px silver;
}

.NavButton6
{
	width:79px;
	height:108px;
	position:relative;
	top:-113px;
	left:-19px;
	margin-top:-80px;
	margin-left:0px;
	border: solid 0px silver;
}

.NavButton7
{
	width:78px;
	height:92px;
	position:relative;
	top:-145px;
	left:-21px;
	margin-top:-80px;
	margin-left:0px;
	border: solid 0px silver;
}

.HomeButton
{
	font-family:Kristen ITC;
	position:relative;
	top:-180px;
	left:30px;
}
a.HomeButton:link{color:White;}
a.HomeButton:hover{color:Blue; font-size:large; background-color:Blue;}
a.HomeButton:visited{color:White;}

.AnnouncementBlock
{
	width:240px;
	font-size:12px;
	float:left;
	padding: 0px 0px 0px 30px;
	border:solid 0px yellow;
}

.EventBlock
{
	width:240px;
	font-size:12px;
	float:right;
	padding: 0px 10px 0px 20px;
	border:solid 0px yellow;
}

.Label
{
	vertical-align:middle; 
	font-size:18px;
	position:relative;
	top:-12px;
}

.Menu
{
	width:800px;
	height:20px;
	border:solid 1px blue;
}

.Lady
{
	margin-bottom:0px;
	border:solid 0px red;
}

.Footer
{
	width:800px;
	height:138px;
	border:solid 0px silver;
	color: #C89F3D;
	margin-bottom:0px;
	margin-top:0px;
	padding: 0px 0px 0px 0px;
    vertical-align:top;
}

/*--------   Two Column Layout     ----------*/

.LeftColumn
{
	width:240px;
	/*height:550px;*/
	float:left;
	border:solid 0px red;
}

.LeftTextBlock
{
	width:200px;
	padding: 0px 20px 10px 20px;
	border:solid 0px yellow;
}

.RightColumn
{
	width:550px;
	/*height:550px;*/
	float:right;
	border:solid 0px green;
}

.RightTextBlock
{
	width:500px;
	padding: 0px 20px 10px 30px;
	border:solid 0px yellow;
}


/*-----------      Three Column Layout  --------------*/
/*
.LeftColumn
{
	width:245px;
	height:550px;
	float:left;
	border:solid 1px red;
}

.RightColumn
{
	width:245px;
	height:550px;
	float:right;
	border:solid 1px green;

}

.CenterColumn
{
	width:290px;
	height:550px;
	float:left;
	border:solid 1px red;
}

.ColumnContainer
{
	width:545px;
	height:550px;
	float:right;
	border:solid 1px black;
}
*/