@charset "utf-8";
/* CSS Document */
/* other body background color: #a70400 -- red from Jessye */
/* other body background color: #93bec7 -- lt blue from Jessye */
body {
	background-color: #9ba1f4;
}

#copyright {
	width: 1100px;
	background-color: #9ba1f4;
	left: 0px;
	top: 0px;
	height: 25px;
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	font-style: normal;
	text-align: center;
}

#wrap {
	width: 1100px;
	position: absolute;
	background-color: #ffffff;
	border: thin;
	margin: 50px 0 0 50px;
}

#marquee {
	width: 1100px;
	background-color: #ffffff;
	position: relative;
	margin: 0 0 0 0;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #000000;
}

#leftbar {
	width: 183px;
	position: relative;
	margin: 0 0 0 0;
	float:left;
}

#textbody {
	width: 897px;
	background-color: #ffffff;
	position: relative;
	padding-top: 10px;
	padding-right: 10;
	padding-bottom: 0;
	padding-left: 10px;
	float: right;
}

#picalign {
	width:897px;
	background-color:#FFFFFF;
	position: relative;
	left: 0px;
	top: auto;
	right: auto;
	bottom: auto;
}

#pictures {
	width:290px;
	background-color:#FFFFFF;
	position: relative;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	float: left;
}

h1 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:16px;
}

