@charset "UTF-8";
/* CSS Document */

#outer {
	margin: 0 auto;
	width: 1000px;/*background-color:#ff0000;*/
}
#stretchBack {
	position:relative;
}
#topBack {
	/*background: #8b0f04;*/
	background-image:url(../_images/stripeTopLeft.jpg);
	background-repeat:repeat-x;
	height:131px;
	width:800px;
	position:absolute;
	top:0px;
	left:0px;
	margin-left:0px;
	z-index:-2;
}
#top2Back {
	/* background: #0000ff; */
	background-image:url(../_images/stripeTopRight.jpg);
	background-repeat:repeat-x;
	height:443px;
	width:800px;
	position:absolute;
	top:0px;
	right:0px;
	z-index:-2;
	margin-top:0px;
}
#bottomBack {
	/*background: #00ff00;*/
	background-image:url(../_images/stripeBottom.jpg);
	background-repeat:repeat-x;
	width:100%;
	height: 150px;
	position:absolute;
	bottom:0px;
	left:0px;
	margin-bottom:0px;
	z-index:-2;
}
#logo {
	background-image: url(../_images/logo.jpg);
	background-repeat: none;
	height:93px;
	width:1000px;
}
#topNav {
	background-image: url(../_images/img2_02.jpg);
	background-repeat: none;
	height:24px;
	width:1000px;
	margin-top:0px;
}
#topPhoto {
	height:228px;
	width:1000px;
}
#bleft {
	float:left;
	background-image:url(../_images/img2_03_01.gif);
	width:163px;
	height:228px;
}
#bright {
	float:left;
	background-image:url(../_images/img2_03_03.gif);
	width:161px;
	height:228px;
}
#bottomNav {
	background-image: url(../_images/img2_04.jpg);
	background-repeat: none;
	height:24px;
	width:1000px;
	margin-top:0px;
}
.writing {
	margin-left:160px;color:#ffffff;
	font-family:Helvetica, Arial, sans-serif;
	margin-right:200px;
	font-size:14px;
	line-height:25px;
}
#footerContainer {
	background-image:url(../_images/img2_06.jpg);
	background-repeat:none;
	width:1000px;
	height:150px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #39a5f5;
	background-image: url();
	background-repeat: repeat;
}
#content {
	position: absolute;
	top:500px;
	width:640px;
	z-index:10;
	margin-left: auto;
	margin-right: auto;
	padding-left: 170px;
	padding-right: 190px;
}
body,td,th {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}