h1 {
	color: #e5002a;
	font-weight: bold;
	font-size: 18px;
	display: inline;
}

h2 {
	color: #333333;
	font-weight: bold;
	font-size: 14px;
	display: inline;
}

h3 {
	color: #333333;
	font-weight: bold;
	font-size: 1em;
	display: inline;
}


#frame1 {
	position: static;
	overflow: hidden;
	background: #ffffff url('../img/dotted.gif') repeat-x bottom;
}

#submenu {
	position: static;
	float: left;
	width: 225px;
	padding: 15px 0 30px 30px;
	line-height: 1.6em;
	color: #888888;
}

#text {
	position: static;
	float: left;
	width: 450px;
	padding: 45px 0 45px 0;
	line-height: 1.6em;
}

#text h2 {
	font-size: 1em;
	font-weight: bold;
	display: block;
	margin: 0;
	padding: 0;
}

#location {
	position: absolute;
	top: 15px;
	right: 30px;
}

#frame2 {
	position: static;
	overflow: hidden;
	background-color: #e6e6e6;
	padding: 15px 0 0 0;
}

.item-holder {
	position: static;
	margin: 15px 30px 15px 30px;
	padding: 0 0 15px 0;
	background: #e6e6e6 url('../img/dotted.gif') repeat-x bottom;
	overflow: hidden;
}

.item-image {
	position: static;
	float: left;
	width: 195px;
	margin: 0 30px 0 0;
	text-align: right;
}

.item-text {
	position: static;
	float: left;
	width: 314px;
	margin: 0 30px 0 0;
	line-height: 1.6em;
}

.item-frame {
	position: static;
	float: left;
	width: 315px;
	background-color: #cccccc;
	line-height: 1.6em;
}

.project {
	position: static;
	padding: 0 15px 15px 15px;
	overflow: hidden;
}

.project img {
	float: left;
	margin-right: 15px;
}

.project a {
	color: #888888;
	text-decoration: none;
}

.project a:hover {
	text-decoration: underline;
}

#pages-bottom {
	position: static;
	height: 35px;
	width: 944px;
	line-height: 22px;
	text-align: center;
	color: #888888;
}

.light {
	color: #888888;
}

.red {
	color: #e5002a;
}
