#projects_container{
	z-index:10;
	top:100px;
	left:20px;
	position:relative;
	float:left;
}

a.email{
	text-decoration:none;
	color:#000;
}

a.email:hover{
	//color:#ff0;
	background-color:#ff0;
	padding:5px 0px 5px 0px;
}

.project_title{
	position:relative;
	padding:5px 10px 5px 10px;
	font-family:courier,serif;
	margin:0px 5px 5px 0px;
	font-size:15pt;
	letter-spacing:1.5px;
	line-height:28px;
	float:left;
	color:#fff;
}

.projectImg{
	position:absolute;
	background-repeat: no-repeat;
	left:0px;
	top:85px;
	width:1000px;
	height:500px;
	z-index:0;
}

.innerContent{
	position:relative;
	float:left;
	background-color:#f0f;
	height:500px;
}

.projectText{
	position:relative;
	float:left;
	margin: 10px 0px 0px 0px;
	padding:0px 30px 0px 10px;
	width:50%;
	font-family:times,serif;
	font-size:12pt;
	line-height:18px;
	float:left;
	font-style:italic;
	background-color:#ff0;
	color:#000;
	z-index:50;
}

.projectLink{
    color: #fff;
    text-decoration:none;
}

a.projectLink:hover{
    color:#ff0;
}

.topInfo{
	position:absolute;
	top:20px;
	left:0px;

	z-index:60;
}

.name{
	font-size:30px;
	color:#000;
	background-color:#ff0;
	text-transform:uppercase;
	letter-spacing:4.5px;
	font-family:courier,serif;
	float:left;
	padding:5px 5px 5px 35px;
/*
	top:20px;
	left:0px;
	font-size:30px;
	color:#000;
	background-color:#ff0;
	text-transform:uppercase;
	letter-spacing:4.5px;
	font-family:courier,serif;
	z-index:60;
*/
}

#moreInfo{
	margin-left:5px;
	font-size:12px;
	float:left;
	font-family:courier,serif;
	background-color:#fff;
	line-height:16px;
	letter-spacing:1.5px;
	padding:5px;
	font-style:italic;
}

.watchLink {
	background-color:#fff;
	float:right;
	text-transform:uppercase;
	letter-spacing:2.5;
	line-height:12px;
	font-family:courier,serif;
	font-style:normal;
	padding:4px;
}

.watchLink a{
	color:#000;
	text-decoration:none;
}