/* this is the slylesheet from the projects page

fontsize is 12 pixels when it is 100%*/

  /* this is for the main title*/

h1{
	font-family: 'Courier New', Monospace;
	color:#C39D06;
	letter-spacing: 0.1em;
	margin-top:1.5em;
	background-color: #fff;
	font-size:150%;
}
   /* this is for the other titles*/

 .projecttxt2{
	font-family: 'Courier New', Monospace;
	color:#C39D06;
	letter-spacing: 0.1em;
	margin-top:1.5em;
	background-color: #fff;
	font-size:145%;
	font-weight: bold;

}
  /* this is what gives the font caracteristics to the page and background*/

  body {
	background-color: #4C4C4C;
	background-image:  url(img_layers/bg-proj.gif);
	background-attachment: fixed;
	background-repeat: repeat;
  	margin:0;
  	font:12px 'Courier New', Monospace;
  	color:#000;
  }

    /* this is about the summary of the project*/

.projectcaption {
	background-color: #fff;
	margin-top: 1.6em;
	line-height: 1.3em;
	font-family: 'Courier New', Monospace;
	font-size: 125%;
	color: #666666;
	/*letter-spacing: 0.1em;*/
	font-weight: bold;

	}
	/* this is about the text of the project*/
.projecttxt {
	margin-top: 1.6em;
	font-size: 100%;
	text-indent: 30px;
	font-family: 'Courier New', Monospace;
	line-height: 1.4em;
	/*padding:1em 2em;*/
}	
	/* this is about the text of the project*/
.newsitemtxt {
	margin-top: 1.6em;
	font-size: 70%;
	font-family: 'Courier New', Monospace;
	line-height: 1.4em;
	/*padding:1em 2em;*/
}	/* this is about the margins of the white part of the back ground*/
.divtxt {
	background-color: #fff;
	border: 1px solid #000;
	margin: 1em 2em 2em;
	padding:2em 4em 2em 6em;
}
/* this is about the second square in the page*/
.footer { 
	  font-size:100%;
	  line-height:1.6em;
	  background: #fff;
	  border:solid #000;
	  border-width:1px 1 1 1px;
	  margin: 1em 2em 2em 2em;
	  padding:2em 4em 2em 6em;
  }
  /* this is what gives the colors of the gray square in txt of the footer of the page*/
  .footertxt {
	  background: #ffffff;
	  margin-top:2em;
	  font-style: italic;
	  padding:1.2em;
  }
  
  
  .pictures {
	width:100%;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
  }

/* this is about the caption of all the pictures of the project*/
.picturescaption {
	font-style: italic;
	font-size: 75%;
	padding-left: 30%;
}

A:link {
	COLOR: #000; TEXT-DECORATION: underline;	

}
A:visited {
	COLOR: #000; TEXT-DECORATION: underline;
}
A:active {
	COLOR: #000; TEXT-DECORATION: underline;
}
A:hover {
	FONT-WEIGHT: normal; BACKGROUND:#C39D06 ; COLOR:#fff ; TEXT-DECORATION: none;
}



.spacer {
	height: 30px;
	width: 30px;
}

