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

/*======= Buttons ========*/
.button {height:67px;}
.button img {border: none;}

.col-1, .col-2{ float:left;}

#logo {width:240px; height:270px;}

/*======= index.html =======*/
#index #main {
	width:949px;
	height:545px;
	background:url(images/background.jpg) no-repeat left bottom;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/*======= services.html =======*/
#services #main {
	width:949px;
	margin:0 auto;
	height:545px;
	background:url(images/backgroundfade.jpg) no-repeat left bottom;
}

/*======= credentials.html =======*/
#credentials #main {width:949px; margin:0 auto;height:545px; background:url(images/backgroundfade.jpg) no-repeat left bottom;}
#contact #container {
	margin-top: 10px;
}


/*======= contact.html =======*/
#contact #main {width:949px; margin:0 auto;height:545px; background:url(images/backgroundfade.jpg) no-repeat left bottom;}


/*==========================*/
#content .col-1 {width:375px; height:545px;}
#content .col-2 { width:574px; height:545px;}
#content #text {
	margin:25px;
	color:#FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
}


#footer {margin:0 auto;width:949px;height:50px;text-align:right;}
#index #containter {
	margin-top: 10px;
}
#services #container {
	margin-top: 10px;
}#credentials #containter {
	margin-top: 10px;
}
#footer p{
	margin: 0px 5px 5px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
