@charset "UTF-8";

h2#main_title { background-image: url(../images/title_resources.png); }

.left {
	width: 695px;
	margin-left: 5px;
}
.right {
	width: 250px;	
}

.left ul li {
	padding: 0px 10px;
}
.left ul li:first-child { padding-left: 0px; }
.left ul li:last-child { padding-right: 0px; }

.left h3 {
	clear: both;
	border-top: 1px dotted #ccc;
	background: url(../images/red-arrow.gif) 0px 13px no-repeat;
	font-size: 1.4em;
	padding: 6px 0 5px 12px;
	margin-bottom: 2px;
	color: #000;
}
.left h3:first-child { border-top: none; }

.left h4, .left p { padding-left: 12px; }
.left h4 { font-size: 1.1em; }
.left h4 a { color: #d71f2b; text-decoration: underline; }
.left h4 a:hover { color: #000; }
