

#head h1 {
	float: left;
}

#selector {
	background: url('images/selector-bg.jpg') repeat-x;
	float: right;
	width: 175px;
	position: relative;
}

	#selector p {
		margin: 0px;
		padding: 0px;
	}

	#selector p a {
		background: url('images/selector-btn.gif') no-repeat right center;
		color: #FFFFFF;
		display: block;
		font-size: 12px;
		height: 43px;
		margin: 0px;
		padding: 14px 15px 0px 0px;
		text-align: center;
		text-decoration: none;
	}
	#selector[id] p a {
		height: 29px;
	}

	#selector ul {
		display: none;
		position: absolute;
		top: 43px;
		left: 0px;
		width: 175px;
	}

		#selector ul li a {
			display: block;
			background: #F0F0F0;
			color: #666666;
			font-size: 12px;
			padding: 0.5em 1em;
			text-decoration: none;
		}

		#selector ul li a:hover, #selector ul li.active a {
			background: #83a834;
			color: #FFFFFF;
		}

#pager {
	clear: both;
	padding: 10px 0px;
	text-align: right;
	font-size: 12px;
}

	#pager a {
		color: #98cd35;
	}

#projects {
}

	#projects li {
		border-top: #0e18ff 2px solid;
		margin: 10px 0px;
	}

		#projects li div.project-info {
			float: left;
			width: 425px;
		}

			.project-info b.project-title {
				display: block;
				font-size: 1.5em;
				margin: 10px 0px;
			}

			.project-info span.project-desc-head {
				font-weight: bold;
				color: #0e18ff;
			}

		#projects li .project-main-image {
			float: right;
			width: 195px;
			font-weight: bold;
			text-align: center;
			margin-top: 10px;
		}

		#projects li .project-images {
			background: #cacaca;
			float: none;
			clear: both;
		}

			.project-images a {
				display: block;
				float: left;
				margin: 5px;
				width: 196px;
			}
