body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

#container {
	width: 878px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: auto;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#topbar {
	height: 4px;
	background-color: #000000;
	width: 878px;
}

#myname a {
	height: 62px;
	width: 300px;
	display: block;
	float: left;
	margin: 20px 0 0 0;
	background: url(../common/khouHeader.png) no-repeat;
}

#myname a span{
	height: 62px;
	width: 300px;
	display: none;
	float: left;
	margin: 30px 0 0 0;
}

#myname a:hover{
	height: 62px;
	width: 300px;
	display: block;
	float: left;
	margin: 20px 0 0 0;
	background: url(../common/khouHeaderRover.png) no-repeat;
}


#contact {
	height: 39px;
	width: 148px;
	display: block;
	float: right;
	border-left: 1px solid #ff9933;
	padding: 26px 0 0 10px;
	margin: 17px 0 0 0;
	color: #999999;
	font: 10px Georgia, serif;
	line-height: 14px;
	font-style: italic;
}

#contact a {
	color: #999999;
	font: 10px Georgia, serif;
	line-height: 14px;
	font-style: italic;
	text-decoration: none;
}

#contact a:hover {
	color: #ff9933;
	font: 10px;
	line-height: 14px;
	font-style: italic;
}

#navlist {
	margin: 95px 0 0 0;
	padding: 0 0 0 0;
	height: 26px;
	font: 10px Georgia, serif;
	width: 878px;
	border-top: 1px solid #000000;
	list-style-type: none;
	color: #999999;
}

#navlist li{
	float: left;
	margin: 0;
	padding: 0 0 0 0;
	width: 70px;
	height: 19px;
	display: block;
}

#navlist li a, #navlist li a:link {
	color: #999999;
	text-decoration: none;
	/*padding: 6px 5px 3px 5px;*/
	padding: 8px 0 0 0;
	display: block;
	text-align: center;
	border-top: 3px solid #FFFFFF;
}

#navlist li a:hover {
	color: #999999;
	border-top: 3px solid #ff9933;
	cursor: pointer;
	height: 19px;

}

#navlist li a#current, #navlist li a#current:link {
	color: #000000;
	cursor: default;
	font-weight: 100;
	border-top: 3px solid #ff9933;
}

#mainContent {
	padding: 15px 0 0 0;
	margin: 5px 0 0 0;
	border-top:3px solid #000000;
}

#mainContent a {
	font-family: Georgia, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	color: #000000;
	text-transform: none;
	letter-spacing: 1px;
	line-height: 1.7em;
	text-decoration: underline;
}

h1 {
	font-family: Georgia, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	color: #000000;
	text-transform: none;
	letter-spacing: 1px;
	line-height: 1.7em;
}

p {
	font-family: Georgia, serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.6em;
	color: #666666;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	color: #ff9933;
	font-size: 13px;
	font-weight: 100;
	line-height: 1.353em;
}

#footer {
	border-top: 1px solid #cccccc;
	border-bottom: 4px solid #000000;
	padding: 10px 0 0 0;
	margin: 547px 0 0 0;
	height: 20px;
}

#footer2 {
	margin: 2497px 0 0 0;
	border-top: 1px solid #cccccc;
	border-bottom: 4px solid #000000;
	padding: 10px 0 0 0;
	height: 20px;
}
/*original #footer {
	border-top: 1px solid #cccccc;
	border-bottom: 4px solid #000000;
	padding: 10px 0 0 0;
	margin: 547px 0 0 0;
	height: 20px;
}*/

#site {
	display: block;
	float: left;
	color: #999999;
	font: 9px Georgia, serif;
	letter-spacing: 1px;
	font-style: italic;
}

#secondnav {
	display: block;
	float: right;
	color: #CCCCCC;
	font: 9px Georgia, serif;

}

#secondnav a {
	color: #999999;
	font: 9px Georgia, serif;
	text-decoration: none;
}

#secondnav a:hover {
	color: #ff9933;
	font: 9px Georgia, serif;
}


/*this is for the About page*/


#mainText{
	width: 270px;	
	display: block;
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 10px;
}

#mainText a{
	font-family: Georgia, serif;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.6em;
	color: #666666;
	text-decoration:none;
}

#resumeContent {
	display: block;
	float: right;
	width: 460px;
	height: auto;
	margin: 0 238px 0 0;
}


/*this is for the Portfolio-Index page*/

#mainContentwhole {
	width: auto;
	height: 13586px;
	border-top:3px solid #000000;
	padding: 15px 0 0 0;
	margin: 5px 0 0 0;
/*	border: 1px solid blue;
*/}

/*#mainContentwhole a span{
	height: 20px;
	width: 20px;
	display: block;
	float: right;
	margin: 300px 0 0 0;
}*/

#mainContentprt {
	width: 600px;
	display: block;
	float: right;
	padding-bottom: 3px;
}

#imgContent {
	width: 600px;
}

#imgContent1 {
	width: 600px;
	margin: 235px 0 0 0;
}

#imgContent2 {
	width: 600px;
	margin: 20px 0 0 0;
}

#imgContent3 {
	width: 600px;
	margin: 255px 0 0 0;
}

#imgContent4 {
	width: 600px;
	margin: 235px 0 0 0;
}

#imgContent5 {
	width: 600px;
	margin: 20px 0 0 0;
}

#imgContent6 {
	width: 600px;
	margin: 150px 0 0 0;
}

#imgContent7 {
	width: 600px;
	margin: 210px 0 0 0;
}

#imgContent8 {
	width: 600px;
	margin: 210px 0 0 0;
}

#imgContent9 {
	width: 600px;
	margin: 200px 0 -12px 0;
}

#imgContent10 {
	width: 600px;
	margin: 40px 0 16px 0;
}

#imgContent12 {
	width: 600px;
	margin: 35px 0 0 0;
}

#imgContent13 {
	width: 600px;
	margin: 18px 0 0 0;
	padding: 0 0 15px 0;
}

#textContentwhole {
	width: 250px;
	float: left;
	height: auto;
}

#textContent {
	display: block;
	border-top: 1px solid #000000;
	width: 250px;
}

#textContent1 {
	display: block;
	margin-top: 3125px;
	border-top: 1px solid #000000;
	width: 250px;
}

#textContent2 {
	border-top: 1px solid #000000;
	display: block;
	margin-top: 978px;
	width: 250px;
}

#textContent3 {
	border-top: 1px solid #000000;
	display: block;
	margin-top: 1727px;
	width: 250px;
}

#textContent4 {
	border-top: 1px solid #000000;
	display: block;
	margin-top: 1108px;
	width: 250px;
}

#textContent5 {
	display: block;
	margin-top: 305px;
	border-top: 1px solid #000000;
	width: 250px;
}

#textContent6 {
	display: block;
	margin-top: 2203px;
	border-top: 1px solid #000000;
	width: 250px;
}

#textContent7 {
	display: block;
	margin-top: 1190px;
	border-top: 1px solid #000000;
	width: 250px;
}

#textContent8 {
	display: block;
	margin-top: 1690px;
	border-top: 1px solid #000000;
	width: 250px;
}

#more a {
	font-family: Georgia, serif;
	font-size: 14px;
	color:  #ff9933;
	font-style: italic;
	height: 18px;
	width: 60px;
	display: block;
	float: right;
	margin: 16px 0 0 0;
	text-decoration: none;	
}

#more a span{
	height: 18px;
	width: 60px;
	display: block;
	float: right;
	margin: 10px 0 0 0;
}

#more a:hover{
	font-family: Georgia, serif;
	font-size: 14px;
	color: #999999;
	font-style: normal;
}

#backtotop a {
	font-family: Georgia, serif;
	font-size: 14px;
	color:  #ff9933;
	font-style: italic;
	height: 18px;
	width: 85px;
	display: block;
	float: left;
	margin: 16px 0 0 720px;
	text-decoration: none;	
}

#backtotop a span{
	height: 18px;
	width: 85px;
	display: block;
	float: left;
	margin: 10px 0 0 0;
}

#backtotop a:hover{
	font-family: Georgia, serif;
	font-size: 14px;
	color: #999999;
	font-style: normal;	
}



/*this is for the Resume page*/


#mainText1{
	height: 50px;
	width: 160px;	
	display: block;
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 10px;
	text-align: right;
}

/*#mainText1 h2{
	font-family: Arial, Helvetica, sans-serif;
	color: #ff9933;
	font-size: 13px;
	font-weight: 100;
	line-height: 1.353em;
}*/

#footer1 {
	display: block;
	border-top: 1px solid #cccccc;
	border-bottom: 4px solid #000000;
	padding: 10px 0 0 0;
	margin: 770px 0 0 0;
	height: 20px;
}

/*this is for the portfoliop2 page*/

#mainContentwhole1 {
	width: auto;
	height: 1695px;
	border-top:3px solid #000000;
	padding: 15px 0 0 0;
	margin: 5px 0 0 0;
}

#imgContent14 {
	width: 600px;
	height: 20px;
	margin: 35px 0 0 0;
}

#textContent9 {
	display: block;
	margin-top: 1008px;
	border-top: 1px solid #000000;
	width: 250px;
}

#back a {
	font-family: Georgia, serif;
	font-size: 14px;
	color:  #ff9933;
	font-style: italic;
	height: 18px;
	width: 30px;
	display: block;
	float: right;
	margin: 918px 0 0 0;
	text-decoration: none;	
/*	border: 1px solid red;
*/}

#back a span{
	height: 18px;
	width: 30px;
	display: block;
	float: right;
	margin: 10px 0 0 0;
}

#back a:hover{
	font-family: Georgia, serif;
	font-size: 14px;
	color: #999999;
	font-style: normal;
}


