/* CSS Document */

.menu-link{
	border: 0px;
}

#title{
	margin-top: 68px;

}
body{
	background:url(images/celticmaze.png) #6acc6d; 
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #e8d44a;
}

a{
color: #e8d44a;
}

a:hover{
color: #c8b42a;
}

#container{
    display: block;
	border-left: 3px solid #e8d44a;
	border-right: 3px solid #e8d44a;
	border-bottom: 1px solid #e8d44a;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom:0px;
	width: 715px;
}
#photo{
	background: url(images/bairdbackground.png);
	height: 194px;
	border-bottom: 1px solid #e8d44a;
	color: #e8d44a;
}

#menu{
	background: url(images/bairdmenubackground.png);
	height: 44px;
	border-bottom: 1px solid #e8d44a;
	color: #e8d44a;
	text-align: center;
	padding-left: 0px;
	padding-right: 0px;
}

#menu img{
	verticle-align: middle;
}

.shadow-down{
	background: url(images/shadowunder.png);
	height: 10px;
	width: 100%;
}

#header{
	border-bottom: thin solid #e8d44a;
	background: url(images/header.png);
	height: 150px;
}
#header #Title{
	padding: 5px 5px 5px 5px;
	font-size: 4em;
	font-family: "Times New Roman", Times, serif;
	color: #e8d44a;
	text-align: right;
	font-weight: bold;
}

.padding{
	padding: 10px 10px 10px 10px;
}

#midsection{
	min-height: 500px;
	background-color: #149a4d;
	font-size: 1.3em;
	overflow: visible;
}

#midsection h1{
	color: #e8d44a;
	font-size: 2.5em;
	
}

#midsection h2{
	color: #b9a72d;
}

#footer{
	border-top: thin solid #e8d44a;
	background-color: #003d1a;
	height: 16px;
}

#address{
	margin-top: 150px; 
	width: 100%; 
	font-size: 1.5em; 
	color: #FFFFFF; 
	background: url(images/green.png);
}