object.mov {
     display: none;
 }
 
 * html object.mov {
     display/**/: none;
 }
 
  * html object.mov {
     display: none;
 }
 
  * html object.mov/**/ {
     display: inline;
 }

#page {
	position: relative;
	margin: 0 auto;
	width: 800px;
	border-left: 1px solid #F0B4B4;
	border-right: 1px solid #F0B4B4;
	border-top: 1px solid #F0B4B4;
	border-bottom: 1px solid #F0B4B4;
	font-family: helvetica, arial;
}

/*Navigation*/

.navigation {
	width: 800px;
	height: 28px;
	margin-top: -4px;
	margin-left: auto;
	padding: 0px;
	position: relative;
	list-style: none;
	background: url(images/nav.gif) no-repeat;
}

.navigation li {
	margin: 0;
  	padding: 0;
  	position: absolute;
  	top: 0;
	list-style: none;
}

.navigation li, .navigation a {
	height: 28px;
	display: block;
	list-style: none;
	text-indent: -9999px;
  	text-decoration: none;
}

.port{
	left: 0px;
	width: 154px;
}

.about {
	left: 155px;
	width: 167px;
}

.cnt {
	left: 309px;
	width: 144px;
}

.resume {
	left: 453px;
	width: 142px;
}

.wip {
	left: 595px;
	width: 195px;
}

.port a:HOVER {
	background: url(images/nav.gif) 0px 32px;
}
.about a:HOVER {
	background: url(images/nav.gif) -155px 32px;
}

.cnt a:HOVER {
	background: url(images/nav.gif) -309px 32px;
}
.resume a:HOVER {
	background: url(images/nav.gif) -453px 32px;
}

.wip a:HOVER {
		background: url(images/nav.gif) -595px 32px;
}


/*End Navigation*/

img {
	border: 0px;
	}
	
#inpage-image { 
	float:right; 
	margin:10px; 
}

#textwrap { 
	margin:10px; 
	text-align:justify; 
}
	
	
.bars { /*Side pink bars = one div under base*/
	background-color: #F1B4B4;
	width: 800px;
	margin: inherit;
	height: inherit;
	margin-top: -18px;
	}

.base {  /*White main body*/
	background-color: #FFFFFF;
	width : 600px;
	height: inherit;
	margin: auto;
	text-align: center;
	padding-bottom: 50px;
	padding-top: 25px;
	margin-top: -5px;
		}
	
.bottom {  /*footer*/
	height: 20px;
	width: 800px;
	background-color: #C5838D;
	} 
	
.center {  /*images lined up in the center*/
	margin-left: 150px;
	margin-right: 150px;
	}
	
	
.fun  {  /* Left bar */
	width: 100px;
	text-align: center;
	position:absolute;
	top: 130px;
	left: 0px;
	padding-top: 10px;
}

.fun a {

	text-decoration: none;
	color: #8C3C3C;
}
	
.fun a:HOVER {
	color: #000000;
	text-decoration: none;
	}
	
.nof a {

	text-decoration: none;
	color: #8C3C3C;
	
	}
	
.nof a:HOVER {
	color: #000000;
	
	}

.nof  {  /*Right bar*/
	width: 100px;
	text-align: center;
	position: absolute;
	right: 0px;
	top: 130px;
	padding-top: 10px;

}

.rightflo {
	float:right;
	margin: 10px;
	}

 .bioleft {
	position : absolute;
 	left : 100px;
 	width : 195px;
 	margin-left : 10px;
	margin-right: 100px;
	padding-right: 100px;
 	margin-top : 20px;
 	color: #660000;
	padding : 3px;
	font-size: 15px;
	text-align: left;
 }
 
 .bioleft a {
	color:#FF3366;
	text-decoration: none;
	}

.bioleft a:HOVER {
	text-decoration: overline underline;
	}

.blogbar { /* bar above blog */

	width:372px;
	height: 20px;
	background-color:#CC6666;
	margin: 20px 25% 0px 215px;
	color: #FFFFFF;
	text-align: center;
	font-size: 14px;
	
}

.newsbar { /* bar above news box */

	width:372px;
	height: 20px;
	background-color:#CC6666;
	margin: 0px 25% 0px 112px;
	color: #FFFFFF;
	text-align: center;
	font-size: 14px;
	
}

	

#blog { /*bio box*/
	width: 350px;
	height: 300px;
	margin: 0px 25% 0px 215px;
 	padding: 10px;
	color: #A12123;
	font-size: 14px;
	overflow: auto;
	background-color:#FFDCD9;
	text-align: justify;
	border-left: 1px solid #F0B4B4;
	border-right: 1px solid #F0B4B4;
	border-top: 1px solid #F0B4B4;
	border-bottom: 1px solid #F0B4B4
	}
	
#news { /*news box*/
	width: 350px;
	height: 100px;
	margin: 0px 25% 10px 112px;
 	padding: 10px;
	color: #A12123;
	font-size: 14px;
	overflow: auto;
	background-color:#FFDCD9;
	text-align: justify;
	border-left: 1px solid #F0B4B4;
	border-right: 1px solid #F0B4B4;
	border-top: 1px solid #F0B4B4;
	border-bottom: 1px solid #F0B4B4
	}
	
	
.text1 { /*center left-align*/	
	margin-left:250px;
	text-align:left;
	}
	
.text3 { /*main page and bio*/
	margin-left: 10px;
	margin-right: 10px;
		}
	
.text4 {  /*Resume*/
	margin-left: 30px;
	margin-right: 20px;
	text-align: left;
	}

.text6 { /*portfolio pages*/
	text-align: center;
	font-size: 14px;
	}
	
.text6 a {
	color:#FF3366;
	text-decoration: none;
	}

.text6 a:HOVER {
	text-decoration: overline underline;
	}
	
.text7 { /*blockquotes in resume*/
	text-decoration: none;
	}

html, body {
	background : /*#E8BBBB;*/ #d29c9c;
	color: #8C3C3C;
    font-family: Georgia, "Times New Roman";
	padding:inherit;
		  }
		  
