/* ------------|Header------------ */
#info {
	background-color: #666666;
}

#header {
	height: 150px;
	background: transparent url(../images/corporate/header.jpg) repeat-x 0 50%;
	width: 100%;
}
#header h1 a#logo {
	background: #C00000;
}

#menu {
	margin-top: 38px;
}
#menu li {
	background: transparent url(../images/corporate/separator.jpg) no-repeat 100% 50%;
}
#menu li a {
	color: #000000;
	padding-left: 5px;
	padding-right: 5px;
}

/* ------------|Content------------ */
#left-img {
	background: transparent url(../images/corporate/left-img.jpg) no-repeat 37px 0;
	width: 351px;
	height: 590px;
}

#content-wrapper h2 {
	background: transparent url(../images/corporate/title.jpg) no-repeat;
	width: 439px;
	height: 53px;
}
#content-wrapper .narrow-column {
	width: 350px;
}
#content-wrapper .wide-column {
	width: 540px;
}

#infobox2 {
	background: transparent url(../images/corporate/infobox2.jpg) no-repeat;
	width: 539px;
	height: 169px;
	margin-top: 75px;
}
#infobox2 p {
	color: #000;
}
#infobox2 p span {
	border-bottom-color: #000;
}
#infobox2 a {
	color: #000;
	text-decoration: none;
}
#infobox {
	background: transparent url(../images/corporate/infobox.jpg) no-repeat;
	width: 357px;
	height: 208px;
	margin-top: 36px;
}
#infobox p {
	color: #000;
}
#infobox p span {
	border-bottom-color: #000;
}
#infobox a {
	color: #000;
	text-decoration: none;
}
a {
	color: #C00;
}
/* ------------|Footer------------ */
#footer {
	background-color: #333333;
	border-bottom-color: #666666;
}
