@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body,html {
	background-image: url(../images/stripe-bkground.png);
	background-repeat: repeat;
	height: 100%;
	width: 100%;
}
#projects, #prhp {
	width: 1660px; 
	display: block; 
	height: 192px; 
	left: 0px; 
	top: 0px; 
	margin: 0 0 0 0; 
	z-index: 99; 
	border: 0px solid yellow;
}

#projects p, #prhp p {
	margin: 3px 0 0 0px;  
	z-index: 5; 
}

#projects p a:link, #projects p a:visited, #projects p a:hover {
	color: #f7af89; 
	position: relative;  
	z-index: 5;  
	padding:0px 10px 0px 9px; 
	font-size: 9px; 
}

#projects p a.act:link, #projects p a.act:visited {
	color: #fff; 
	position: relative;  
	z-index: 5;  
	padding:0px 10px 0px 9px; 
	font-size: 9px;  
}

#projects p a:hover, #prhp p a:hover, #projects p a.act:hover {
	color: #000; 
	background: #fff; 
	z-index: 6;
}

.col {
	display: block;
	width: 215px;
	float: left;
	border: 0px solid red;
	margin-top: 5px
}

.col-projects {
	display: block;
	float: left; 
	border: 0px solid red; 
	margin-top: 5px
}

.col#about {
	margin-left: -10px;
	width: 180px; 
	border: 0px solid red
}
.home-photo {
	position: absolute;
	z-index: 1;
	right: 0px;
	bottom: 0px;
}
.home-table {
position: absolute;
	z-index: 100;
	height: 100%;
	width: 100%;
}
hr {
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
}
.bar-phone {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	padding-left: 20px;
}
