@charset "utf-8";
/* CSS Document */

body {
	margin:15px 0 0 0; 
	padding:0px;
	text-align:center;
	background-color:#000000;
	}
	
#wrapper {
	width:100%;
	margin:0px auto;
	}
#content {
	width:980px;
	margin:0px auto;
	text-align:left;
	z-index:1;
	}
#logo{
	position:absolute; 
	top:0px; 
	height:110px; 
	width:980px; 
	margin:0px auto; 
	text-align:center;
	}



#photos {
	width:598px;
	margin:0px auto;
	text-align:left;
	z-index:-3;
	position:absolute;
	top:270px;
	margin-left:225px;
	background-color:#000000;
	height:300px;
		}
#textBoxWrapper {
	width:980px;
	margin:0px auto;
	text-align:left;
	z-index:-1;
	position:absolute;
	top:274px;
	background:url(images/structureRepeat.png) repeat-y;
	}
#textBox{
	color:#999999;
	padding-left:252px;
	width:520px;
	padding-right:252px;
	text-align:justify;
	padding-bottom:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	z-index:5;
	background:url(images/lampLeft.png) no-repeat left bottom;
	}
#footerPhoto{
	z-index:5; 
	background:url(images/footer.png) no-repeat bottom; 
	text-align:center; 
	height:66px;
	}
.border{
	border:1px solid #666666
	}
.footerText{color:#999; font-size:12px; font-family:Arial, Helvetica, sans-serif; line-height:60px;}
.blogTitle{color:#cb0202;
	font-variant:small-caps;
	font-size:15px;
	font-family: "Times New Roman", Times, serif;
	font-weight:bold;}
	
#textBox a{color:#cb0202; text-decoration:none}
.blogText{color:#999;}

.blogAuthor{ color:#666666; font-style:italic}