																/* >>> ELEMENTS <<< */

* {
	margin: 0;
	padding: 0;
	}
	body {
		color: #ffffff;
		background-color: #99ccff;
		background-repeat:repeat-x;
		background-image: url('../images/BG_gradient.png');
		font-family: Arial, Tahoma, "MS Sans Serif", sans-serif;
		font-size: 75%;
		text-align: center;
		}


																/* >>> CONTAINERS <<< */

div#print {
	display: none;
	}
div#container {
	width: 740px;
	margin: 10px auto;
	text-align: left;
	}
	div#header-wrap {
	
		margin: 8px 0;
		}
		div#header-in {
			height :150px;
			color: inherit;
			background-image: url(../images/HomeBanner.png);
			/*border: solid #aaa;
			border-width: 0 3px 3px 0;*/
			}
		div#header-in_dir {
			height :150px;
			color: inherit;
			background-image: url(../images/DirBanner.jpg);
			border: solid #aaa;
			border-width: 0 3px 3px 0;
			}
		div#header-in_party {
			height :150px;
			color: inherit;
			background-image: url(../images/PartyBanner.jpg);
			border: solid #aaa;
			border-width: 0 3px 3px 0;
			}
		div#header-in_reg {
			height :150px;
			color: inherit;
			background-image: url(../images/RegBanner.jpg);
			border: solid #aaa;
			border-width: 0 3px 3px 0;
			}
		div#header-in_about {
			height :150px;
			color: inherit;
			background-image: url(../images/UsBanner.jpg);
			border: solid #aaa;
			border-width: 0 3px 3px 0;
			}
		div#header-in_band {
			height :150px;
			color: inherit;
			background-image: url(../images/BandBanner.jpg);
			border: solid #aaa;
			border-width: 0 3px 3px 0;
			}
		div#header-in_vendor {
			height :150px;
			color: inherit;
			background-image: url(../images/VendorBanner.jpg);
			border: solid #aaa;
			border-width: 0 3px 3px 0;
			}
		div#header-in_ceremony {
			height :150px;
			color: inherit;
			background-image: url(../images/CerBanner.jpg);
			border: solid #aaa;
			border-width: 0 3px 3px 0;
			}
		div#header-in_reception {
			height :150px;
			color: inherit;
			background-image: url(../images/RecBanner.jpg);
			border: solid #aaa;
			border-width: 0 3px 3px 0;
			}
		div#header-in_menu {
			height :150px;
			color: inherit;
			background-image: url(../images/MenuBanner.jpg);
			border: solid #aaa;
			border-width: 0 3px 3px 0;
			}
	div#content-wrap {
		
		}
		div#center {
			color: inherit;
			background-color: #fff;
			border: solid #eee;
			border-width: 0 2px 2px 0;
			}
			div#center-in {
				padding: 20px;
				}
		div#left {
		/*	position: absolute;
			left: 10em;
			width: 350px;*/
			color: inherit;
			background-color: #fff;
			border: solid #eee;
			/*border-width: 0 2px 2px 0;*/
			}
			div#left-in {
				padding: 1px;
				}
		div#right {
		/*	position: absolute;
			right: 10em;
			width: 350px; */
			color: inherit;
			background-color: #fff;
			border: solid #eee;
			/*border-width: 0 2px 2px 0;*/
			}
			div#right-in {
				padding: 1px;
				}
		div#right2 {
		/*	position: absolute;
			right: 10em;
			width: 350px; */
			color: inherit;
			background-color: #fff;
			border: solid #eee;
			/*border-width: 0 2px 2px 0;*/
			}
	div#footer-wrap {
		clear: both;
		}
		div#footer-in {
			
			}


																/* >>> SUB CONTAINERS <<< */
* { }

																/* >>> LISTS <<< */

ul#nav-center {
      float:left;
      width:96%;
      font-size:93%;
	  margin: 0 0 20px 0;
	  border-bottom:1px solid #2763A5;
      line-height:normal;
	  padding:0 10px 0 20px;
	  list-style:none;
	}
	
	ul#nav-center li {
		display:inline;
		margin:0;
      	padding:0;
	  	color: #111111;
	}
	
	ul#nav-center li a {
      	float:left;
		background:url("../images/tableft10.gif") no-repeat left top;
		margin:0;
		padding:0 0 0 4px;
		text-decoration:none;
	}
	
	ul#nav-center li i {
		float:left;
		background:url("../images/tableft10_over.gif") no-repeat left top;
		margin:0;
		padding:0 0 0 4px;
		text-decoration:none;
	}
	
	ul#nav-center li a span {
		float:left;
		display:block;
		background:url("../images/tabright10.gif") no-repeat right top;
		padding:5px 15px 4px 6px;
		color:#FFF;
	}
	ul#nav-center li i span {
		float:left;
		display:block;
		background:url("../images/tabright10_over.gif") no-repeat right top;
		padding:5px 15px 4px 6px;
		color:#FFF;
	}
	
	ul#nav-center li a:hover {
		background-position:0% -42px;
	}
			
	ul#nav-center li a:hover span {
		background-position:0% -42px;
	}
	
	ul#nav-center li i:hover {
		background-position:0% -42px;
	}
			
	ul#nav-center li i:hover span {
		background-position:0% -42px;
	}
	
	
			
ul#nav-footer {
	padding: 0 2px;
	color: #fff;
	background-color: inherit;
	font-size: 80%;
	list-style: none;
	text-align: right;
	}
	
	ul#nav-footer li {
		display: inline;
	}
	
	ul#nav-footer li.left {
		float: left;
	}
	
	ul#nav-footer li a {
		margin: 0 3px;
		color: #fff;
		background-color: inherit;
	}
	
	ul#nav-footer li a:hover {
		color: #333;
		background-color: inherit;
	}
	
ul.list {
	margin: 20px 30px;
	font-size: 100%;
	line-height: 20px;
	}


/*------------------------------*/
    div#tabs {
      float:left;
      width:100%;
      font-size:93%;
	  margin: 0 0 20px 0;
	  border-bottom:1px solid #2763A5;
      line-height:normal;
      }
    #tabs ul {
	  margin:0;
	  padding:0 10px 0 20px;
	  list-style:none;
      }
    #tabs li {
      display:inline;
      margin:0;
      padding:0;
	  color: #111111;
      }
    #tabs a {
      float:left;
      background:url("../images/tableft10.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
	 #tabs i {
      float:left;
      background:url("../images/tableft10_over.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs a span {
      float:left;
      display:block;
      background:url("../images/tabright10.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    #tabs i span {
      float:left;
      display:block;
      background:url("../images/tabright10_over.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
	  
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
      color:#FFF;
      }
    #tabs a:hover {
      background-position:0% -42px;
      }
    #tabs a:hover span {
      background-position:100% -42px;
      }
	
/*-------------------------------------*/



																/* >>> TYPOGRAPHY <<< */
*.x {
	display: none;
	}
div#header-wrap h1 {
	padding: 10px;
	font-size: 300%;
	color: #DEDEDE;
	}
div#center h2 {
	margin: 0px 0px 5px 0px;
	font-size: 150%;
	}
div#left h2 {
	margin: 20px 20px 5px 20px;
	font-size: 100%;
	}
div#right h2 {
	margin: 20px 20px 5px 20px;
	font-size: 100%;
	}
div#right2 h2 {
	margin: 20px 20px 5px 20px;
	font-size: 100%;
	}
div#center p {
	margin: 5px 0 5px 0;
	color: #444;
	background-color: inherit;
	font-size: 1em;
	line-height: 18px;
	}
div#left p {
	margin: 0 20px 5px 20px;
	color: #666;
	background-color: inherit;
	font-size: 90%;
	}
div#right p {
	margin: 0 20px 5px 20px;
	color: #666;
	background-color: inherit;
	font-size: 125%;
	}
div#right2 p {
	margin: 0 20px 5px 20px;
	color: #666;
	background-color: inherit;
	font-size: 90%;
	}
p a, ul.list a {
	color: #4494FF;
	background-color: inherit;
	text-decoration: none;
	border-bottom: 1px solid #F1F7FF;
	}
p a:hover, ul.list a:hover {
		color: #333;
		background-color: #99ccff;
		border-bottom: 1px solid #eee;
		}
h2 {
	color: #6BAAD6;
	font-size: 200%;
}
b {
	color: #47789B;
	font-size: 1em;
}
table {
	/*	margin: 0 10px 0 0;*/
	/*	border-collapse: collapse; */
	/*	table-layout: fixed;*/
		
}

td {
	width: 350px;
	padding: 5px;
}

div#bimage{
	float:right;
	border: solid #6BAAD6;
	border-width: 2px;
	margin: 5px;
}

div#cimage{
	border: solid #6BAAD6;
	border-width: 2px;
	margin: 5px;
}

.bimage{
	float:right;
	border: solid #6BAAD6;
	border-width: 2px;
	margin: 5px;
}

.cimage{
	border: solid #6BAAD6;
	border-width: 2px;
	margin: 5px;
}

																/* >>> FORMS <<< */
* { }





																/* >>> END <<< */
