/* CSS Document */

body { margin:0 0 0 0;
		background-image:url(../images/page_bg.gif);
		background-position:center;
		background-repeat:repeat-y;
}

#nav {
	position:absolute;
	width: 350px;
	left: 25px;
	top: 51px;
	height: 24px;
	margin: 0;
	padding: 0;
	z-index: 2;
	list-style: none;
	display: inline;


}

#nav li {
	margin: 0; 
	padding: 0;
    list-style: none;
	display: inline;
	text-align: left;
	}
	
#nav a {
	float: left;
	padding: 24px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:24px; /* for IE5/Win only */
}

#nav_home a, #nav_home a:active {
	display: block;
    width: 51px;
    height: 24px;
    background-image: url(../images/nav_images/nav04_r2_c2.gif);
    background-position: 0 0;
    text-decoration: none;
    text-indent: -2000px;


}

#nav_home a:hover, #nav_home a.selected{
	display: block;
    width: 51px;
    height: 24px;
    text-decoration: none;
	background-image: url(../images/nav_images/nav04_r2_c2_f2.gif);
	background-position: 0 0;
	text-indent: -2000px;


}

#nav_portfolio a, #nav_portfolio a:active {
	display: block;
    width: 83px;
    height: 24px;
    background-image: url(../images/nav_images/nav04_r2_c3.gif);
    text-decoration: none;
    text-indent: -2000px;

}

#nav_portfolio a:hover, #nav_portfolio a.selected {
	display: block;
    width: 83px;
    height: 24px;
    text-decoration: none;
	background-image: url(../images/nav_images/nav04_r2_c3_f2.gif);
	text-indent: -2000px;


}

#nav_resume a, #nav_resume a:active {
	display: block;
    width: 64px;
    height: 24px;
    background-image: url(../images/nav_images/nav04_r2_c4.gif);
    text-decoration: none;
    text-indent: -2000px;


}

#nav_resume a:hover, #nav_resume a.selected {
	display: block;
    width: 64px;
    height: 24px;
    text-decoration: none;
	background-image: url(../images/nav_images/nav04_r2_c4_f2.gif);
	text-indent: -2000px;


}

#nav_contact a, #nav_contact a:active{
	display: block;
    width: 68px;
    height: 24px;
    background-image: url(../images/nav_images/nav04_r2_c5.gif);
    text-decoration: none;
    text-indent: -2000px;


}

#nav_contact a:hover, #nav_contact a.selected {
	display: block;
    width: 68px;
    height: 24px;
    text-decoration: none;
	background-image: url(../images/nav_images/nav04_r2_c5_f2.gif);
	text-indent: -2000px;


}

#topframe {
	position:absolute;
	LEFT: 50%;
	MARGIN-LEFT: -380px;
	TOP: 20px;
	WIDTH: 760px;
	HEIGHT: 126px;
	text-align:center;
	z-index:1;
	background-image: url(../images/nav_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;

}

#homeimage{
	position:absolute;
	background-image: url(../images/home_image01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	left:20px;
	top:127px;
	width:389px;
	height:281px;
	z-index:2;

}

#portfolioimage {
	position: absolute;
	width: 720px;
	height: 300px;
	top: 135px;
	left: 0px;
	font-family: "Trebuchet MS";
	text-align: center;
	z-index:2;

}

#resumeimage{
	position:absolute;
	background-image: url(../images/resume_image01.jpg);
	background-repeat: no-repeat;
	background-position: left top;left:30px;
	top:127px;
	width:389px;
	height:281px;
	z-index:2;
	
}

#contactimage{
	position:absolute;
	background-image: url(../images/contact_image01.jpg); 
	background-repeat: no-repeat;
	background-position: left top;
	left:20px; 
	top:127px; 
	width:389px; 
	height:281px; 
	z-index:2;

}

#homecontent {
	position:absolute; 
	left:300px; 
	top:200px; 
	width:417px; 
	height:266px; 
	z-index:3
	
}

#resumecontent {
	position:absolute; 
	left:300px; 
	top:200px; 
	width:417px; 
	height:266px; 
	z-index:3
	
}

#contactcontent {
	position:absolute; 
	left:300px; 
	top:200px; 
	width:417px; 
	height:266px; 
	z-index:3
	
}
	
#homecontent h1 {
	font: bold 0.85em "Trebuchet MS";
	text-align: left;
	background-image: url(../images/headerbg_home.gif);
	text-indent: -2000px;
	left: -200px;
	background-repeat: no-repeat;

}

#resumecontent h1 {
	font: bold 0.85em "Trebuchet MS";
	text-align: left;
	background-image: url(../images/headerbg_resume.gif);
	text-indent: -2000px;
	left: -200px;
	background-repeat: no-repeat;

}

#contactcontent h1 {
	font: bold 0.85em "Trebuchet MS";
	text-align: left;
	background-image: url(../images/headerbg_contact.gif);
	text-indent: -2000px;
	left: -200px;
	background-repeat: no-repeat;

}

h2 {

	text-align: left;
	font: bold 0.75em "Trebuchet MS";
	padding-left: 20px;
	color: black;
}

h3 {

	text-align: left;
	font: bold 0.75em "Trebuchet MS";
	padding-left: 20px;
	padding-top: 2em;
	color: black;
}

p {
	font: normal 0.7em/2em "Trebuchet MS";
	text-align: left;
	color: #333333;
	text-align: left;
	vertical-align: text-top;
	padding-left: 30px;
}

a {
	color: #990000;
}

a:hover {
	background-color: #CC0000;
	color: #FFFFFF;
}

