header,footer,nav, section {
	display: block;
}

body{
	background: #F8F2F3;
	width: 950px;
	margin: auto;
	}

h1,h2,h3,h4,h5,h6 {
	font-family: Helvetica, arial, sans serif;
	font-weight: normal;
}

a {
	text-decoration: none;
	color: black;
}

p {
	font-size: 12px;
	font-family: Arial, helvetica, sans serif;
	line-height: 18px;
}

ul {
	overflow: hidden;
}

li {
	margin-left: 0px;
	list-style: none;	
	
}

img {
	background: white;
	padding: 2px;
	border: 1px solid #58595B;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 0 1px 2px gray;
	-webkit-box-shadow: 0px 1px 2px gray;
	box-shadow: 1px 1px 2px gray;
}
		
header {
	overflow: hidden;
	height: 150px;
	padding-bottom: 15px;
}

	header nav {
		height: 57px;
		background: url(images/chinese_circles.png);
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
		border-radius: 7px;
		text-align: center;
		-moz-box-shadow: 0 1px 2px gray;
		-webkit-box-shadow: 0 1px 2px gray;
		box-shadow: 0 1px 2px gray;
	}
	
	header nav ul {
		height: 57px;
		line-height: 57px;
		text-align: center;
	}
	
	header nav li {
		display: inline;
		margin-right: 50px;
	}
	
		header a {
			color: #F8F2F3;
			font-size: 14px;
			font-family: Helvetica, arial, sans serif;
			font-weight: bold;
			text-transform: uppercase;
			text-shadow: 0 -1px 1px #0A0003;
			padding: 4px 15px;
		}
		
		header a:hover, nav .selected {
			color: #F1F2F2;
			text-shadow: 0 -1px 1px #0A0003;
			border-bottom: 2px solid #370007;
			-moz-transition: background .6s;
			-webkit-transition: background .6s;
			-o-transition: background .6s;
			transition: background .6s;
		}

#sitename {
	color: black;
	font-weight: bold;
	text-shadow: 0px 1px 2px #999999;
	margin-top: 20px;
	padding-top: 10px;
}

img#sitename {
	position: absolute;
	margin: 0px;
	padding: 0px;
	top: 0px;
	left: 160px;
	background: transparent;
	width: 500px;
	height: 100px;
	border: none;
	-moz-box-shadow: 0 1px 2px gray;
	-webkit-box-shadow: 0 1px 2px gray;
	box-shadow: 0 1px 2px gray;
}

.rounded {
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}

div {
	margin: auto;
}

#content_wrap{
	width: 950px;
	margin: auto;
}

	#content {
		position: relative;
		background: white;
		padding: 20px 35px;
		border: 1px solid #58595B;
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
		border-radius: 7px;
		z-index: 3;
	}
	
	#contentIndex {
		position: relative;
		height: 460px;
		background: white url(images/stickandnads_wNames950.jpg) no-repeat;
		padding: 20px 35px;
		border: 1px solid #58595B;
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
		border-radius: 7px;
		z-index: 3;
	}
		#content p {
			margin: 5px 0;
			padding: 15px 0;
			width: 375px;
			font-size: 14px;
		}
		
		#content h3 {
			margin: 0px;
			
		}
	
	#banner {
		position: relative;
		margin: 20px 0 -10px 0;
		padding: 0 0 8px 0;
		background: #60000A url(images/chinese_circles.png); 
		border: 1px solid #777777;
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
		border-radius: 7px;
		-moz-box-shadow: 0 1px 2px gray;
		-webkit-box-shadow: 0px 1px 2px gray;
		box-shadow: 0px 1px 2px gray;
		z-index: 2;
		
	}
		#banner h2 {
			margin: 12px;
			padding: 0px 10px;
			color: #F8F2F3;
			font-size: 22px;
			font-weight: bold;
			text-shadow: 0px -1px 1px #0A0003;
		}
		
#indexPic {
	border: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	position: relative;
	margin: 0 auto;
}
		
#cathedral {
	position: absolute;
	right: 32px;
	top: 95px;
}
	#cathedral img:first-child {
		position: relative;
		left: 125px;
		top: -105px;
	}
		
#map {
	margin-top: 25px;	
}

	#map h6 {
		margin: 0px;
		font-size: 11px;
	}

#imgHotels {
	position: absolute;
	right: 30px;
	top: 25px;
	padding: 1px;
}
	
	#imgHotels p {
		margin: 0px;
		padding: 3px 0;
		width: 475px;
		font-size: 12px;
		text-align: right;		
	}

#hotels {
	width: 882;
	height: 275px;
	padding-top: 60px;
	overflow: hidden;
}
	
section{
	width: 290px;
	float: left;
	padding: 0px;
}
	section a {
		color: blue;
		font-size: 13px;
	}
	
	section a:hover {
		text-decoration: underline;
	}

#registry {
	float: right;
	margin: -150px 0;
	padding-right: 100px;
}

	#registry h3 {
		font-size: 16px;
		font-weight: bold;
		margin-bottom: 0px;
		padding-bottom: 0px;
	}
	
	#registry p {
		margin: 0 0 0 5px;
		padding: 10px;
	}

		
footer {
	padding: 15px 0px;
	margin: 13px 0px;
}

	footer p {
		float: left;
		color: #444444;
		font-size: 11px;
		padding-right: 10px;
		text-shadow: 0 1px 0 #CCCCCC;
	}
	

p#contactUs {
	width: 750px;
	margin-bottom: 20px;
}

form {
	width: 850px;
	margin-bottom: 0px;
	padding: 5px;
	overflow: hidden;
}

label {
	float: left;
	width: 75px;
	height: 28px;
	line-height: 28px;
	padding: 0px 10px;
	text-align: right;
	font-size: 16px;
	font-family: Arial, sans serif;
}

.error {
	position: relative;
	float: none;
	text-align: left;
	display: inline-block;
	width: 150px;
	color: red;
	font-size: 12px;
	margin-left: 5px;
	padding: 0px;
}

#msg_error {
	position: absolute;
	top: 265px;
	right: 130px;
	width: 160px;
	margin-left: 5px;
}

button, input, textarea {
	border: 1px solid #58595B;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	text-align: left;
	cursor: pointer;
	padding: 5px;
	margin: 0 0 15px 0;
	font-family: Arial, sans-serif;	
	font-size: 12px;
}

input {
	height: 28px;
}

input, textarea {
	background: #F8F2F3;
	width: 250px;
	
}

textarea, #subject {
	width: 500px;
}

textarea {
	height: 200px;
	margin-right: 0px;
}

button, .button {
	float: right;
	width: 82;
	height: 42px;
	background: #60000A url(images/chinese_circles.png);
	color: #F8F2F3;
	font-size: 18px;
	font-weight: bold;
	font-family: Helvetica, arial, sans serif;
	text-transform: uppercase;
	text-shadow: 0 -1px 1px #0A0003;
	margin: 169px 150px 0 0;
	padding: 10px 15px;
	text-align: center;
	border: 1px solid #E3E5D1;
}

button:before, .button:before {
	float: right;
	content: " ";
	border: 1px solid #60000A;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin: -12px -17px;
	width: 82px;
	height: 42px;
	position: absolute;
}

button:hover, input:hover, textarea:hover,
button:focus, input:focus, textarea:focus {
	-moz-box-shadow: 0 1px 2px #939598;
	-webkit-box-shadow: 0px 1px 2px #939598;
	box-shadow: 0px 1px 2px #939598;
	
}

button:hover, button:focus, .button {
	background: #60000A url(images/cc_hover.png);
}

#contact_h2 {
	margin: 2px 0px;
	padding-left: 190px;
	font-style: italic;
	font-weight: bold;
}

#contact_img {
	background: transparent;
	margin: -70px 0 0 0;
	display: block;
	border: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#message p {
	margin: 0px;
	padding: 0 0 0 190px;
	color: #60000A;
	font-size: 14px;
	font-style: italic;
}