#title{
	position:relative;
	left:5px;
	bottom:0px;
	text-align: center;
}

#startline {
	border-left: 1px solid #FFFFCD;
	float:left;
	width: 0px;
	height: 500px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	}

#photo {
	border-right: 1px solid #FFFFCD;
	float:left;
	width: 225px;
	height: 500px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	text-align: center;
}

#photogray {
	border-right: 1px solid #FFFFCD;
	float:left;
	width: 225px;
	height: 500px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
    filter: gray;
}

#projectname{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	color: #C0D0E7;
	margin-top: 0 px;
	margin-bottom: 4 px;
	background-color: #222222;
	height: 20px;
}

#date {
	font-size: 12px;
	color: #AAAAAA;
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: center;
}

#description {
	margin-left: 10px;
	margin-right: 10px;
	position: relative;
	top: 0px;
	text-align: center;
}

#container{
	background-color: #333333;
	z-index: 1;
	margin: auto;
}

#vertlinebg{
	position:absolute;
	bottom: 0;
	left: 0;
	z-index: 0;
	height: 20%;
	background-color: #333333;
	background-image: url(images/hr.gif);
	width: 100%;
}
