/** basic positioning ****************************/
* {
	
	font-family:  'Lucida Casual', 'Comic Sans MS';
}
body {
	background-color: #000;
	padding-top: 10px;
	padding-bottom: 30px;
}
.wrapper {
	margin: 0 auto;
	padding: 0px;
	background-color: white; /* #e0ffe5; */
	width: 900px;
/*	background-image: url(../img/sakura2/sb1.png);
	background-position: top left;
	background-repeat: repeat;
*/
}
.content { 
	width: 100%;
/*	height: 500px;*/
}
.left {
	position: relative;
	width: 100px;
	float: left;
	z-index: 0;
}
.right {
	position: relative;
	width: 100px;
	float: left;
}
.novert {
	height: 1px;
}
.center {
	width: 700px;
/*	height: 100%;*/
	float: left;
	padding-top: 20px;
}
.spacer {
	clear: both;
	height: 1px;
}
.left_col {
	float: left;
}
/* center div - logo + motto ***********************/
#logo_img {
	width: 200px;
}
.logo { 
	font-size: 30px;
	text-align: center;
	padding: 0px;padding-top: 5px;
	margin: 0px;
}
.motto { 
	font-size: 20px;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
blockquote { 
	border-top: 2px solid #eeeeee;
	border-left: 2px solid #eeeeee;
	border-bottom: 2px solid black;
	border-right: 2px solid black;
	background-image: url(../img/bamboo_slats.gif);
	background-repeat: both;
	padding: 0 15px 0 15px;

}
.q {
	padding-left: 60%;
}
/* Nav **********************************/
.nav {
	padding: 30px 0 0 0;
	position: relative;
	left: 120px;
	clear: both;
	margin: 0px;
	width: 791px;
}
.navButton {
	display: block;
	text-align: center;
	margin: 0px;
	float: left;
	width: 110px;
}
.navButton img {
/*	display: block;*/
	border: 0px none;
}
.navButton a {
	color: #a00000;
	text-decoration: none;
}
.navButton a p {
	padding: 0px;
	margin: 0px;
}
.navButton a:hover {
	color: #be0beb;
	text-decoration: none;
}
/*     contact *******************************/
.contact {
	text-align: center;
	width: 901px;
	padding: 30px 0 20px 0;
	margin: 0px;
}
.contact .phone {
	color: #000000;
}
.contact .addr {
	color: #a00000;
}
.contact .email {
	color: #a00000;
}

