@charset "utf-8";
/* CSS Document */
body{
	background-color:#FFFFFF;
	text-align:center;
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.2;
	margin: 0px;
	padding: 0px;
	text-align:center;
	font-size:12px;
}
a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 140%;
 color: #334d55;
}
#storyleft{
float: left;
	width:50%;	text-align: left;
}

#storyright{
	float: right;
	width:50%;
	text-align: left;
}
h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #334d55;
}
#container{
position:relative;
width:936px;
height:1000px;
text-align:left;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */

}
#header{
	position:absolute;
	top:0px;
	left:0px;
	width:936px;
	height:100px;
	background-image:url(../Images/AndBan.jpg);
	background-position:center center;
	background-repeat: no-repeat;
}
#content{
	position:absolute;
	top:125px;
	left:200px;
	width:536px;
	height:900px;
}
#contactleft{
	position:absolute;
	top:150px;
	left:0px;
	width:250px;
}

#contactright{
	position:absolute;
	top:150px;
	left:250px;
	width:250px;
}
#contactbelow{
	position:absolute;
	top:400px;
	left:0px;
	width:500px;
}
#leftbar{
	position:absolute;
	top:125px;
	left:0px;
	width:200px;
	height:800px;
	text-align:center;
}
#menu{
	position:absolute;
	top:100px;
	left:0px;
	width:1000px;
	height:25px;
}
#rightbar{
	position:absolute;
	top:125px;
	left:736px;
	width:200px;
	height:800px;
	text-align:center;
	}
#bottomleftfooter{
	position:absolute;
	top:975px;
	left:0px;
	width:170px;
	height:100px;
	text-align:right;
}
#bottomrightfooter{
	position:absolute;
	top:975px;
	left:675px;
	width:300px;
	height:100px;
	background-image: url(../Images/AndTFBCL.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}

#leftmenu
{
position:absolute;
left:0px;
top:0px;
width:750px;
height:20px;
text-align:left;
}

#rightmenu
{
	position:absolute;
	left:696px;
	top:0px;
	width:240px;
	height:20px;
	text-align:right;
}
.indentpara {
	padding-left: 50px;
	padding-right: 10px;
}
#contactbelowfurther {
	position:absolute;
	top:620px;
	left:0px;
	width:500px;
}
#contactrow2 {
	position:absolute;
	top:380px;
	left:125px;
	width:250px;
}
