@CHARSET "UTF-8";

* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Georgia, "Times New Roman", Times, serif;
  letter-spacing: -1px;
  margin: 10px 0 10px 0;
	color: #930;
	font-weight: normal;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 22px;
}

h3 {
	font-size: 20px;
	color: #00f;
}

a {
  color: #930;
}

p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 20px;
  word-spacing: 3px;
  color: #888;
  margin: 10px 0 10px 0;
  letter-spacing: 1px;
  text-align: justify;
}

body {
	background: url('../images/layout/body_bg.jpg') top repeat-x;
  background-color: #2c3c22;
}

#container {
  width: 1024px;
  margin: auto;
  height: 800px;
  background: url('../images/layout/container_bg.jpg') top center no-repeat;
}

#frame {
  width: 816px;
  margin: auto;
}

#logo {
	font-family: Georgia, "Times New Roman", Times, serif;
  width: 800px;
  height: 60px;
  background: url('../images/layout/logo_bg.jpg') no-repeat;
  border-left: 8px solid #292929;
  border-right: 8px solid #292929;
}

#logo .title {
  padding: 10px 0 0 20px;
  height: 50px;
  width: 210px;
  color: #fff;
  font-size: 36px;
}

#logo .title .subtitle {
  height: 50px;
  font-size: 16px;
  float: right;
  padding-top: 13px;
}

#logo .letter {
  color: #F00;
}

#logo .slogan {
  float: right;
  width: 200px;
  height: 40px;
  color: #fff;
  padding-top: 20px;
  text-align: right;
  padding-right: 20px;
}

#head {
  width: 800px;
  height: 230px;
  background: url('../images/layout/head_bg.jpg') no-repeat;
  border-left: 8px solid #CCC;
  border-right: 8px solid #CCC;
}

#main_nav {
  width: 800px;
  height: 34px;
  padding-top: 16px;
  background: url('../images/layout/main_nav_bg.jpg') no-repeat;
  border-left: 8px solid #292929;
  border-right: 8px solid #292929;
}

#main_nav li {
  display: inline;
  padding: 0 20px 0 20px;
  border-right: 1px solid #666666;
}

#main_nav a {
	font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
}

#main_nav a:hover {
  color: #F00;
}

#main {
  width: 800px;
  background: url('../images/layout/main_bg.jpg') repeat-y;
  border: 8px solid #CCC;
  border-top: none;
}

#sidebar {
  float: right;
  width: 180px;
  padding: 20px;
	font-family: Arial, Helvetica, sans-serif;
}

#sidebar .logo {
  width: 120px;
	margin: 30px auto 20px auto;
}

#sidebar .logo img {
  border: none;
}

#sidebar .logo a {
  border: none;
}

#content {
  width: 530px;
  padding: 20px 30px 20px 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #666;
  letter-spacing: 2px;
  word-spacing: 2px;
	float: left;
}

#sub_nav {
  width: 530px;
  heigth: 30px;
  padding-top: 20px;
  margin-top: -20px;
}

#sub_nav .button {
  border: none;
  background: none;
  font-size: 12px;
  color: #930;
}

#navigation {
}

#navigation .main_navigation {
  font-size: 12px;
}

#navigation .sub_navigation {
  float: right;
}

#navigation .sub_navigation a {
  padding: 1px 0 1px 2px;
  color: #930;
  background-color: #eee7df;
}

#navigation .sub_navigation a:hover {
  padding: 1px 0 1px 2px;
  color: #FFF;
  background-color: #930;
}

#sidebar .sidebar_container {
  width: 180px;
	margin: 20px 0 20px 0;
}

#sidebar .sidebar_container #login {
  color: #666;
	font-size: 10px;
	letter-spacing: 1px;
}

#sidebar .sidebar_container #login .text {
  color: #666;
	font-size: 10px;
	padding: 5px;
	width: 165px;
	border: 1px solid #666;
	background: none;
}

#sidebar .sidebar_container #login .button {
  color: #930;
	font-size: 12px;
	background: none;
	border: none;
	float: right;
	margin-right: 1px;
	margin-top: 5px;
}

#sidebar .sidebar_content {
  color: #666;
	font-size: 12px;
	letter-spacing: 2px;
	line-height: 18px;
	text-align: left;
}

#sidebar .sidebar_content .button {
  color: #930;
	font-size: 12px;
	border: none;
	background: none;
	margin-top: 10px;
	float: left;
	margin-left: -3px;
}


#sidebar .sidebar_container .sidebar_head {
  width: 180px;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: -1px;
	font-size: 22px;
	color: #000;
	margin-bottom: 20px;
}

/*news*/

#content .news_container {
  width: 530px;
}

#content .news_container .news_title {
  width: 530px;
  height: 20px;
  border-left: none;
  border-right: none;
  font-size: 20px;
  letter-spacing: -1px;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #930;
  margin-bottom: 30px;
  margin-top: 30px;
}

#content .news_container .news_title .date {
  font-size: 10px;
  font-family: Arial, Helvetica, sans-serif;
  color: #666;
  letter-spacing: 0;
}

#content .news_container .news_content {
  width: 530px;
  border-left: none;
  border-right: none;
  margin-bottom: 40px;
  line-height: 20px;
	text-align: justify;
}

#content .news_container .news_content .image_box {
	width: 100px;
	overflow: hidden;
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}

#content .news_container .news_content .image_box img {
	border: none;
}

#content .news_container .news_content .image_box img_large {
	width: 80px;
	height: 80px;
	overflow: hidden;
}

#content .news_container .news_content .image_box .img_small {
	width: 30px;
	height: 30px;
	overflow: hidden;
	float: left;
	margin-right: 5px;
}

#content .news_container .news_content .image_box .img_small:last-child {
	margin-right: 0;
}


#content .news_container .news_footer {
  width: 530px;
  border-left: none;
  border-right: none;
  margin-bottom: 60px;
}

#content .news_container .news_footer .link_button {
  border-right: 10px solid #333;
  background-color: #930;
  color: #FFF;
  letter-spacing: 0;
  font-size: 12px;
  padding: 5px 10px 5px 10px;
}

#content .news_container .news_footer .button {
  float: right; 
  background: none;
  font-size: 12px;
  border: none;
  color: #00F;
  margin-left: 10px;
}

#content .news_container .news_footer .link {
  float: right; 
  letter-spacing: 0;
  font-size: 12px;
  margin-left: 10px;
}

#content .admin_container {
  width: 530px;
  margin: 10px 0 20px 0;
}

#content .admin_container .text {
  width: 510px;
  border: 1px solid #666;
  padding: 5px;
  font-size: 12px;
  color: #666;
  margin-bottom: 10px;
}

#content .admin_container .textarea {
  width: 510px;
  border: 1px solid #666;
  padding: 5px;
  font-size: 12px;
  color: #666;
  margin-bottom: 10px;
  height: 200px;
}

#content .admin_container .button {
  border: none;
  background: none;
  font-size: 10px;
  padding: 5px;
  border: 1px solid #666;
  color: #666;
  float: left;
  margin-right: 10px;
}

#content .admin_container em {
  font-size: 12px;
  color: #930;
}

#content .image_admin_container {
  width: 530px;
}

#content .image_admin_container .button {
  padding: 5px;
  border: 1px solid #666;
  font-size: 10px;
  color: #666;
  background: none;
}

#content .image_admin_container .textarea {
  width: 510px;
  border: 1px solid #666;
  padding: 5px;
  font-size: 12px;
  height: 100px;
  color: #666;
  margin: 5px 0 10px 0;
}

#content .image_admin_container .image_admin_box {
  width: 515px;
  margin: 10px 0 10px 0;
  padding: 5px;
  padding-left: 0;
}

#content .image_admin_container .image_admin {
  width: 100px;
  overflow: hidden;
  margin-right: 10px;
  padding-bottom: 5px;
  border: 1px solid #666;
  text-align: center;
  float: left;
}

#content .image_admin_container .image_admin img {
  border: none;
}

#content .image_admin_container .image_admin .button {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  float: none;
  color: #00F;
}

#content .guestbook_form {
  width: 530px;
	padding: 10px 0 20px 0;
}

#content .guestbook_form .textarea {
  width: 510px;
	padding: 5px;
	font-size: 12px;
	color: #666;
	border: 1px solid #666;
	height: 150px;
	margin-bottom: 10px;
}

#content .guestbook_form .button {
	padding: 5px;
	font-size: 10px;
	color: #666;
	border: 1px solid #666;
	float: left;
	margin-right: 10px;
	background: none;
}

#content .guestbook_form em {
	color: #930;
}

#content .guestbook_container {
	width: 530px;
	padding: 20px 0 40px 0;
}


#content .guestbook_content {
	width: 530px;
	line-height: 20px;
	text-align: justify;
}

#content .guestbook_head {
	width: 530px;
	margin-bottom: 20px;
}

#content .guestbook_head .name {
	width: 12px;
	color: #00F;
}

#content .guestbook_head .date {
	font-size: 10px;
	color: #666;
	letter-spacing: 0;
}


/*content*/

#content .info_container {
  width: 530px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#content .info_container h2 {
  margin-bottom: -20px;
  padding: 0;
  font-size: 18px; 
}

#content .info_head {
  width: 530px;
	color: #930;
	font-size: 22px;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: -1px;
}

#content .info_head .date {
  font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0;
	color: #666;
}

#content .info_content {
  width: 530px;
	margin-top: 30px;
	line-height: 20px;
	letter-spacing: 2px;
	text-align: justify;
}



#content .info_form {
	width: 530px;
	margin-bottom: 20px;
}

#content .info_form .text {
	width: 510px;
	border: 1px solid #666;
	color: #666;
	font-size: 12px;
	padding: 5px;
	margin-top: 10px;
}

#content .info_form .textarea {
  width: 510px;
	border: 1px solid #666;
	color: #666;
	font-size: 12px;
	padding: 5px;
	height: 400px;
	margin-top: 20px;
}

#content .info_form .button {
	float: left;
	border: 1px solid #666;
	color: #666;
	font-size: 10px;
	padding: 5px;
	margin-top: 10px;
	margin-right: 10px;
	background: none;
}

/*notification*/

#content .notification {
  width: 530px;
	color: #666;
	font-size: 10px;
	letter-spacing: 0;
	margin-top: 30px;
}

#content .notification .select {
  width: 522px;
	padding: 5px;
	font-size: 12px;
	color: #666;
	border: 1px solid #666;
	background: #FFF;
}

#content .notification .select_small {
  width: 171px;
	padding: 5px;
	font-size: 12px;
	color: #666;
	border: 1px solid #666;
	background: #FFF;
}

#content .notification .text {
  border: 1px solid #666;
	color: #666;
	font-size: 12px;
	padding: 5px;
	width: 510px;
}

#content .notification .button {
  border: 1px solid #666;
	color: #666;
	font-size: 12px;
	padding: 5px;
	width: 522px;
	background: none;
	margin-bottom: 5px;
}

#content .notification .button:hover {
  border: 1px solid #930;
	color: #930:
}

#content .notification .textarea {
  border: 1px solid #666;
	color: #666;
	font-size: 12px;
	padding: 5px;
	width: 510px;
	height: 50px;
}

#content .notification em {
  color: #930;
}

#content .notification .fieldname {
  color: #00F;
}

#content .notification .field {
  width: 246px;
	float: left;
	border: 1px solid #666;
	margin-right: 5px;
	padding: 5px;
	margin-bottom: 5px;
	font-size: 12px;
	letter-spacing: 1px;
}

#registration {
  font-size: 10px;
  letter-spacing: 0;
  color: #666;
  width: 432px;
}

#registration .text {
  border: 1px solid #666;
  font-size: 12px;
  color: #666;
  padding: 5px;
  width: 200px;
  margin-bottom: 10px;
}

#registration .select {
  border: 1px solid #666;
  font-size: 12px;
  color: #666;
  padding: 5px;
  width: 140px;
  margin-bottom: 10px;
  background-color: #fff;
}

#registration .button {
  border: 1px solid #666;
  font-size: 12px;
  color: #666;
  padding: 5px;
  width: 431px;
  margin-bottom: 10px;
  background-color: #fff;
}


#registration em {
  color: #930;
}








