/* CSS projects.html, websites.html */
#content, #content_projects { background:#ffffcc; width: 800px; }
 
.webblock{
	min-height: 150px;
	border-color:#669966;
	margin:0 !important; margin:  0 0 10px 0;
	border-bottom: 1px;
	text-align:left;
	background:transparent;
	color:#666666;
	font-size: .9em;
}

.webblock img{
	border-color: #cccc99;
	border-width: 3px;
	height: 100px;
	width: 100px;
	float:left;
	margin:15px;
}
.webblock p{
	width: 600px !important; width: 580px;
	text-align:left;
	float:right; 
	margin: 10px 25px;
	background:transparent;
	text-decoration:none;
	font-weight: bold;
	font-style: italic;
	font-size: 1.1em !important;
	font-size: 1.2em;
}

.webblock a {
   color: #999966;
   margin:0;
   padding: 0 ; 
   text-align:center; 
   text-decoration: none;
}
.webblock a:link {color: #669966;}
.webblock a:visited {color: #669966;}
.webblock a:hover {color: #999966; text-decoration:underline;}
.webblock a:active {color: #cccc99;}


div.hr{
   background: transparent url(../images/hr.gif) no-repeat scroll center;
   	height: 5px;	
	border: 0;
	width: 100%;
  }
.hr hr{
	display: none;
}

#img-scroll{
	display:block;
	float:right;}

