* { 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:center top;
	margin:0px;
	color: #333333;
	background-image: url(images/bg7.jpg);
	background-color: #1F628C;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.4em;
	background-attachment: fixed;
}
a {
	color: #0099CC;
	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: 75px;
	width: 980px;
	font: bold 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#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 {
	float: right;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: auto;
	/* background-image: url(images/menubar_body.gif);
	background-repeat: repeat-x;
	background-position: center top; */
	height: 35px;
	margin-right: 2px;
}
#main_menu_start {
	/* background-image: url(images/menubar_left.gif);
	background-repeat: no-repeat;
	background-position: left top; */
	height: 35px;
	width: auto;
	margin-left: 1px;
}
#main_menu_end {
	/* background-image: url(images/menubar_right.gif);
	background-repeat: no-repeat; */
	background-position: right top;
	height: 35px;
	margin-right: 1px;
}
#main_menu a:hover {
	background-image: url(images/menubar_link_hover.gif);
	background-repeat: repeat-x;
	background-position: center center;
	padding: 8px;
}
#main_menu p {
 float: right;
 color: #666666;
 
 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 #aaaaaa;
 line-height: 1.5em;
 padding: 6px;
 
}
#main_menu ul li a,
#main_menu ul li strong {
	font-size: 1em;
	font-weight: normal;
	color: #444444;
	line-height: 1.5em;
	padding: 8px;
	font-family: Arial, Helvetica, sans-serif;
}

#main_menu ul li a:hover {
	color: #000000;
	padding: 8px;
	line-height: 1.5em;
}

.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: 980px;
overflow:hidden;
margin: 8px auto 0px auto;
border: 0px solid #fff;
color: #000;
}

#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: 85px;
	padding-top: 0px;
	clear: left;
	width: 980px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
	background-position: center top;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
}
#main_header2 {
	height: 35px;
	padding-top: 0px;
	clear: left;
	width: 980px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;

}

#main_title {
	float: left;
	vertical-align: middle;
	width: 335px;
}
#main_title2 {
	float: right;
	margin-top: 24px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#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;
	float: left;
	background-color: #ffffff;
	overflow: auto;
}

#registries {
	
}

.wrapper a:hover {
	text-decoration: underline;
}

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;
}
