html {
	background-color: #ddd;
	height: 100%;
	color: black;
	padding: 0;
	margin: 0;
}

body {
	height: 100%;
	padding: 0;
	margin: 0;
}

#main {
	margin: 0 auto;
	width: 80%;
	height: 100%;
	font: normal 12px Arial,Helvetica,sans-serif;
	position:relative;
	background-color: #fff;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;

}

a img {
	border: none;
}

#exodus {
	position: absolute;
	right: 10px;
	bottom: 20px;
	font: bold 15px Arial,Helvetica,sans-serif;
	text-align:right;
}

#header {
	width: 100%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background-image: url(/images/bba-header-background.jpg);
	background-repeat: no-repeat;
	height: 123px;
}

#header h1
{
	display: none;
}

#bbalogo {
	position: absolute;
	left: 60px;
	bottom: 30px;
	width: 469px;
	height: 41px;
}

#menu {
	width: 100%;
	text-align: center;
	clear: both;
	height: 25px;
	padding-top: 2px;
	background-color: #264a82;
}

a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	color: #342516;
}

a:hover, a:active {
	text-decoration: underline;
	color: #342516;
}

#footerinner a:link, #footerinner a:visited, #footerinner a:hover, #footerinner a:active,
.sidebaritem a:link, .sidebaritem a:visited, .sidebaritem a:hover, .sidebaritem a:active {
	text-decoration: none;
	color: #c7e7ff;
}

#footerinner a:hover, #footerinner a:active,
.sidebaritem a:hover, .sidebaritem a:visited {
	text-decoration: underline;
	color: #c7e7ff;
}
#content {
	position: relative;
	padding: 2px;
	background-color: white;
}

#content h2 {
}

.innercontent {
	position: relative;
	padding: 5px;
	clear: both;
	margin-left: 220px;
	margin-top: 15px;
}

.innercontent a:link, .innercontent a:visited, .innercontent a:hover, .innercontent a:active {
	color: #264A82;
	text-decoration: none;
}

.innercontent a:hover, .innercontent a:active {
	text-decoration: underline;
}

.innercontentmargin {
	margin-right: 215px;
}

.articledate {
	font-style: italic;
}

.author {
	font-weight:bold;
}

#footer {
	position: fixed;
	bottom: 0px;
	width: 100%;
	height: 2.5em;
	font: 10px Arial,sans-serif;
}

#footerinner {
	width: 80%;
	margin: 0 auto;
	font: 10px Arial,sans-serif;
	text-align: center;
	height: 2.5em;
	background-color: #264a82;
	color:white;

}

.copyright {
	font-size: x-small;
	text-align: center;
}

#sidebar {
	position: absolute;
	left: 0px;
	top: 0px;
	padding: 5px;
	width: 200px;
	margin: 5px 5px 0px 0px;
	color: white;
}

#sidebar a img {
	border: none;
}

form {
	margin: 0;
	padding: 0;
}

button {
	display:block;
	margin: 0 auto;
}

input {
	width: 170px;
}

fieldset {
	width: 180px;
	border: none;
}

legend {
	margin: 0px auto;
	font-weight: bold;
}

.sidebaritem {
	background-color: #264a82;
	border: 1px solid #fff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-bottom: 10px;
	color:white;
}


#footerstick {
	height: 2.5em;
	font: 10px Arial,sans-serif;
	color:white;
}

#aboutboxes {
	height: 437px;
	width: 670px;
	background-color: #264a82;
	position: relative;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}

.aboutbox {
	float: left;
	width: 200px;
	height: 417px;
	margin: 10px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.aboutbox img {
	display: block;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;

}
.aboutbox p {
	padding: 5px;
}

#girlsky {
	background-image:url(/images/colored_pencils.jpg);
	width: 200px;
	height: 210px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-bottom: 2px;
}

#coloredpencils {
	background-image:url(/images/girl_writing.jpg);
	width: 200px;
	height: 210px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-bottom: 2px;
}

#boy {
	background-image:url(/images/girl_with_book.jpg);
	width: 200px;
	height: 210px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-bottom: 2px;
}

#facebox {
	text-align: center;
	padding: 5px;
}

.magicmore, .magicmore li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

