body
{
margin: 0px;
padding: 0px;
position:absolute;
top: 0px;
left: 0px;
width: 100%;
heigth: 100%;
}
#Header
{
background-image: url('images/bg_maroon.jpg');
background-repeat: repeat-x;
z-index:-1;
position: absolute;
top: 0px;
left: 0px;
width: 100%;
min-width: 800px;
}
#motto
{
position:absolute;
top: 30px;
right: 2px;
}
#Stripe
{
background-image: url('images/stripe.jpg');
background-repeat: repeat-x;
position: absolute;
top: 100px;
left: 0px;
height: 7px;
z-index: 2;
width:100%;
}
#Menu
{
background-image: url('images/menuBG.jpg');
background-repeat: repeat-y;
height:700px;
width:140px;
position: absolute;
top: 107px;
left: 0px;
z-index: -2;
}
#shadowStripe
{
Background-image: url('images/shadowStripe.jpg');
position: absolute;
top: 132px;
left: 0px;
height: 432px;
width: 112px;
z-index: -1;
}
#corner
{
position: absolute;
left:112px;
top:107px;
}
#HomeBtn
{ 
position: absolute;
top: 132px;
left: 0px;
z-index: 1;
}
#AboutBtn
{ 
position:absolute;
top: 180px;
left: 0px;
z-index: 1;
}
#DirectoryBtn
{ 
position: absolute;
left:0px;
top:228px;
z-index: 1;
}
#ApplyBtn
{ 
position: absolute;
left:0px;
top:276px;
z-index: 1;
}
#MembersBtn
{ 
position: absolute;
left:0px;
top:324px;
z-index: 1;
}
#PPBtn
{ 
position: absolute;
left:0px;
top:372px;
z-index: 1;
}
#LinksBtn
{ 
position: absolute;
left:0px;
top:420px;
z-index: 1;
}
#EmailBtn
{ 
position: absolute;
left:0px;
top:468px;
z-index: 1;
}
#ReportBtn
{ 
position: absolute;
left:0px;
top:516px;
z-index: 1;
}
#MainContent
{
position: absolute;
left: 164px;
top: 144px;
width: 80%;
}
img
{
border: none;
}