body {
	background-repeat: repeat-y;
	background-position: center;
	background-image: url(images/bg.jpg);
	background-color: #3a3a3a;
	color:#3a3a3a;
	text-align: center;
}

.header{
	background-image: url(images/header.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	width:897px;
	height:128px;
}

.footer{
	background-image: url(images/footer.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	width:897px;
	height:11px;
}

.placeholder{
	width: 897px;
	text-align: left;
	margin:0 auto;
	background-image: url(images/mainarea.jpg);
	background-position: center;
	background-repeat: repeat-y;
}

.inner{
	line-height: 1.5em;
	list-style-image: url(images/b.gif);
	font-size: 9pt;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	padding-left: 130px;
	padding-right: 130px;
	padding-bottom: 30px;
}

.toparea{
	margin-top:30px;
}

.listings {
	list-style-image: url(images/b.gif);
	margin-right: 15px;
	margin-left: 15px;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-bottom: 5px;
	margin-top: 5px;
}

a, a:visited {
	color: #0b2948;
	text-decoration: underline;
}

a:hover, a:active {
	color: #2d478d;
	text-decoration: none;
}
 


/* SIFR Below */

h1, h2, h3, h4, h5 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	letter-spacing: -.05em;
	margin: 0;
	padding: 0;
	line-height: 1em;
}


h1 {
	text-align: center;
	font-size: 65px;
	padding: 20px 0 20px 0;
	margin: 0 20px 0 20px;
}

h2 {
	font-size: 42px;
	display: inline;
}

h3 {
	font-size: 20px;
}

h4 {
	color: #660000;
	font-size: 16px;
	margin: 20px 0 20px 0;
	display: inline;	
}

h5 {
	font-size: 20px;
}

/* Moving Thing */

#demo{
	float:right;
	margin-top:-110px;

}

#demo-bar {
	margin: 5px auto;
	padding: 5px 0;
	width: 600px;
	border-bottom: 1px solid #B3D4EF;
	background: #EFF8FF;
	text-align: center;
}
 
#demo-wrapper {
	margin: 5px auto;
	overflow: hidden; 
	height: 300px; 
	width: 480px;
	border: 1px solid #ddd;
	position: relative;
}
 
#demo-inner {
	width: 2270px;
	height: 1704px;
	background-image: url(images/sites.jpg);
	position: relative;
}
 
.scrolling-content {
	/* background: transparent url(images/bubble.png) top left no-repeat; */
	width: 139px;
	height: 73px;
	text-align: center;
	position: absolute;
}
 
.scrolling-content h1 { 
	color: #fff;
	padding: 25px 0;
	font-size: 12px;
}
 
#content1 {
	left: 835px; 
	top: 506px;
}
 
#content2 {
	left: 900px; 
	top: 110px;
}
 
#content3 {
	left: 280px; 
	top: 350px;
}

#content4 {
	left: 326px; 
	top: 710px;
}

