* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	height: 100%;
	background: #021849 url(../img/bg_line_index.jpg) repeat-x top;
}
a {
	color: blue;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0 0 18px
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
h1 {
	color: #F60;	
}
h2 {
	font-size: 18px;
	line-height: normal;
	margin: 28px 0px 8px;
}
#wrapper {
	width: 100%;
	min-width: 1000px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: url(../img/bg_index.jpg) no-repeat left top;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	/*}
#apDiv1 {
	position:absolute;
	left:40px;
	top:148px;
	width:1160px;
	height:77px;
	z-index:1;*/
	background: url(../img/Logo0000.gif) no-repeat left;
	padding: 148px 0px 122px;
	height: 77px;
	margin: 0px 40px;
}
.title {
	color: #FFF;
	text-align: right;
}
#apDiv2 {
	text-align: center;
	margin-top: 12px;	
}

/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	padding: 0 0 40px;
	height: 1%;
	position: relative;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	padding: 0 40px 0 400px;
}
#searchbox {
	height: 32px;
	margin: 10px 0px 0px 0px;
}
.guestform {
	margin-right: 15px;
}
#search {
	background: #a4c3ec;
	width: 100%;
	border-top: 1px solid #000;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #000;
	padding-left: 6px;
	height: 20px;
}
#guest {
	background: #a4c3ec;
	width: 100%;
	border-top: 1px solid #000;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #000;
	padding: 4px 6px;
	overflow: auto;
}
.title_left {
	font-size: 14px;
	font-weight: bold;
	color: #68AED0;
	margin-top: 20px;
	margin-bottom: 8px;
	text-align: left;
}
.title_right {
	text-align: right;
	margin: 10px 0px 8px 0px;
	float: right;
}
#errorbox {
	margin-top: 15px;
}

/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideLeft {
	float: left;
	width: 300px;
	margin-left: -100%;
	position: relative;
	padding-left: 40px;
	color: #CCC;
}
#sideLeft p {
	margin: 0 0 12px
}
#sideLeft p b {
	color: #FFF;
}
/* Footer
-----------------------------------------------------------------------------*/
#footer {
	width: 96%;
	margin: -40px auto 0;
	height: 32px;
	position: relative;
	text-align: center;
	padding: 4px 0px;
	color: #FFF;
}
#footer span {
	font-weight: bold;
	color: #999;
}
