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

body {
	background-color:#7c2602;
}


div#container {
	width: 950px;
	height: 2500px;
	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_community/header_community.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;
	background-color:#631701;
	background-image:url(Images/images_community/community_bg.jpg);
}

#left_info{
	position:absolute;
	left:10px;
	top:95px;
	width:325px;
	height:auto;
}

#left_info p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#811507;
	margin:0 0 0 0;
	
}

#right_info{
	position:absolute;
	left:270px;
	top:85px;
	width:420px;
	height:875px;
	background-image:url(Images/images_community/letter_bg.png);
	background-repeat:repeat;
}

#right_info p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#811507;
	padding:0 10px 10px 15px;
	
}
#right_info h1{
	font-size:14px;
	font-variant:small-caps;
	color:#6c1e14;
	
}
.firma{
	margin-left:145px;
	margin-bottom:-40px;
	
}

#buttons{
	position:absolute;
	top:1050px;
	left:75px;
	width:auto;
	height:150px;
	
}

.button_align{
	float:left;
	margin-left:15px;
	
}

#community_board{
	position:absolute;
	top:1150px;
	margin:110px 0 0 0;
	color:#811507;
	
}

.bold{
	font-size:12px;
	font-variant:small-caps;
	color:#6c1e14;
	font-weight:bold;
}

.lightitalic{
	font-size:13px;
	color:#742111;
	font-style:italic;
	margin:80px 10px 0 125px;
	text-align:center;

}










h1 {
font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
color:#ffc69c;
font-size:22px;
padding-left:15px;
padding-right:5px;
}
.h1_Small{
	font-size:18px;
	color:#FFF;
}

p{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#811507;
padding:0 10px 0 15px;
}


a:link, a:visited {
	color:#ffc69c;
}
a:hover {
	color:#FFF;
}
a:active {
	color: #ae0000;
}

email{
margin-left:40px;
font-family:Verdana, Geneva, sans-serif;
font-size:12px;
padding-left:10px;
padding-right:5px;
color:#d3914b;
}

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;
}
a{
	text-decoration:none;
}

