@charset "UTF-8";
/* CSS Document */

body {
	background-color: #FFF;
}

/* ________________General Items________________*/
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #300;
	text-align: justify;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F60;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F60;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #306;
	text-decoration: none;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 30px;
	color: #F30;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 26px;
	color: #F30;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	color: #F30;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #F30;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #F30;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #F30;
}

/* ________________Template Items________________*/
#container {
	height: 644px;
	width: 844px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/shadow.jpg);
}
#header {
	float: left;
	height: 43px;
	width: 800px;
	background-image: url(../images/header.jpg);
}
#contents {
	float: left;
	height: 538px;
	width: 800px;
}
#lft_col {
	float: left;
	width: 171px;
	background-image: url(../images/left_col.jpg);
	background-repeat: repeat;
	text-align: center;
	background-color: #FF0;
	height: 538px;
}
#ctr_col {
	float: left;
	height: 538px;
	width: 537px;
}
#message {
	float: left;
	width: 513px;
	padding-left: 10px;
	overflow: auto;
	height: 530px;
	padding-right: 10px;
}
#rt_col {
	float: left;
	height: 538px;
	width: 92px;
	background-image: url(../images/rt_col.jpg);
	background-repeat: no-repeat;
}
#footer {
	float: left;
	height: 19px;
	width: 800px;
	background-image: url(../images/footer.jpg);
}
#lft_col_2 {
	float: left;
	height: 400px;
	width: 171px;
	background-image: url(../images/left_col.jpg);
	background-repeat: repeat;
	text-align: center;
}
#ctr_col_2 {
	float: left;
	height: 400px;
	width: 627px;
	overflow: auto;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #609;
}
#footer_2 {
	float: left;
	height: 158px;
	width: 800px;
	background-image: url(../images/home_footer.jpg);
}

/* ________________Home Page Items________________*/
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	text-align: justify;
	color: #300;
}
.black_text {
	color: #000;
}
.center {
	text-align: center;
}
