#container {
	background-image: url("../images/page/container_main.gif");
	}

#content {
	background-color: transparent;
	}

#content div.left {
	float: left;
	width: 490px;
	background-color: #ffffff;
	}

#content div.left h3 {
	margin: 10px;
	font-size: 14px;
	line-height: 16px;
	color: #000000;
	}

#content div.left h3 a {
	color: #000000;
	text-decoration: none;
	}

#content div.left h3 a:hover {
	color: #000000;
	}
#content div.left a.link, #content div.left a span.link {
	color: #f15f22;
	text-decoration: none;
	}

#content div.left a.link:hover, #content div.left a span.link:hover {
	color: #2d394e;
	}

#content div.right {
	float: right;
	width: 250px;
	background-color: #2d394e;
	color: #ffffff;
	}

#content div.right  dt {
	margin: 0;
	font-size: 18px;
	line-height: 25px;
	font-weight: bold;
	text-align: center;
	color: #f15f22;
	}

#content div.right dt a {
	color: #f15f22;
	text-decoration: none;
	}

#content div.right dt a:hover {
	border-color:#f15f22;
	border-bottom-style:solid;
	border-bottom-width:1px;
	}
	
#content div.right dd {
	margin: 0;
	padding: 0 5px 5px;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	}

#content div.right dd a {
	color: #ffffff;
	text-decoration: none;
	}

#content div.right dd a.link {
	color: #f15f22;
	text-decoration: none;
	}

#content div.right dd a.link:hover {
	color: #ffffff;
	border-bottom:1px solid #f15f22;
	}

