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

 * {
 margin: 0;
 padding: 0;
 list-style: none;
 border: 0;
 background-repeat: no-repeat;
 text-decoration: none;
 outline: none;
 }
 
body{margin:0px;
padding:0px;
background:#e3e3e3;}

#layout{width:800px;
margin-left:auto;
margin-right:auto;
background:#f6ff8f;}

#header{width:800px;
margin-left:auto;
margin-right:auto;
height:200px;
background:#f6ff8f url(http://www.martindaleplace.com/content/images/header_bg.gif) no-repeat center;}

#main{width:800px;
height:230px;
margin-left:auto;
margin-right:auto;
background:#f6ff8f url(http://www.martindaleplace.com/content/images/main_bg.gif) no-repeat;
}

#menuholder{width:200px;
padding-top:10px;
margin-left:580px;
background:#f6ff8f;
list-style:none;
}

/**menu styles**/

#menu1 {
	width: 200px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;

	}
	
#menu1 li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	border:2px solid #FFFF00;
	margin-top:5px;
	text-align:center;
	}	
	
#menu1 li a:link, #menu1 li a:visited {
	color: #E4D6CD;
	display: block;
	background:  url(http://www.martindaleplace.com/content/images/menu1.gif);
	padding: 8px 0 0 10px;
	text-align:center;
	color:#FFFF00;
	}
	
#menu1 li a:hover {
	color: #FFF;
	background:  url(http://www.martindaleplace.com/content/images/menu1.gif) 0 -32px;
	padding: 8px 0 0 10px;
	}	
	
#content{width:800px;
margin-top:15px;
margin-left:auto;
margin-right:auto;
background:#f6ff8f url(http://www.martindaleplace.com/content/images/content_bg.gif) no-repeat center;
height:449px;
border-top:1px solid #FFFFFF;}

#footer{width:800px;
margin-left:auto;
margin-right:auto;
background:#f6ff8f url(http://www.martindaleplace.com/content/images/foot_bg.gif) repeat-x top;
height:100px;
border-top:1px solid #fff;
padding-top:0px;
font-size:14px;
text-align:center;}

#footerleft{width:400px;
height:100px;
background:#f6ff8f url(http://www.martindaleplace.com/content/images/foot_bg.gif) repeat-x top;
padding-top:10px;
float:left;
text-align:center;
font-size:13px;}

#footerright{width:400px;
height:100px;
background:#f6ff8f url(http://www.martindaleplace.com/content/images/foot_bg.gif) repeat-x top;
padding-top:10px;
float:right;
text-align:center;
font-size:13px;}

A:link{text-decoration:underline;}
A:visited{text-decoration:underline;}
A:active{text-decoration:underline;}
A:hover{text-decoration:none;}

