acronym {border: none;}
a {text-decoration: none;}
a:link {
	color: #630000;
	background-color: transparent;
}
a:visited {
	color: #630000;
	background-color: transparent;
}
a:hover {
	text-transform: none; background-color: transparent;
	color: #999999;
}





body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	font-size: 90%;
	color: #333333;
	background-color: #FFFFCC;
	width: 980px;		
	height: 1000px;
}

#container {
	width: 713px;
	margin: 0px auto 0;
	padding: 0;
	text-align: left;
	position: relative;
	left: 100px;
		}

#header {
	margin: 0px;
	padding: 0px;
	height: 368px;
	width: auto;
	text-align: center;
	position: relative;
	background-image: url(images/headerpink.gif);
	background-repeat: no-repeat;
}

#header h1 span {
	display: none;
	margin: 0px;
	padding: 0px;
}

#navbar {
	width: auto;
	right: 0px;
	margin: 0px;
	padding: 0px;
	height: 20px;
	position: absolute;
	left: 263px;
	top: 367px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}


#styleswitcher {
	width: auto;
	right: 0px;
	margin: 0px;
	height: 20px;
	position: absolute;
	left: -220px;
	top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	text-transform: none;
	border: 2px none #630000;
	padding: 0px;
	color: #333333;
	text-decoration: underline;
	
}


li {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	}

ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	width: auto;
	margin-top: 0px;
	padding-top: 0px;
	border: 1px none #FFFFFF;
	height: 20px;
	
}

ul li {
	display: inline;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

ul a {
	display: block;
	width: 70px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	height: 20px;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	}
	


ul li#home a {
	background: url(images/home1.gif) no-repeat top left;
	margin: 0px;
	padding: 2px;
	
}

ul li#home a:hover {
	background: url(images/home2.gif) no-repeat left top;
	margin: 0px;
	padding: 2px;
	
}


ul li#about a {
	background: url(images/about1.gif) no-repeat top left;
	margin: 0px;
	padding: 2px;
}

ul li#about a:hover {
	background: url(images/about2.gif) no-repeat top left;
	margin: 0px;
	padding: 2px;
}

ul li#portfolio a {
	background: url(images/portfolio1.gif) no-repeat left top;
	margin: 0px;
	padding: 2px;
}

ul li#portfolio a:hover {
	background: url(images/portfolio2.gif) no-repeat left top;
	margin: 0px;
	padding: 2px;
}

ul li#contact a {
	background: url(images/contact1.gif) no-repeat top left;
	margin: 0px;
	padding: 2px;
}

ul li#contact a:hover {
	background: url(images/contact2.gif) no-repeat top left;
	margin: 0px;
	padding: 2px;
}
#navbackground {
	background-image: url(images/navbarpink.gif);
	background-repeat: no-repeat;
	height: 61px;
	width: auto;
}


#content {
	background-image: url(images/contentbgpink.gif);
	background-repeat: repeat-y;
	height: auto;
	width: auto;
	font-size: 80%;
	padding-left: 70px;
	margin: 0px 60px 0px 0px;
	padding-bottom: 10px;
	padding-right: 50px;
}

#footer {
	text-align: center;
	background-image: url(images/footerpink.gif);
	background-repeat: no-repeat;
	height: 40px;
	width: auto;
	font-size: 70%;
}


#aboutimage {
	width: 209px;
	right: 0px;
	margin: 0px;
	padding: 0px;
	height: 476px;
	position: absolute;
	left: -210px;
	top: 100px;
	background-image: url(images/aboutimagepink.gif);
	background-repeat: no-repeat;
	}

#abouttext {
	width: 163px;
	right: 0px;
	margin: 0px;
	padding: 0px;
	height: 297px;
	position: absolute;
	
	left: -185px;
	top: 257px;
	color: #FF6666;
	font-weight: normal;
	font-size: 100%;
		}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #FF9999;
	text-align: center;
	text-transform: none;
}


#lightbox{
	position: absolute;
	top: -200px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	background-color: #FFCCCC;
		}
#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #FFFFCC;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	
	.noborder {
	border: none;
}
