@charset "utf-8";

/* SITEWIDE STYLE */

body {
	background-color: #d2d6d9;
	margin: 0;
	font-family: Arial, Tahoma, sans-serif;
	text-align: justify;
	font-size: 12px;
	padding: 0;
}

a {
	color: #0b4da2;
	font-size: 12px;
	font-weight:normal;
	text-decoration: underline;
}

a:hover {
	color: #333;
	text-decoration: none;
}

a:visited {
	color: #666;
	font-weight:bold;
	text-decoration: none;
}

div#taglineDiv{
	
	border: 0px solid black;
}

div#boundingBox {
	margin-right: auto;
	margin-left: auto;
	width: 951px;
}

div#centerArea {
	width: 950px;
	height: 620px;
	background-image: url(../img/notebook.jpg);
	background-repeat: no-repeat;
	position: relative;
	border: 0px solid red;
}

div#copyrightDiv {
	/*position: absolute;
	display:none;*/
	text-align: right;
}

div#logo {
	background-image: url(../img/ab_logo.jpg);
	background-repeat: no-repeat;
	width: 360px;
	height: 100px;
	position: relative;
	top: 3px;
	left: 50px;
	border: solid 0px blue;
}

div#nav {
	width: 380px;
	height: 50px;
	position: absolute;
	top: 15px;
	right: 15px;
	padding: 0;
	border: 0;
}

#linksList {
	padding: 0;
	margin: 0;
}

#linksList li {
	float: left;
	list-style: none;
	padding: 0;
	margin: 0 5px;
	border: 0;
}
div.memberContent {
	width: 350px;
	height: 135px;
	position: absolute;
	line-height: 20px;
	border: solid 0px #b5b5b5;
	text-align: left;
}
div.memberContent img {
	float: left;
	padding-right: 7px;
}

div#joeg { top: 108px; left: 55px;}
div#joec { top: 108px; left: 410px;}
div#mb { top: 268px; left: 55px;}
div#rob { top: 268px; left: 410px;}
div#igb { top: 408px; left: 55px;}

div#rightContent {
	width: 225px;
	height: 20px;
	position: absolute;
	bottom: 30px;
	left: 55px;
	border: solid 0px #b5b5b5;
}