body {
	background: #663300 url(images/background.jpg) fixed bottom repeat-x;
	margin:0px 0px; 
	padding:0px;
	border-top: 3px solid #FFFFCC;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 12pt;
	}

/***********basic formatting********/

img {border: 0px;}

h1, h2, h3, h4, h5, h6 {color: #9983D7;}

.left {float: left;
	text-align: left;
}

.right {float: right;
	text-align: right;
}
a {color: #9983D7;
	font-family: arial, verdena, Trebuchet MS, sans-serif;
	text-decoration: none;
	font-size: 100%;
}

a:active {color: #F1F1BA;
}

a:visited {color: #9983D7;
	text-decoration: none;
}

a:hover {color: #ffb200;}


/************ homepage styles***************/	
#homeContent {
	width:800px;
	height: 100%;
	color: #fff;
	margin:40px auto;
	text-align:left;
	}

/**header**/
#homeHead { width: 100%;
	padding: 0;
	margin:0;
	border-bottom: 2px solid #CE9D6A;
	}

#navContainer {padding: 0;
	margin:80px 4px 0 0;
	float: right;
	width: 490px;
	text-align: right;
	}

#navContainer a, #navContainer a:visited {
	font-family: Georgia, "Book Antiqua", "Souvenir Lt BT", "Times New Roman", serif;
	font-weight: bold;
	font-size: 105%;
	padding: 0 5px 0 5px;
	color: #fff;
}

#navContainer a:hover, #navContainer a:active {
	font-family: Georgia, "Book Antiqua", "Souvenir Lt BT", "Times New Roman", serif;
	font-weight: bold;
	font-size: 105%;
	padding: 0 5px 0 5px;
	color: #990000;
}

/**********old nave styles
#navContainer {padding: 0;
	margin:80px 10px 0 0;
	float: right;
	width: 460px;
	text-align: right;
	}

#navContainer a, #navContainer a:visited {font-family: trebuchet MS, helvetica, arial;
	font-weight: bold;
	font-size: 105%;
	padding: 0 5px 0 5px;
	color: #fff;
}

#navContainer a:hover, #navContainer a:active {font-family: trebuchet MS, helvetica, arial;
	font-weight: bold;
	font-size: 105%;
	padding: 0 5px 0 5px;
	color: #990000;
}
*****************/

#homeHead img {padding: 0;
	margin:0;
	}

/***middle***/
#homeCenter {width: 100%;
	margin: 4px 4px 8px 4px;
	}

#homeCenter img {border: 0;
	float: left;
	padding: 4px;
	}

/***bottom***/
#homeFoot { clear: both;
	width: 100%;
	font-size: 80%;
	border-top: 2px solid #CE9D6A;
	padding: 5px;
	margin-bottom: 15px;
	margin-top: 5px;
	}


/************layout***************/
#top {  float: left;
	width:650px;
	height: 200px;
	}

#nav {	float: left;
	width: 650px;
	height: 120px;
	text-align: right;
	padding-top: 40px;
	padding-right: 8px;
	/*background: url(images/middles/rotate.php) no-repeat center;*/
}

#navAbout {	float: left;
	width: 650px;
	height: 120px;
	text-align: right;
	padding-top: 40px;
	padding-right: 8px;
	background: url(images/middles/MiddlePalm.jpg) no-repeat center;
}

#navPortfolio {	float: left;
	width: 650px;
	height: 120px;
	text-align: right;
	padding-top: 40px;
	padding-right: 8px;
	background: url(images/middles/MiddleRain.jpg) no-repeat center;
}

#navContact {	float: left;
	width: 650px;
	height: 120px;
	text-align: right;
	padding-top: 40px;
	padding-right: 8px;
	background: url(images/middles/MiddleStained.jpg) no-repeat center;
}

#navResume {	float: left;
	width: 650px;
	height: 120px;
	text-align: right;
	padding-top: 40px;
	padding-right: 8px;
	background: url(images/middles/MiddleReflection.jpg) no-repeat center;
}

#center {float: left;
	width:650px;
	padding: 5px 15px 0px 10px;
	color: #ffffff;
	}


#foot {float: left;
	width:650px;
	color: #ffffff;
	text-align: center;
	border-top: 2px solid: #fff;
	padding-top: 5px;}

/**********nav styles***********/

.NavLinks a {height: 100px; }

.NavLinks a {color: #222222;
	font-family: arial, helvetica, verdena, Trebuchet MS, sans-serif;
	text-decoration: none;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	padding: 16px 20px 10px 20px;
	border-left: 2px solid #eeeeee;
}

.NavLinks a:active {color: #0066B3;}

.NavLinks a:visited {color: #111111;}

.NavLinks a:hover {color: #D3BAF1;
	background-color: #343B6C;
}

/********foot styles*******/
#foot a {color: #9983D7;}

#foot a:active {color: #ffffff;}

#foot a:visited {color: #9983D7;}

#foot a:hover {color: #eeeeee;}


/***********portfolio styles***************/

.PortContainer {width: 650px;}

.port {padding:0; 
	margin:-70px 0 0 475px;
	padding-left: 10px;
	border-left: 1px solid #eee; 
	list-style-type:none; 
	position:relative;
	width: 175px; 
	font-size: 85%;
}

.port img{border: 1px solid #ffffff;
	background-color: #e7e7e7;
	padding: 3px;
}

.port a {color: #ffffff;
	width: 150px;
}

/* position the images using an absolute position and hide them from view */
.port li a span {
	position:absolute; 
	top:70px; 
	left:-470px;
	line-height: 20px;
	font-weight: bold; 
	color: #fff;
	visibility:hidden; 
}


/* fix the top position for the landscape images */
.port li a img.landscape {
	left:-470px;
}

/* style the hover background color for the text boxes */
.port li a:hover {
	color: #aaa;
}

/* style the active/focus colors for the text boxes (required for IE) */
.port li a:active, .port li a:focus {
	width: 150px; 
	font-weight: bold;
	color:#aaa;
}

/* make the images visible on active/focus */
.port li a:active span, .port li a:focus span {
	visibility:visible;
}


/***************misc styles************/
.breadcrumb {font-size: 85%;}