﻿html {
	height: 100%;
}
body {
	height: 100%;
	margin: 0;
	background-color: #e8eef5;
	font-family: tahoma, arial, sans-serif;
	font-size: 13px;
}
img {
	border-width: 0;
}
table {
	border-collapse: collapse;
}
hr {
	height: 1px;
	margin: 5px 0;
	padding-top: 4px;
	margin-bottom: 10px;
	border-width: 0;
	border-bottom: 1px dashed #c0c0c0;
}
a {
	border-bottom: 1px dotted green;
	text-decoration: none;
	color: green;
}
ul {
	clear: both;
}
li {
	margin-bottom: 15px;
}
dl {
	clear: both;
}
dt {
	font-weight: bold;
	color: #135;
}
dd {
	margin-bottom: 10px;
}
label {
	float: left;
	display: block;
	height: 16px;
	width: 140px;
	padding-top: 4px;
}
input, textarea {
	height: 16px;
	width: 200px;
	padding: 2px 5px;
	background-color: #123456;
	border: 1px solid #000;
	font-family: tahoma, arial, sans-serif;
	font-size: 12px;
	color: #fff;
}
textarea {
	height: 100px;
	width: 300px;
}
input[type="submit"] {
	width: 112px;
	height: 23px;
	margin-left: 140px;
	border-width: 0;
	background-color: transparent;
	background-image: url(/images/button.png);
	background-repeat: no-repeat;
}
#header {
	height: 200px;
	margin-bottom: -50px;
	background-image: url(/images/header_bg.bmp);
}
#header a {
	border-width: 0;
}
#header img {
	position: absolute;
	top: 17px;
	left: 115px;
	height: 102px;
	width: 408px;
}
#menu {
	position: absolute;
	top: 10px;
	left: 650px;
	height: 70px;
	width: 450px;
	margin: 0;
	padding: 10px 0 0 50px;
	background-image: url(/images/verticalruler.png);
	background-repeat: no-repeat;
	list-style-type: none;
}
#menu li {
	float: left;
	width: 100px;
	padding: 1px;
	margin-bottom: 20px;
}
#menu a {
	border-bottom: 1px dotted #357;
	font-size: 14px;
	color: #abcdef;
}
#menu a:hover {
	border-bottom-color: #abcdef;
}
.contentbox {
	width: 952px;
	margin: 0 auto 20px auto;
}
.contentbox_top {
	overflow: hidden;
	height: 7px;
	background-image: url(/images/contentbox_top.png);
}
.contentbox_content {
	padding: 7px 14px;
	background-color: #fff;
}
.contentbox_bottom {
	overflow: hidden;
	height: 7px;
	background-image: url(/images/contentbox_bottom.png);
}
.contentbox p {
	margin: 15px 0 0 0;
	text-align: justify;
}
h2.date {
	margin: 0;
	font-size: 13px;
	font-weight: bold;
	color: #123456;
}
h2.date span {
	font-size: 11px;
	font-weight: normal;
}
.headlineleft {
	float: left;
	height: 40px;
	width: 10px;
	background-image: url(/images/headline_left.png);
}
.headline {
	float: left;
	height: 18px;
	width: 854px;
	margin-top: 0;
	margin-bottom: 14px;
	padding: 11px 25px;
	background-image: url(/images/headline_bg.png);
	font-size: 15px;
	font-weight: bold;
	color: #d9e3ed;
}
.headlineright {
	float: left;
	height: 40px;
	width: 10px;
	background-image: url(/images/headline_right.png);
}
#footer {
	width: 952px;
	margin: 0 auto;
	padding-bottom: 10px;
	font-size: 11px;
	text-align: center;
}
.footernormal {
	border-width: 0;
	text-decoration: none;
	color: #000;
}
.linkbox {
	display: block;
	width: 82px;
	height: 14px;
	padding: 4px 15px 5px 15px;
	/* background-color: #654321; */
	background-image: url(/images/button.png);
	background-repeat: no-repeat;
	border-width: 0;
	font-size: 12px;
	text-align: center;
	color: #fff;
}
.portfolio a {
	float: left;
	display: block;
	overflow: hidden;
	width: 200px;
	height: 150px;
	margin: 0 10px 10px 10px;
	padding: 5px;
	background-color: #a1b2c3;
	border-width: 0;
	color: #123456;
}
.portfolio img {
	height: 150px;
	width: 200px;
}
.portfolio span {
	display: block;
	height: 65px;
	margin-top: 5px;
	padding: 5px;
	background-color: #ddd;
}
.graybox {
	height: 120px;
	padding: 15px;
	background-color: #ddd;
}
.error {
	color: #f00;
}
