@charset "UTF-8";
/* CSS Document */

body {
	background-color:#7c2602;
}


div#container {
	width: 950px;
	height: 870px;
	background-color:#671a02;
	position: relative;
	margin-right: auto;
	margin-left: auto;

}
div#header {
	width: 950px;
	height: 156px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-image:url(Images/images_bart/Bart_Header.jpg);
}

#logo{
	position:absolute;
	left:15px;
	top:9px;
	width:82px;
	height:143px;
	
}
img.loading {
	display: none;
}

/*NEW NAVIGATION */
#navigation_MCCLA{
	position:absolute;
	left:0px;
	top:156px;
	width:150px;
	height:703px;
	background-image:url(Images/navigation/nav_bg.png);

	
}



/*This is where the top sub-continer starts*/



div#topcontainer {
	position: absolute;
	top: 156px;
	left: 150px;
	width: 715px;
	height:703px;
	overflow:auto;
	background-color:#631701;
	background-image:url(Images/images_bart/bg.jpg);
	background-repeat:no-repeat;
}
/*This part for the text inside*/

.Textcontent {
	position:absolute;
	top:110px;
	left:140px;
	width:560px;
	height:500px;
}







/*Style for text*/

h1 {
font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
color:#000;
font-size:22px;
padding-left:15px;
padding-right:5px;
}
.h1_Small{
	font-size:17px;
	color:#3ab4dc;
}

h2 {
font-family:Arial, Helvetica, sans-serif;
color:#3ab4dc;
font-size:16px;
padding-left:15px;
padding-right:5px;
	
}

h3 {
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
color:#ffc69c;
font-size:12px;
padding-left:10px;
padding-right:5px;
}
p{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
padding-left:15px;
padding-right:35px;
color:#333;
}

a:link, a:visited {
	color:#39b4dc;
}
a:hover {
	color:#000;
}
a:active {
	color: #ae0000;
}



div#background1{
position:absolute;
top:859px;
left:140px;
width:735px;
height:30px;
background-image:url(Images/images_index/lower_shadow.png);
background-repeat:no-repeat;
}
div#background2{
position:absolute;
top:156px;
left:865px;
width:85px;
height:734px;
background-image:url(Images/contact_us/left_bg.png);
}
	

div#footer {
	width: 950px;
	height: 30px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-color:#441203;
	text-align:center;
	color: #fdce90;
	padding-top:10px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
}


