@charset "iso-8859-1";
/* CSS Document */

/* BEGIN -> WHO WE ARE */

#main {
	margin: 0 auto;
	width: 772px;
	text-align: center;
}

#main .title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #620000;
	text-align: left;
	margin: 0 0 3px 0;
	padding-bottom: 4px;
	border-bottom: solid 1px #cccccc;
}

#main .txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #333;
	margin: 5px;
	padding: 16px;
	background-color: #eee;
	text-align: left;
	border: solid 6px #ffffff;
}

#main .txt_body {
	padding: 12px 18px;
}

#about_us {
	margin: 32px 0;
}

#about1 {
	text-align: left;
	padding-left: 44px;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	margin-bottom: 18px;
}

li.nested {
	list-style: none;
}

li ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
}

#bushido {
	text-align: right;
	margin-left: 50px;
}

.container {
	float: left;
}


.about {
	text-align: left;
	padding-bottom: 24px;
	width: 1000px;
}

.about_pic {
	float: right;
	margin: 0 0 24px 0;
}

.about_txt {
	border-top: dashed 1px #cccccc;
	border-bottom: dashed 1px #cccccc;
	padding: 16px 0 16px 48px;
	margin: 12px 428px 12px 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #fff;
	text-align: left;
}

.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #000000;
	font-weight: normal;
}

.contactLink {
	text-align: center;
	clear: both;
}
/* END */