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

/* header */

#header_logo {
	margin-left: 68px;
}

#header_slogan {
	margin-left: 540px;
}
	

/* intro */

#intro {
	background: #d9d9d9 url('/images/site_bg.png') 0px -130px repeat-x;
	height: 260px;
}

#intro img {
	width: 950px;
	height: 260px;
}

/* content */

#content {
	background: none;
}

/* left column */

#left_menu_title {
	margin-top: 8px;
	font-size: 15px;
	margin-bottom: 5px;
}

#left_column a {
	min-height: 22px;
	font-size: 15px;
	font-weight: bold;
	line-height: 22px;
	border-top: 1px solid #CCC;
	background: transparent url('/images/menu_shadow.png') top left repeat-x;
	width: 152px;
	padding-left: 2px;
	padding-top: 0px;
	padding-bottom: 0px;
}

/* center column */

#center_column {
	width: 461px;
}

#page_title {
	display: none;
}

#center_column h1 {
	margin-top: 5px;
}

/* right column */

#right_column {
	width: 235px;
}


#accordion {
	margin-top: 10px;
}

.accordion_title, .accordion_content, #accordion_bottom {
	width: 219px;
}