#welcome {
	line-height: 1.33em;
	margin: 15px 20px 20px 20px;
}

h2 {
	line-height: 1.33em;
	font-size: 1em;
	font-weight: bold;
	color: #8d6a1b;
	margin: 0;
	padding: 0;
}

.proj_heading {
	margin: 15px 20px 0px 20px;
}

.proj_info {
	line-height: 1.33em;
	margin: 0px 20px 20px 20px;
}

#left_link_list {
	margin: 15px 20px 15px 20px;
}

#left_link_list a {
	color: #333;
}

#left_link_list .selected {
	font-weight: bold;
}


#left_link_list ul {
	padding:0;
	margin:0;
	list-style-type:none;
	padding-left: 15px;
}

#left_link_list .sel_dot {
	list-style-type: disc;
	color: #8d6a1b;
}

#first_proj_link {
}

#first_proj_link a {
	float: left;
	width: 295px;
	height: 21px;
	display: block;
	background-color: #c0b015;
	padding-left: 20px;
	color: black;
}

#first_proj_link a:hover {
	text-decoration: none;
	color: white;
}

#snd_proj_link {
}

#snd_proj_link a {
	float: left;
	width: 294px;
	height: 21px;
	display: block;
	background-color: #c04d0e;
	padding-left: 20px;
	color: black;
	border-left: 1px solid black;
}

#snd_proj_link a:hover {
	text-decoration: none;
	color: white;
}

#third_proj_link {
}

#third_proj_link a {
	float: left;
	width: 299px;
	height: 21px;
	display: block;
	background-color: #a1429d;
	padding-left: 20px;
	color: black;
	border-left: 1px solid black;
}

#third_proj_link a:hover {
	text-decoration: none;
	color: white;
}
