@charset "utf-8";

/* LINKS
------------------------------------------------------------------------------*/

#links {
	min-height: 450px;
	_height: 450px;
}

#links h1 {
	background-image: url(../img/bgheader.jpg);
	background-repeat: no-repeat;
	height: 30px;
	margin-left: 10px;
	padding-top: 5px;
	padding-left: 40px;
	margin-bottom: 15px;
}

.linksBox {
	margin-left: 50px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #75040A;
	width: 800px;
	margin-right: 50px;
	margin-bottom: 30px;
}

.linksImage {
	width: 450px;
	float: left;
	padding-bottom: 30px;
}

.linksInfo {
	float: right;
	width: 300px;
}


.linksInfo h2 {
	font-size: 18px;
	background-image: url(../img/icon.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	font-weight: bold;
	margin-bottom: 5px;
}

.linksInfo h2 a {
	font-weight: bold;
} 

.linksInfo div,
.linksInfo p {
	line-height: 1.5;
}

#linksBorderNone {
	border-bottom-style: none;
}

/* LINKS(ABOUT LINK)
------------------------------------------------------------------------------*/

#aboutLink h2 {
	background-image: url(../img/bgheader.jpg);
	background-repeat: no-repeat;
	height: 30px;
	margin-left: 10px;
	padding-top: 5px;
	padding-left: 40px;
	margin-bottom: 5px;
	margin-top: 50px;
}

#aboutLinkInfo {
	margin-left: 50px;
	width: 800px;
	margin-right: 50px;
	padding-bottom: 30px;
}

#aboutLinkInfo p,
#aboutLinkInfo li {
	line-height: 1.5;
}

#aboutLinkInfo dt {
	margin-top: 25px;
	border: 1px solid #111111;
}

#aboutLinkInfo dd {
	margin-top: 5px;
}

#linkBannerS {
	width: 468px;
	height: 60px;
}

#linkBannerL {
	width: 520px;
	height: 120px;
}

#aboutLinkInfo dl {
	padding-bottom: 20px;
}