/*
Notes
*/

#row{
	position:relative;
	top:95px;
	/*width indicated on each project page*/
	margin:0px 0px 0px 20px;
	}

.under_construction{ /*temporary*/
	background-color:#FFF;
	float:left;
	width:auto;
	padding:7px 7px 20px 7px;
	}

.under_construction p{ /*temporary*/
	font-family: Courier New, Courier, Andale Mono, Monaco, monospace;
	font-size:45px;
	margin: 0px 10px 10px 0px;
	}

.instructions{
	background-color:#C99;
	float:left;
	width:300px;
	padding:7px 7px 20px 7px;
	margin-bottom:50px;
	}

.instructions h1{
	font-family: Courier New, Courier, Andale Mono, Monaco, monospace;
	font-size:18px;
	line-height:18px;
	margin-bottom:2px;
	}

.instructions h2{
	font-family: Courier New, Courier, Andale Mono, Monaco, monospace;
	font-size:13px;
	line-height:13px;
	margin-bottom:5px;
	}

.instructions p{
	font-family: Courier New, Courier, Andale Mono, Monaco, monospace;
	font-size:12px;
	line-height:13px;
	margin: 0px 10px 10px 0px;
	}

.instructions a{
	text-decoration:underline;
	color:#333;
	}

.instructions a:hover {
	text-decoration:none;
	font-weight:normal;
	color:#FFF;
	background-color:#F03;
	}

.note{
	background-color:#6CF;
	float:left;
	width:150px;
	padding:5px 5px 20px 7px;
	}

.note p{
	font-family: Courier New, Courier, Andale Mono, Monaco, monospace;
	font-size:12px;
	line-height:13px;
	margin: 0px 10px 10px 0px;
	}

.note a{
	text-decoration:underline;
	color:#333;
	}

.note a:hover {
	text-decoration:none;
	font-weight:normal;
	color:#000;
	background-color:#FFF;
	}

.proposal{
	background-color:#FFF;
	min-width:200px;
	padding-bottom:30px;
	margin:0px 0px 0px 200px;
	float:left;
	}

.proposal img{
	vertical-align:top;
	padding:0px 4px 0px 0px; /*horizontal separation for projects with several images*/
	}

.proposal h1{
	color:#000;
	font-family: Courier New, Courier, Andale Mono, Monaco, monospace;
	font-size:18px;
	line-height:18px;
	margin-bottom:5px;
	}

.translate{
	font-family: Courier New, Courier, Andale Mono, Monaco, monospace;
	text-transform:uppercase;
	font-size:10px;
	color:#FFF;
	background-color:#666;
	padding:2px 3px 2px 3px;
	}

.proposal p.separador{ /*veritcal separation and line*/
	margin: 0px 10px 6px 0px;
	border-bottom:solid 1px #E0E0E0;
	padding-bottom:17px;
	}

.proposal p{
	font-family: Courier New, Courier, Andale Mono, Monaco, monospace;
	font-size:12px;
	line-height:13px;
	max-width:350px;
	margin: 0px 10px 10px 0px;
	}

.proposal a{
	text-decoration:underline;
	color:#333;
	}

.proposal a:hover {
	text-decoration:none;
	font-weight:normal;
	color:#FFF;
	background-color:#F03;
	}

