﻿html{background-image: url(Images/Background.png); background-repeat:repeat;}

body{font-family: Arial, Sans-Serif;font-size:12px;}

img {border:none; padding:none;}


.SiteContainer
{
	position:relative;
	width:800px;
	left:50%;
	margin-left:-400px;
	background-image:url(Images/RearboxAndMenu.png);
	background-position: right top;
	background-repeat: no-repeat;
}

h1{ font-family:Verdana; 
    font-size:18px; 
    font-weight:bold;
    display:block;
    padding:0px;
    margin:0px;
    height:40px;
    background-image: url(Images/Underline.png); 
    background-repeat:repeat-x; 
    background-position:bottom; 
    vertical-align:top;
	margin-bottom:25px;
}
h2{ font-size: 12px; font-weight:bold; }


.ContentContainer
{
	width:614px;
}
.MenuContainer
{
	float:right;
	width:143px;
	
	margin-right:40px;
	margin-top:150px;
}
.Menu
{
	
	padding:0px;
	margin:0px;
	margin-left:-2px;
}


.Home{height:34px;}
.Contact{height:41px;margin-top:-10px;z-index:10;}
.Intro{height:34px; margin-top:-10px;z-index:20;}
.Friends{height:32px; margin-top:-15px;z-index:30;}
.Party{height:44px; z-index:40;}
.Rave{height:32px; z-index:50;}
.Services{height:26px; margin-top:-5px;z-index:60;}
/*
.Home:hover{background-image:url(Images/Home-A.png);}
.Contact:hover{background-image:url(Images/Contact-A.png);}
.Intro:hover{background-image:url(Images/Intro-A.png);}
.Friends:hover{background-image:url(Images/Friends-A.png);}
.Party:hover{background-image:url(Images/Party-A.png);}
.Rave:hover{background-image:url(Images/Rave-A.png);}
.Services:hover{background-image:url(Images/Services-A.png);}
*/
.Content
{
	background:url(Images/ContentBg.png);
	background-repeat:repeat-y;
	
	padding-left:65px;
	padding-right:95px;
	min-height:500px;
}
.Content p
{
	margin-bottom:0px;
	padding-top:0px;
	text-indent:14px;
}
.Content hr {width:250px; text-align:center; margin-top: 25px; margin-bottom:25px;}

.Note {
 padding-bottom:20px;
}
.Note p img { float:right; padding:25px; }

.Link { padding-bottom:20px; }

.Gallery {

	height:250px;
	overflow:hidden;
	margin-left:45px;
}


.thumbnail 
{
	float:left;
	padding:10px;
	width:100px;
	height:100px;
	overflow:hidden;
	text-align:center;
	vertical-align:middle;
}
.thumbnail a img {vertical-align:middle;}