/* CSS Document */

* { 
	margin: 0; 
	padding: 0;
	border: 0;
}

body{ 
	font-family: Helvetica, Arial, Sans-Serif; 
	background: #fff url('') fixed;
}

#mainNav {
    width: 895px; 
	height: 270px;
    background: url(Port1/images/link.gif);
    position: relative;
}

#mainNav li { 
	list-style: none;
    position: absolute; 
}

#mainNav li, #mainNav a {
    text-indent:-1000px;
	height: 70px; 
	display: block;
}

#aboutme {
	top: 14px;
	width: 895px;
}

#portfolio {
	top: 74px;
	width: 895px;
}

#contact {
	top: 130px;
	width: 895px;
}
#intro{
background-image:url(Port1/images/head.gif);
background-position:left top;
background-repeat:no-repeat;
text-indent:-2000px}

#aboutme a:hover {
    background: transparent url(Port1/images/link.gif) 0 -286px no-repeat;
}

#portfolio a:hover {
    background: transparent url(Port1/images/link.gif) 0 -394px no-repeat;
}

#contact a:hover {
    background: transparent url(Port1/images/link.gif) 0 -499px no-repeat;
}


/* TEXT */

h1 {
	font-weight: bold;
	font-size: 14px;
	color: #999;
	text-indent: -3000px;
}

h2 {
	font-size: 14px;
	padding: 95px 0 82px 0;
}



/* CONTAINERS */



#container {
	background: fixed #fbfaf5 url(Port1/images/bg.jpg) no-repeat;
	margin-left:auto; 
	margin-right:auto;
	overflow: hidden;
	border-bottom: #b1af46 1px solid;
	border-right: #b1af46 1px solid;
}

#header { 
	width: 895px;
	margin: 0 0 120px 92px;
}