* { margin: 0; padding: 0 }
		/* I've used a hard CSS reset above, but you should consider a more sophisticated reset, such as this one: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
body {
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#737373;
	margin:40px;
	font: 11px Verdana, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: white;
}
a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	
	color: #000;
}

/* Last elements are without borders */
.last {
border: 0 !important;
color:  #000;
}

#header {
text-align: right;
width: 750px;
margin: 0px auto 0px auto;
}

#footer {
padding-top: 10px;
width: 750px;
margin: 0px auto 0px auto;
font: bold 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#footer2 {
	font: 10px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	float: right;
}
/* footer */
#foot-note {
 padding: 8px 10px 20px 0;
}
#foot-note p {
 float: right;
 color: #cccccc;
 font-size: .8em;
 margin: 0;
}
#foot-note ul {
 float: left;
 color: #fff;
 list-style-type: none;
 margin: 0;
}
#foot-note ul li {
 float: left;
 border-right: 1px solid #6f6e65;
 line-height: 1.1em;
 padding: 0 15px;
}
#foot-note ul li a,
#foot-note ul li strong {
 font-size: .9em; font-weight: bold;
}
/* main_menu */
#main_menu {
 padding: 8px 10px 20px 0;
 float: right;
}
#main_menu a:hover {
	background-color: #cccccc;
}
#main_menu p {
 float: right;
 color: #666666;
 font-size: .8em;
 margin: 0;
}
#main_menu ul {
 float: left;
 color: #fff;
 list-style-type: none;
 margin: 0;
}
#main_menu ul li {
 float: left;
 border-right: 1px solid #6f6e65;
 line-height: 1.1em;
 padding: 0 15px;
 font-size: 13px;
}
#main_menu ul li a,
#main_menu ul li strong {
 font-size: .9em; font-weight: bold;
 color: #FFF;
}

#main_menu ul li a:hover {
	color: #FFFFFF;
}

.active {
	color:  #000;
}

#photoGallery {
	position: relative;
	width: 750px;
	height: 535px;
overflow:hidden;
margin: 0px auto 0px auto;
border: 2px solid #fff;
}

#main {
	position: relative;
	width: 750px;
	height: 480px;
overflow:hidden;
margin: 0px auto 0px auto;
border: 2px solid #fff;
color: #000; 
background-color: #ccc;
}

#main_well {
margin: 0px auto 0px auto;
border-left: 2px solid #fff;
color: #000; 
background-color: #fff;
text-align: left;
   }

#main a {

}

.gallery {
	padding: 10px;
}

.gallery a img:hover {
border-color:#0066CC;
}
.gallery a img {
border:1px solid #fff;
margin:2px;
padding:5px;
}

#main_header {
	height: 40px;
	background-color: #95c25d;
	padding: 10px;
	padding-top: 20px;
	clear: left;
	border-bottom: 2px solid #fff;
}

#main_title {
	float: left;
	vertical-align: middle;
}

#main_title h1 {
	color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	
}
#main_left {
	width: 375px;
	height: 410px;
	float: left;
	z-index: 1000;
}

#main_right {
	padding: 10px;
	width: 355px;
	float: left;
height: 390px;
background-color: #fff;
color: #000;
overflow: hidden;
}

#main_right a {
color: #000;
}

#main_right a:hover {
background-color: #ccc;
}

#main_right ul {
 list-style-type: none;
}

#main_left_well {
	width: 200px;
	height: 410px;
	float: left;
	
}

#main_right_well {
	width: 550px;
	height: 410px;
	float: left;
	background-color: #ffffff;
	overflow: auto;
}

#registries {
	
}

.wrapper a:hover {
	background-color: #cccccc;
}

fieldset { border:0;margin:0;padding:0; }
	label { display:block; }
	input.text,textarea { width:300px;font: 12px/12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;color:#333;padding:3px;margin:1px 0;border:1px solid #ccc; }
	input.submit { padding:2px 5px;font:bold 12px/12px verdana,arial,sans-serif; }
	
.location {
	float: left;
	padding:  5px;
}

.location_title {
	font-weight: bold;
	text-align: center;
}

.location img {
	border: 1px solid #cccccc;
}

.registrylink {
	color: #95c25d;
}

.innerImageR {
	width: 200px;
	float: right;
	padding: 8px;
}

.caption {
	font-size: 9px;
}

.innerImageL {
	width: 200px;
	float: left;
	padding: 8px;
}

#hotel-table, #hotel-table2, #vendor-table
{
	font-size: 12px;
	width: 500px;
	text-align: left;
	border-collapse: collapse;
}
#hotel-table th, #hotel-table2 th, #vendor-table th
{
	font-size: 14px;
	font-weight: normal;
	padding: 10px 8px;
	color: #FF8000;
}
#hotel-table td, #hotel-table2 td, #vendor-table td
{
	padding: 8px;
	color: #000;
}
#hotel-table .odd, #hotel-table2 .odd, #vendor-table .odd
{
	background: #ccc; 
}