/* CSS Document */
body {
	      background-color:#D5C6D7;
			margin:0 auto;
}
/* CONTAINER */

		#container {
	      width: 750px;
			margin: 0 auto 0 auto;
			font: 11.5px Arial, Helvetica, sans-serif;
			line-height: 1.6em;
			color: #666;
			padding:0 15px 0 15px;
			background-color: #FFF;
			text-align:center;
			
		}
		
/* GENERAL */
		
		
  	  h1 {
			color: #666666;
			font: 16px Arial, Helvetica, sans-serif;
			background-color: #FFF;
			
			}
	
	  h3 {
			color:#666666;
			font: 16px Arial, Helvetica, sans-serif;
			background-color: #FFF;
	  }
	  h4 {
			font: 14px Arial, Helvetica, sans-serif;
			background-color: #FFF;
	   	font-weight: bold;
		}

	  a  {
			color:#C0952D;
			text-decoration: none;
			border-bottom: 1px dotted #ccc;
		   background-color:#FFF;
		}

		a:hover {
			color:#FFFFFF;
			background-color: #DEA700;
		}
		
/* HEADER */

		#header {
			border-bottom: 1px solid #D1D1D1;
			margin-bottom: 10px;    		background:url(http://www.backbayent.com/design/images/logo_metro.gif) no-repeat 			left;height:115px;	
		}
		
/* NAVIGATION */
	
	   #navigation ul {
			margin-left: 0;
			padding-left: 0;
			list-style-type: none;
			float: left;
			width: 140px;
			margin-top: 15px;
			text-align: left;
		}

	  	#navigation a {
			display: block;
			padding: 5px;
			width: 140px;
			border-bottom: 1px solid #ccc;
		}

		#navigation a:link, #navlist a:visited {
			color:#666666;
			text-decoration: none;
			background-color:#FFF;
		}
		
		#navigation a:hover {
			background-color:#D5C6D7;
			color:#666666;
		}

/* TESTIMONIAL BOX */

		#navigation p {
		
			border-bottom: 1px dotted #CCC;
			border-top: 1px dotted #CCC;
			margin-top: 30px;
			padding: 5px;
			width: 138px;
		}
		
/* CONTENT */

		#content {						
		   width: 330px;
	      margin-left: 180px;
			margin-top: 21px;
			text-align: left;
		}
		#contentmov {
			width: 320px;
			margin-left: 180px;
			margin-right: 200px;
			margin-top: 65px;
		}
		
		#content p {
			padding-bottom: 10px;
			border-bottom: 1px solid #DDDDDD;
			margin-top: -6px;
		}

/* SIDEBAR */

		#sidebar {
			float: right;
			width: 175px;
			margin-top: 10px;
      }
			
		#sidebar p {
			padding-bottom: 10px;
			border-bottom: 1px solid #DDDDDD;
			margin-top: -6px;
		}

/* FOOTER  */

		#footer {
			clear: both;
			border-top: 1px solid #D1D1D1;
		   margin-top: 25px;
			margin-bottom: 0px;
		}
		
		#footer p {
			color:#89817f;
			background-color:#FFF;
			padding: 1px;
			margin-top: 15px;
			margin-bottom:45px;
		}
		
		#footer p a {
			color: #89817f;
			border-bottom: 1px dotted #89817f;
		   background-color:#FFF;
		}
		