@charset "utf-8";

/* IDs */

body	{
	font-family:"Trebuchet MS", Helvetica, sansSerif;
	font-size:13px;
	padding:0;
	margin:0;
	text-align:center;
	background-image:url(images/background.gif);
	}

#container	{
	width:780px;
	text-align:center;
	margin:auto;
	position:relative
	}
	
#nav1	{
	width:780px;
	height:auto;
	font-weight:bold;
	position:relative;
	}
	
#body	{
	width:780px;
	top:-10px;
	border:black 5px double;
	text-align:left;
	padding-top:15px;
	padding:auto;
	background-image:url(images/background_body.gif);
	position:relative;
	}
	
#bottom_nav	{
	text-align:center;
	position:relative;
	top:-20px
	}
	
#funteam	{
	width:150px;
	right:-40px;
	top:-53px;
	position:relative;
	float:right;
	clear:left
	}

/* Classes */

.navigation	{
	list-style:none;
	margin-bottom: 15px;
	}

.nav	{
	display:inline
	}
	
h2	{
	color:#330033
	}
	
#funteam p	{
	color:white
	}
	
.date	{
	font-weight:100;
	}
	
.table_title	{
	color:#FFFFFF
	}

	
/* Links */

a:link	{
	color:#330033;
	text-decoration:none;
	font-weight:bold	
	}
	
a:visited	{
	color:#330033;
	text-decoration:none;
	font-weight:bold
	}
	
a:hover	{
	text-decoration:underline;
	}

a.nav_link:link	{
	color:white;
	text-decoration:none;
	padding:0;
	margin: 0 35px 0 35px;
	border-top: 1px solid #330033;
	font-size:16px
	}
	
a.nav_link:visited	{
	color:white;
	text-decoration:none;
	margin: 0 35px 0 35px;
	padding:0;
	font-size:16px;
	border-top: 1px solid #330033;
	}
	
a.nav_link:hover	{
	text-decoration:none;
	padding:0;
	margin: 0 35px 0 35px;
	border-top: 1px dotted white;
	font-size:16px
	}
	
a.bottom_nav:link	{
	color:white;
	text-decoration:none;
	margin: 0 70px 0 0px;
	border-bottom: 1px solid #330033;
	font-size:10px
	}
	
a.bottom_nav:visited	{
	color:white;
	text-decoration:none;
	margin: 0 70px 0 0px;
	font-size:10px;
	border-bottom: 1px solid #330033;
	}
	
a.bottom_nav:hover	{
	text-decoration:none;
	margin: 0 70px 0 0px;
	border-bottom: 1px dotted white;
	font-size:10px
	}

a.weddings:link	{
	text-decoration:none;
	border: 2px dotted black;
	background-image:url(wedding_button.png);
	height:93px;
	width:100px;
	font-weight:bold;
	text-align:center;
	color:#000000;
	padding:5px;
	display:block
	}
	
a.weddings:visited	{
	text-decoration:none;
	border: 2px dotted black;
	background-image:url(wedding_button.png);
	height:93px;
	width:100px;
	font-weight:bold;
	display:inline-table;
	text-align:center;
	color:#000000;
	padding:5px;
	display:block
	}
	
a.weddings:hover	{
	text-decoration:none;
	border: 2px solid black;
	background-image:url(wedding_button2.png)
	}


