@charset "utf-8";
.linksbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #663300;
	padding: 12px;
	text-align: left;
}

/* CSS Document */

a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	color: #FF3300;
	text-decoration: none;
}
a:hover {
	color: #CC3300;
	text-decoration: underline;
}
body {
	background-color: #000000;
}
.contact01 {
	background-color: #fdf3e7;
	height: 569px;
	width: 425px;
}
.contact02 {
	background-color: #FFFFFF;
	height: 569px;
	width: 425px;
}
.toppage {
	text-align: center;
	vertical-align: middle;
	height: 600px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}

.greybar {
	background-color: #a9a9a9;
	text-align: center;
	vertical-align: middle;
	height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 0.1em;
	word-spacing: 5px;
}
.about {
	background-color: #f3e7d5;
	height: 569px;
	width: 850px;
	background-image: url(images/about_bg.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
.abouttxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 472px;
	height: 280px;
	line-height: 20px;
	padding: 10px 20px;
	text-align: justify;
	color: #663300;
}


.details {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-align: left;
	line-height: 25px;
	font-weight: bold;
}

