/************ zeroing out the brower ****************/

* { margin: 0; padding: 0; }

h1, h2, h3, h4, h5, h6 { font-size: 100% }

address, caption, cite, code, dfn, en, strong, th, var 
{ font-style: normal; font-weight: normal; }

table { border-collapse: collapse; border-spacing : 0; }

fieldset, img { border: 0; }

caption, th { text-align : left; }

q:before, q:after { content: ''; }

ul { list-style-type: none; }

/**************** L A Y O U T  ****************/	

body {
background-color: #fff; 
}

#portfoliolinks {
width: 125px;
}

#portfoliolinks {
	position: absolute;
	left: 25px;
	top: 306px;
	font-family: Tribute, garamond, georgia, sans serif;
	color: #666;
	font-size: .8em;
}

#portfoliolinks li {
margin-bottom: 15px;
}

/*********** T Y P O G R A P H Y ****************/	


h2 {
font-family: serif;
color: #6cf;
font-size: .8em;
letter-spacing: .2em;
font-weight: normal;
}

p {
font-family: Tribute, MrsEaves, garamond, georgia, sans serif; 
color: #666;
font-size: .8em; /*10pt*/
line-height: 1.4em; /*18pt*/
}

#about p {
position: absolute;
left: 125px;
top: 140px;
width: 300px;
}

#about h1 {
font-family: Tribute, MrsEaves, garamond, georgia, sans serif; 
color: #999;
font-size: 1.2em;
position: absolute;
left: 282px;
top: 47px;
background: url(images/mindinash.gif) no-repeat;
text-indent: -9999px;
width: 100%;
height: 100%;
}

#about h2 {
position: absolute;
left: 135px;
top: 105px;
background: url(images/about.gif) no-repeat;
text-indent: -9999px;
width: 100%;
height: 100%;
}


#portfolio h2 {
position: absolute;
left: 135px;
top: 222px;
background: url(images/portfolio.gif) no-repeat;
text-indent: -9999px;
width: 100%;
height: 100%;
}

#portfolio h3 {
font-family: Tribute, garamond, georgia, sans serif;
color: #666;
font-size: .8em;
margin-bottom: 15px;
font-weight: normal;
}

#portfolio ul {
position: absolute;
left: 125px;
top: 277px;
}

#portfolio li {
margin-bottom: 30px;
}

#portfolio li p {
position: absolute;
width: 250px;
}

#first p { left: 425px; top: 30px; }
#second p { left: 425px; top: 340px; }
#third p { left: 425px; top: 655px; }


/*********** C O L O R  ****************/	



a:link, a:visited { color: #666; text-decoration: none; }
a:hover, a:active { color:#333; text-decoration: none; }
