html {
	height: 100%;
	min-width: 1000px;
}
body {
	height: 100%;
}
body, form {
	padding: 0;
	margin: 0;
}
body, table, form, input, select, textarea, a {
	font-family: arial, verdana, tahoma, serif;
	font-size: 12px;
	color: #34376a;
}
a:hover {
	text-decoration: none;
}
a.white, a.white:visited, a.white:hover {
	font-size: 11px;
	color: #fff;
}
a.white:hover {
	text-decoration: none;
}
a.min, a.min:visited, a.min:hover {
	font-size: 11px;
	color: #b7bae4;
}
a.min:hover {
	text-decoration: none;
}

h1, h2, h3 {
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 20px 0;
	text-align: left;
}
h2, h3 {
	font-size: 15px;
	font-weight: bold;
}
h3 {
	color: #6B6EA5;
}
p {
	margin: 0 0 20px 0;
}
div {
	text-align: left;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
table p {
	margin: 0;
}
hr {
	height: 1px;
	color: #DADBEB;
	background-color: #DADBEB;
	border-style: none;
}
textarea {
	overflow: auto;
}
ul {
	list-style-image: url(misc1.gif);
}

#body {
	min-height: 100%;
	background: #dadbeb url(bg_lp.gif) repeat-y;
}

/* Head */
#head {
	position: relative;
	height: 200px;
	background: url(bg_head.jpg) 250px 0 repeat-x;
	overflow: hidden;
}
#road {
	position: absolute;
	top: 0;
	left: 0;
}
#logo {
	position: absolute;
	top: 10px;
	left: 260px;
}
#year {
	position: absolute;
	top: 75px;
	left: 370px;
	color: #FEF18F;
	font-size: 11px;
}
#slogan {
	position: absolute;
	top: 110px;
	left: 265px;
}
#menu1 {
	position: absolute;
	width: 100%;
	height: 30px;
	top: 170px;
	padding: 8px 0 0 260px;
	background: #34376A url(bg_foot.gif) repeat-x;
	font-size: 0;
}
#menu1 a {
	padding: 0 7px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	border-right: solid #fff 1px;
}
#contact {
	position: absolute;
	top: 5px;
	right: 20px;
	color: white;
	font-size: 11px;
}

/* Left */
#left {
	float: left;
	width: 250px;
	min-height: 250px;
	padding-bottom: 50px;
	background: url(road.jpg) no-repeat;
}
#menu2 {
	padding: 30px 10px 10px 30px;
}
#menu2 ul {
	padding: 0;
	margin: 0 0 5px 18px;
	list-style-image: url(misc1.gif);
}
#menu2 a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#menu a:hover {
	color: #fef190;
}

/* Content */
#content {
	overflow: hidden;
	padding: 10px 10px 60px 10px;
	zoom: 1;
}
#box {
	position: relative;
	border-left: solid #b7bae4 1px;
	border-right: solid #b7bae4 1px;
	border-bottom: solid #b7bae4 1px;
	background: #fff url(bg_title.gif) repeat-x;
	zoom: 1;
}
#box_c {
	padding: 15px;
	overflow: hidden;
	text-align: justify;
}
#box_lt, #box_rt {
	position: absolute;
	top: 0;
	width: 10px;
	height: 53px;
}
#box_lf, #box_rf {
	position: absolute;
	width: 10px;
	height: 10px;
	bottom: -1px;
	font-size: 0;
}
#box_lt {
	left: -1px;
	background: url(box_lt.gif) no-repeat;
}
#box_rt {
	right: -1px;
	background: url(box_rt.gif) no-repeat;
}
#box_lf {
	left: -1px;
	background: url(box_lf.gif) no-repeat;
}
#box_rf {
	right: -1px;
	background: url(box_rf.gif) no-repeat;
}
#photo {
	float: right;
	width: 220px;
	margin-left: 20px;
	border: solid #b7bae4 1px;
	background-color: #dadbeb;
}
#photo img {
	border: solid #b7bae4 1px;
}
#photo div {
	padding: 10px;
	text-align: center;
}

/* Foot */
#foot {
	height: 50px;
	margin-top: -50px;
	background: url(bg_foot.gif) 250px;
}
#samori {
	float: left;
	width: 250px;
	height: 50px;
	background: url(samori.jpg) no-repeat;
}
#copyright {
	float: left;
	padding: 12px 0 0 15px;
	font-size: 11px;
	color: #dbddff;
	font-weight: bold;
}
#banner {
	float: right;
	padding: 10px 15px 0 0;
}

.blue {
	color: #9092bb;
}
