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

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

body {
	background: url(/images/commons/body_bckgnd.jpg) repeat-x;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
}

#background_img {
	background: url(/images/commons/body_bgimg.jpg) no-repeat;
	height: 600px;
}

#wrapper {
	background: #FFF;
	width: 800px;
	height: 530px;
	margin: 30px auto;
	clear: both;
}

#wrapper_liquid {
	background: #FFF;
	width: 800px;
	height: auto;
	margin: 30px auto;
	clear: both;
}

/* HEADER */

#header_box {
	background: #FFF;
	width: 800px;
	height: 172px;
	clear: both;
}

#header_left {
	background:  #FFF url(/images/header/header_bg.jpg) no-repeat;
	width: 300px;
	height: 132px;
	padding-left: 125px;
	padding-top: 40px;
	float: left;
}

#header_right {
	background: #FFF url(/images/header/header_right_bg.jpg) right no-repeat;
	width: 375px;
	height: 172px;
	float: right;
	padding: 0;
}

/* CONTENTS */

#contents_box {
	background: #F3F3F3 url(/images/contents/contents_bg.jpg) no-repeat;
	width: 800px;
	height: 328px;
	clear: both;
}

#contents_box_liquid {
	background: #F3F3F3 url(/images/contents/contents_bg.jpg) top no-repeat;
	width: 800px;
	height: auto;
	clear: both;
}

/* --- HOME --- */

#home_contents_top_box {
	width: 800px;
	height: 178px;
	clear: both;
}

#home_contents_top_left_box {
	width: 148px;
	height: 158px;
	padding: 10px 0 10px 10px;
	float: left;
}

#home_contents_top_right_box {
	width: 632px;
	height: 158px;
	padding: 10px 10px 10px 0;
	float: right;
}

#home_contents_top_right_box h2 {
	background: url(/images/contents/t_contents_index_ourmission.gif) no-repeat;
	width: 189px;
	height: 41px;
	text-indent: -9999px;
	clear: both;
}

#home_contents_top_right_box p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	line-height: 22px;
}

#home_contents_bot_box {
	width: 790px;
	height: 140px;
	padding: 5px;
	clear: both;
}

#home_contents_bot_parent_left {
	width: 263px;
	height: 140px;
	float: left;
}

#home_contents_bot_parent_right {
	width: 527px;
	height: 140px;
	float: right;
}

#home_contents_bot_child_left {
	width: 261px;
	height: 140px;
	padding-left: 1px;
	float: left;
}

#home_contents_bot_child_right {
	width: 262px;
	height: 140px;
	padding-left: 1px;
	float: right;
}

/* --- CONTENTS PAGES --- */

#contents_box_contents {
	width: 780px;
	height: 308px;
	padding: 10px;
}

#contents_box_contents_liquid {
	width: 780px;
	height: auto;
	padding: 10px;
}

/* FOOTER */

#footer_box {
	width: 800px;
	height: auto;
	margin: 10px auto 0 auto;
	font-size: 9px;
	color: #333;
}

#footer_box a, #footer_box a:active, #footer_box a:visited {
	color: #333;
	text-decoration: none;
}

#footer_box a:hover {
	color: #333;
	text-decoration: underline;
}
