/*Welcome to the Cascading Style Sheet 
for the Barrio Logoan College Institute by Pixel Lava Interactive. 

Notes:
/*padding values: top right bottom left*/

/* Colors
/* left column background - sky blue #3c92bf
/* sidebar background - darker tan#C2B690
/* center column background - tan #cbbf97

purple #6674a3
cream #b0a6db
pale blue #b0a6db
teal #3C92BF
lt yellow #b0a6db
dk olive #E7AB5A
peach #E7AB5A
lime green #DEE7A3
lavendar #B0A6DB */

/* basic layout ____________________________*/
body,
html {
    margin:0;
    padding:0;
    background-position: center;
	background-color: #93A070;
    color:#3F2B14;
    }
body {
    min-width:900px;
    }
/*main page container ____________________________*/
#container {
    margin:0 auto;
    width:900px;
	background-color: #CCBE97;
    }

#header {
    background:#FFF;
	width: 900px;
	height: 90px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
    }
	
#nav {
    background:#a1141b;
	width: 900px;
	height: 25px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url(menu.files/btn1.jpg);
    }	

#main {
    width:900px;
    }

#header h1 {
    margin:0;
    }
/*Home page photo promos ____________________________*/
#promos {
    background:#D47322;
	width: 900px;
	height: 275px;
	border-top: solid 2px #93A070;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
    }	
	
/* manual text formatting _______________________*/

.H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #A1141B;
	font-weight: bold;
}

.H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: normal;
	font-weight: bold;
	color: #A1141B;
}

.H3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #663333;
}
.H4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #663333;
}

.normal {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #5a3d1c;
}

.mission {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #333300;
}

.special {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	font-style: italic;
}	


.speciallink {
	color: #ecf4a2;
	text-decoration: none;
	font-weight: bold;
}

.speciallink: hover {
	text-decoration: underline;
}


/* automatic text formatting _______________________*/
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #A1141B; 
	font-weight: bold;
	}
h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: normal;
	font-weight: bold;
	color: #A1141B;
	}
h3{ 
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #663333;
	}
p{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #5a3d1c;
	font-weight: bold;
	text-align: center;
	}	
a{
	font-weight:bold;
	color: #ecf4a2;
	text-decoration:none
	}
a:hover{
	text-decoration:underline;
	}

/* footer ______________________________*/
#footer {
    clear:both;
	background-color:#fff;
    height: 50px;
	width: 890px;
	border-top: solid 2px #93A070;
	text-align: right;
	color: #5b6836;
	padding:5px;
    }
#footer a:link, #footer a:visited {
	color: #5b6836;
	text-decoration: none;
	font-weight: bold;
	font-size:10px;
	padding: 2px;
 }	
#footer a:hover {
	color: #ecf4a2;
	background-color:#93A070;
	text-decoration: none;
	font-weight: bold;
    }

