body { 
	font-family: arial, Osaka, MS Gothic, sans-serif; 
	font-size: 12px; 
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	}

body#intro {
	background: #666666;
	}

body#main {
	background-image:url(images/bgbody.gif);
	margin-bottom: 10px;
	}
	
body#photo {
	background: #000000;
	margin: 10px auto;
	}
	
body#quote {
	background: #000000;
	margin: 10px;
	}
	
img	{
	border: none;
	}

a {
	color: #1391A4; 
	text-decoration: none;
	}
	
a:link {
	color: #1391A4; 
	text-decoration: none;
	}
	
a:visited {
	color: #1391A4; 
	text-decoration: none;
	}
	
a:active {
	color: #1391A4; 
	text-decoration: none;
	}
	
a:hover {
	color: #FFEA00; 
	text-decoration: none;
	}
	
#clear {
	clear: both;
	}
	
/* container */
#container {
	width: 780px;
	margin: 0 auto;
	padding: 0;
	background-image: url(images/bg.gif);
	}
	
#left {
	width: 180px;
	float: left;
	}
	
#right {
	width: 580px;
	float: right;
	}

/*  menu */	
#menu {
	width: 580px;
	height: 30px;
	padding: 15px 15px 20px 0px;
	}
	
#sidenav {
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	line-height: 120%;
	padding: 80px 0 0 10px;
	}

#sidenav ul {
    margin: 14px 0 0 0;
    padding: 0 0 0 40px;
	list-style: none;
	text-align: left;
	}
	
#sidenav a:link {
	color: #ffffff;
	font-weight: bold;
	}

#sidenav a:active {
	color: #ffffff;
	}
	
#sidenav a:visited {
	color: #ffffff;
	}

#sidenav a:hover {
	color: #ffff00;
	}
	
#phone {
	text-align: center;
	padding: 40px 0 0 0;
	}

#email {
	text-align: center;
	padding: 15px 0 20px 0;
	}

#BBB {
    text-align: center;
    }

/* Main */
#content {
	padding: 0 25px 50px 0;
	text-align: left;
	}
	
#form {
	width: 380px;
	margin: 5px auto;
	}

#form .line{
	border: solid 1px #000000;
	width: 180px;
	}

#form textarea{
	border: solid 1px #000000;
	}	

#form .btn{
	background: #ffea00;
	border: solid 1px #000000;
	}
	
#img_center {
	text-align: center;
	padding-bottom: 30px;
	float: left;
	width: 550px;
	display: inline;
	}
	
#gray {
	width: 350px;
	background: #444444;
	margin-top: 20px;
	padding: 2px 12px 12px 12px;
	text-align: left;
	}
	
#gray p{
	font-size: 13px;
	display: block;
	}
	
ul#none {
	list-style: none;
	margin-left: -25px;
	text-align: left;
	}

ul#none li {
	padding-top: 5px;
	}
	
#footer {
	background-image:url(images/footer.gif);
	background-repeat: repeat-x;
	height: 24px;
	color: #000000;
	font-size: 9px;
	text-align: center;
	}

#copy {
	width: 490px;
	height: 24px;
	float: left;
	line-height: 140%;
	text-align: center;
	}
	
#policy {
	width: 290px;
	height: 24px;
	text-align: left;
	float: right;
	}
	
#policy a:link {
	color: #1391A4; 
	}
	
#policy a:hover {
	color: #1391A4;
	text-decoration: underline;
	}
	
#policy a:active {
	color: #1391A4;
	}
	
#policy a:visited {
	color: #1391A4;
	}
	
#contact {
	background: #333333;
	width: 553px;
	float: left;
	padding: 15px;
	margin-bottom: 50px;
	}	
	
#contact td {
	vertical-align: top;
	}
	
#about {
	width: 553px;
	float: left;
	font-size: 13px;
	margin-bottom: 50px;
	vertical-align: top;
	color: #cccccc;
	}	
	
#about td.gray {
	background: #333333;
	vertical-align: top;
	padding: 12px;
	}
	
#gallery {
	width: 523px;
	text-align: center;
	padding: 30px 0 20px 0;
	}	

#photo3 {
	width: 172px;
	direction: inline;
	height: 120px;
	float: left;
	}
	
#photo4 {
	width: 130px;
	direction: inline;
	height: 120px;
	float: left;
	}
	
#close {
	padding: 5px 0 10px 0;
	}
	
#close a:link {
	color: #ffffff;
	}
	
/* Text style*/
.ttl_yellow {
	color: #ffea00;
	font-weight: bold;
	font-size: 14px;
	}

.ttl_i {
	font-style: italic;
	font-weight: bold;
	font-size: 13px;
	}
	
.txt_white {
	color: #ffffff;
	}
	
.txt_sml {
	font-size: 10px;
	}
	

.photo{
	float:left;
	display:block;
	height:75px;
	width:100px;
	margin: 0 14px 50px 14px;
	*margin: 0 12px 50px 12px;
}
.photo img {
	border-width:1px;
	border-style:solid;
	border-color:#FFFF66;
}

