#titleBackground {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 225px;
	z-index: 1;
	background-image: url(images/starbg.gif);
	background-repeat: repeat
}

#title {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}


#split {
	position: absolute;
	top: 220px;
	left: 0px;
	width: 100%;
	height: 10px;
	z-index: 3;
	background-image: url(images/title-sep.jpeg);
	background-repeat: repeat-x
}


#projectsMenuItem {
	position: absolute;
	left: 0px;
	top: -20px;
}

#pageContent {
	position: absolute;
	top: 265px;
	left: 0px;
	margin-left: 2.5%;
	margin-right: 2.5%;
	width: 95%;
	background-color:#9FA4C2;
	z-index: 4;
}


#windowContent {
	top: 0;
	left: 0;
	width: 55%;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 50px;
	background-color:#9FA4C2;
	z-index: 4;
}

#windowContentTopLeft {
	position: absolute;
	background: url(images/contentTopLeftCorner.jpeg);
	left: 0;
	top: 0;
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
	z-index: 5;
}

#windowContentTopRight {
	position: absolute;
	background: url(images/contentTopRightCorner.jpeg);
	right: 0;
	top: 0;
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
	z-index: 5;
}

#windowContentBottomLeft {
	position: absolute;
	background: url(images/contentBottomLeftCorner.jpeg);
	left: 0;
	bottom: 0;
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
	z-index: 5;
}

#windowContentBottomRight {
	position: absolute;
	background: url(images/contentBottomRightCorner.jpeg);
	right: 0;
	bottom: 0;
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
	z-index: 5;
}

#windowContentText {
	color: #30393D;
}

#windowContentText a:link {color: #30393d; text-decoration: underline; }
#windowContentText a:active {color: #30393d; text-decoration: underline; }
#windowContentText a:visited {color: #30393d; text-decoration: underline; }
#windowContentText a:hover {color: #30393d; text-decoration: none; }

#blogContent {
	position: absolute;
	right: 5%;
	top: -90px;
	width: 30%;
	background-color: #30393D;
	z-index: 5;
	color: #9FA4C2;
}

#blogContentTopEdge {
	position: absolute;
	background: url(images/topEdge.gif);
	left: 0;
	top: -12px;
	width: 100%;
	height: 51px;
	background-repeat: repeat-x;
	z-index: 6;
}

#blogContentTopLeft {
	position: absolute;
	background: url(images/blogLeftTopCorner.gif);
	left: -19px;
	top: -12px;
	width: 52px;
	height: 52px;
	background-repeat: no-repeat;
	z-index: 6;
}

#blogContentTopRight {
	position: absolute;
	background: url(images/blogRightTopCorner.gif);
	right: -19px;
	top: -12px;
	width: 52px;
	height: 52px;
	background-repeat: no-repeat;
	z-index: 6;
}

#blogContentBottomEdge {
	position: absolute;
	background: url(images/bottomEdge.gif);
	left: 0;
	top: 100%;
	width: 100%;
	height: 51px;
	background-repeat: repeat-x;
	z-index: 6;
}

#blogContentBottomLeft {
	position: absolute;
	background: url(images/blogLeftBottomCorner.gif);
	left: -19px;
	top: 100%;
	width: 52px;
	height: 51px;
	background-repeat: no-repeat;
	z-index: 6;
}

#blogContentBottomRight {
	position: absolute;
	background: url(images/blogRightBottomCorner.gif);
	right: -19px;
	top: 100%;
	width: 52px;
	height: 51px;
	background-repeat: no-repeat;
	z-index: 6;
}

#blogContentHeader {
	top: 100px;
	color: #9FA4C2;
	margin-top: 40px;
	margin-left: 10px;
	margin-right: 20px;
	text-align: right;
	font-weight: bold;
	z-index: 10;
}

#blogContentFooter {
	color: #9FA4C2;
	margin-top: 40px;
	margin-left: 10px;
	margin-right: 20px;
	text-align: right;
	font-weight: bold;
	z-index: 10;
}

#blogContentText {
	top: 100px;
	overflow:auto;
	color: #9FA4C2;
	margin-left: 10px;
	margin-right: 10px;
}

#blogContent a:link {color: #9fa4c2; text-decoration: underline; }
#blogContent a:active {color: #9fa4c2; text-decoration: underline; }
#blogContent a:visited {color: #9fa4c2; text-decoration: underline; }
#blogContent a:hover {color: #9fa4c2; text-decoration: none; }

#blogContentHeader a:link {color: #9fa4c2; text-decoration: none; }
#blogContentHeader a:active {color: #9fa4c2; text-decoration: none; }
#blogContentHeader a:visited {color: #9fa4c2; text-decoration: none; }


.photoPicMid {
	display: none
}

body {
	background: #000000;
	margin:0px;
}

p {text-indent: 30pt;}
