html {
	width: 100%;
	min-height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: black;
/*	background: #000000 url(http://www.katiecrowley.com/images/img11.jpg) no-repeat center top;	*/
	background: #000000 url(http://www.katiecrowley.com/images/bannerbright2a.jpg) no-repeat center top;	
	font: normal 13px Georgia, "Times New Roman", Times, serif;
	color: #4E515B;
}
div#header {
	width: 660px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
}

div#imagemenu {
	float: left;
	width: 140px;
	margin: 20px;
	padding: 20px;
}

div#pageTitle {
	width: 660px;
	margin-left: auto;
	margin-right: auto;
	font-size: 15px;
	font-weight: normal;
	text-transform: lowercase;
}
div#title {
	margin-bottom: 15px;
}

/*div#menu {
	margin-bottom: 15px;
}
*/

.photo {
	margin: 10px;
}

div#photos img {
	border: 1px solid #cccccc;
}
div#photos {
	color: #4E515B;
	width: 680px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	margin-bottom: 50px;
}
div#otherContent{
	width: 660px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 50px;
}
div#otherContent p {
	text-align: justify;
}
div#homeImg {
	border: 1px solid #4E515B;
	width: 660px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
	text-align: center;
}
div#homeImg img {
	border: 1px solid gray;
}
div#permalink {
	width: 660px;
	margin-right: auto;
	margin-left: auto;
}
div#permalink img {
	border: 1px solid gray;
}
div#top {
	height: 25px;
}
div#bottom {
	height: 25px;
}
div#contactImg {
	width: 660px;
	margin-top: 50px;
	margin-left: auto; 
	margin-right: auto; 
	margin-bottom: 50px;
}
div#contactImg img {
	border: 1px solid white;
}
div#contactDiv {
	width: 660px;
	margin-left:auto;
	margin-right: auto;
}
div#mark {
	margin-top: 2px;
	margin-right: 5px;
	float: left;
}
h1 {
	margin-left: auto;
	width: 660px;
	margin-right: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: lighter;
}
table {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}
td.stack {
	width: 95px;
	background-image: url(images/stackBG.gif);
	background-repeat: no-repeat;
	background-position: 1px 1px;
}
td.set {
	width: 95px;
}
.setThumb {
	float: left;
	width: 85px;
	height: 125px;
	background-image: url(images/stackBG.gif);
	background-repeat: no-repeat;
	background-position: 1px 1px;
	margin: 10px;
}
.setTitle {
	color: #4E515B;
	margin-top: 10px;
	margin-bottom: 25px;
	width: 75px;
	text-align: center;
}
.title {
	color: #4E515B;
	font-style: italic;
}
a:link, a:active, a:visited {
	color: gray;
	text-decoration: none;
	text-transform: lowercase;
}
a:hover {
	text-decoration: underline;
}
a.backButton:link, a.backButton:active, a.backButton:visited {
	font-size: 11px;
	font-weight: normal;
	color: gray;
	text-decoration: none;
}
a.backButton:hover {
	text-decoration: underline;
}
a.tagLink:link, a.tagLink:active, a.tagLink:visited {
}
a.tagLink:hover {
	color: gray;
	text-decoration: underline;
}
a.boxLink:link, a.boxLink:active, a.boxLink:visited {
	color: white;
	text-decoration: none;
	text-transform: lowercase;
}
a.boxLink:hover {
	text-decoration: underline;
}

/* ADDED -->
/* Content > Sidebar > Menu */

#menu {
	width: 700px;
	height: 140px;
	margin: 0 auto;
}

#menu ul {
	padding-top: 8px;
	margin: 0;
	padding-left: 20px;
	list-style: none;
}

#menu li {
	display: inline;

}


#menu a {
	display: block;
	float: left;
	height: 34px;
	padding: 35px 30px 0 40px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
	color: #4E515B;
}


#menu a:hover {
	background: url(http://www.katiecrowley.com/images/img2a.gif) no-repeat 15px 70%;
	color: #CDCDE2; 
} 

#menu .first a {
	border: none;
}

#menu .active a {
	color: #FFFFFF;
}

/* Footer */

#footer {
	clear: both;
	width: 660px;
	margin: 0 auto;
	padding: 20px;
	background: url(images/img5.gif) repeat-x;
}

#footer p {
	margin: 0;
	text-align: right;
	font-size: x-small;
}

/*SLIDING BOXES */

	.boxgrid{ 
	background-image: url(http://farm4.static.flickr.com/3638/3636646210_958c628932_o.jpg); 
	text-align: center; 
	width: 500px; /*600 for image protection method */
	height: 484px; 
	margin:10px; 
	/*float:left; */
	background:#161613; 
	border: solid 0px #7a3d00; 
	overflow: hidden; 
	position: relative; 
	}
	
	.boxgrid img{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	border: 0; 
	}
				
	.boxgrid p{ 
	padding: 0 10px; 
	color: #2c2a27; 
	font-weight:bold; 
	font:18px "Lucida Grande", Arial, sans-serif; 
	}
				
	.boxcaption{ 
	float: left; 
	position: absolute; 
	background: #000; 
	height: 500px; 
	width: 100%; 
	opacity: .8; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
 	}
 	
 	.captionfull .boxcaption {
 	top: 500;
 	left: 0;
 	}
 	
 	.caption .boxcaption {
 	top: 500;
 	left: 0;
 	}

