/* TOP AND BOTTOM FIXED STRIPS ____________________________ */


/* yellow: #eed048; */
/* brown: #291711; */

html,
body {
/*	background-color: #291711; */
/*	background-image:url('../img/home/bgnd1.jpg'); */
	padding: 0;
	color: #291711; /* #edce48; */
	font-family: 'Slabo 13px', Georgia, Times New Roman, serif; 
	font-size: 11px; 
	line-height: 14px; 
	text-transform: none;
	}
	
	
p 	{
	margin: 0 0 14px 0;
	}
	
	
p a:link, a:visited {
	text-decoration: none;
	border-bottom: 1px dotted #54433e;
	line-height: 15px;
	color: #291711;
	}


p a:hover {
	text-decoration: none;
	color: #291711;
	border-bottom: 0px;
	margin: 0;
	}


p a:active {
	text-decoration: none;
	color: #291711;
	}


p a.selected {
	text-decoration: none;
	font-style: italic;
	border-bottom: 1px dotted #54433e;
	color: #291711;
	margin: 0;
	}
 
 
 
/* CONTENT________________________________________________ */


#main-panel {
	visibility: visible; 
	position: fixed;
	top: 0px; 
	left: 0px; 
	width: 100%;
	height: 60px;
	background-color: #edce48;
	z-index: 1;
	}


#logo {
	position: absolute;
	margin: 0;
	top: 10px; 
	left: 15px; 
	z-index: 5;
	}


#text-name {
	visibility: visible; 
	position: absolute;
	top: 24px; 
	left: 68px; 
	width: 260px;
	z-index: 5;
	}


#text-projects {
	visibility: visible; 
	position: absolute;
	top: 151px; 
	left: 20px; 
	width: 260px;
	z-index: 5;
	}


#text-email {
	visibility: visible; 
	position: absolute;
	top: 16px; 
	right: 297px; 
	width: 160px;
	z-index: 5;
	}


#text-phone {
	visibility: visible; 
	position: absolute;
	top: 16px; 
	right: 160px; 
	width: 120px;
	z-index: 5;
	}


#text-internet {
	visibility: visible; 
	position: absolute;
	top: 16px; 
	right: 27px; 
	width: 120px;
	z-index: 5;
	}


.subtitle {
	font-family: 'Asap',Helvetica, sans-serif;
	font-size: 10px; 
	line-height: 14px; 
	text-transform: uppercase;
	margin: 0;
	}

.subtitle-project {
	font-family: 'Asap',Helvetica, sans-serif;
	font-size: 10px; 
	line-height: 14px; 
	color: #AAAAAA;
	text-transform: uppercase;
	margin: 0;
	}

.text-project-description {
	font-family: 'Slabo 13px', Georgia, Times New Roman, serif; 
	font-size: 11px; 
	line-height: 14px; 
	color: #ffffff;
	}






