


/* HEADER */

#header {
	width: 930px;
	height: 70px;
	padding-top: 0px;
	padding-left: 30px;
	background-color: #3d3d3d;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	overflow: hidden;
}

h1 {
	font-size: 16px;
	margin-bottom: 14px;
}


ul {
	list-style-position: outside;
	padding-left: 15px;
	margin-bottom: 18px;
	list-style-image: url(../images/bullet.gif);
	marker-offset: 0px;
}



/* STUFF */

#text {
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	width: 308px;
}

.image_home {
	width: 546px;
	margin-bottom: 30px;
	background-color: #e0e0e0;
}

.image_project {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #e0e0e0;
}

.note {
	color: #7f7f7f;
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.links {
	padding-left: 20px;
}

.listing1 {
	width: 253px;
	min-height: 26px;
	padding-top: 8px;
	border-top: 1px;
	border-top-color: #e0e0e0;
	border-top-style: solid;
	background-color: #ffffff;
	color: #191919;
}

.listing1 a {
	color: #191919;
}

.listing1 a:hover {
	color: #191919;
	text-decoration: underline;
}

.listing2 {
	width: 253px;
	min-height: 29px;
	color: #191919;
}

.listing2 a {
	color: #191919;
}

.listing2 a:hover {
	color: #191919;
	text-decoration: underline;
}

.home_titles {
	padding-top: 20px;
	color: #191919;
	font-size: 18px;
	font-weight: bold;
}

.home_titles a {
	color: #191919;
	font-size: 18px;
	font-weight: bold;
}

.title {
	padding-top: 15px;
	padding-left: 20px;
	color: #191919;
	font-size: 28px;
}