*{
	margin: 0px;
	padding: 0px;
	border-style: none;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: .97em;
}

p{
	padding: 5px 0 5px 0;
}

body{
	margin: 0px;
	padding: 0px;

	background-color: #606070;
	background-color: #646464;
	background-color: #787878;

	/*background-image: -webkit-gradient(linear, 0% 0%, 0% 90%, from(rgba(96, 96, 112, 1)), to(rgba(100, 100, 100, 1)));
	background-image: -webkit-gradient(linear, 0% 0%, 0% 90%, from(rgba(110, 110, 130, 1)), to(rgba(120, 120, 120, 1)));*/
	/*background-image: -webkit-gradient(linear, 0% 0%, 0% 90%, from(rgba(100, 100, 105, 1)), to(rgba(96, 96, 112, 1)));*/
	/*background-image: url(../images/sample/background5.png);*/

	background-color: #77777a;
	background-image: url(../images/background_final.jpg);
	background-repeat: repeat-x;

	text-align: justify;

}

html, body {
	height: 100%;
}

#container{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	
	/*STICKY FOOTER*/
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -64px;
}



/*************** HEADER ***************/

#header{
	/*background-color: green;*/
}

#header #logo{
	/*float: left;*/
}

#header ul#main_navigation{
	font-variant: small-caps;
	text-transform: capitalize;
	font-size: 1.05em;
	list-style-type: none;
	font-family: Tahoma,Arial,Helvetica;
	
	position: relative;
	margin-top: -35px;
	margin-left: 260px;
	margin-left: 245px;
	/*margin-left: 230px;*/
}

#header ul#main_navigation li{
	display: inline;
}

#header ul#main_navigation a{
	text-decoration: none;
	color: #FFF;
	padding: 5px;
	padding-left: 9px;
	padding-right: 9px;
	/*text-shadow: #555 1px 1px 3px;*/
	letter-spacing: 1px;
}

#header ul#main_navigation a:hover{
	/*text-decoration: underline;*/
	background-image: url(../images/sample/underline_red.png);
	background-repeat: repeat-x;	
}


body#about a#aboutLink,
body#principals a#principalsLink,
body#staff a#staffLink,
body#portfolio a#portfolioLink,
body#services a#servicesLink,
body#careers a#careersLink,
body#news a#newsLink,
body#contact a#contactLink{
	/*text-decoration: line-through;*/
	background-image: url(../images/sample/underline_blue.png);
	background-repeat: repeat-x;
}


/*************** SIDEBAR ***************/

#sidebar{
	float: left;
	clear: both;
	/*background-image: url(../images/sample/ac_full4b.png);*/
	/*background-image: none;*/
	/*background-image: url(../images/bp_1.png);*/
	background-image: url(../images/sidebar.png);
	
	width: 198px;
	height: 384px;
}


/*************** MAIN CONTENT ***************/

h1{
	color: #222;
	font-size: 1.2em;
	padding-top: 10px;
	padding-bottom: 5px;
}

#main_content{
	margin-top: 15px;
	/*margin-bottom: 15px;*/
	padding-bottom: 15px;
	color: #111;
	
	/*margin-left: 150px;*/
	
	/*background-image: url(../images/sample/background3.jpg);
	background-repeat: repeat-x;*/

    border: 2px solid #FFF;
	
	background-color: #e0e0e0;
	background-color: #dedede;

	min-height: 26em;
	height:auto !important;
	height:26em;	
	
	/*background-image: url(../images/sample/white.png);
	background-repeat: repeat-y;
	background-position-x: 198px;*/
	
	background-image: url(../images/sample/sidebar2.png);
	background-repeat: repeat-y;
	background-position-x: 0px;
	
	
}

#main_content img{
	/*border-right: 2px solid #FFF;*/
}


#main_body{
	position: relative;
	margin-left: 215px;
	margin-right: 15px;
}

img.content_image{
	padding: 5px 10px 5px 10px;
}

img.shadow {
	/*background: url(../images/shadow-1000x1000.gif) no-repeat right bottom;
	padding: 5px 10px 10px 5px;*/
}

img.double-border {
	border: 4px solid #aaa;
	padding: 0px; /*Inner border size*/
	background: transparent; /*Inner border color*/
}

img.left-image{
	float: left;
	margin: 10px 15px 10px 0px;
	
	margin-top: 0px;
}

img.right-image{
	float: right;
	margin: 10px 15px 10px 15px;
}

/*************** STICKY FOOTER ***************/
/*STICKY FOOTER  http://ryanfait.com/resources/footer-stick-to-bottom-of-page/ */

#footer_container, .push {
	height: 64px;
	clear: both;
}

#footer_container{
	background:transparent url(../images/sample/background_footer2.png) repeat scroll 0 0;
	background-repeat: repeat-x;
	/*height: 64px;*/
	/*background-color: #7fa3b8;*/
	/*margin-top: 470px;*/
}

#footer{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 15px;
	font-size: .9em;
	text-align: center;
	color: #FFF;
	text-shadow: #555 1px 1px 3px;
}

#footer p{
	
}

