/* CSS Document */


body {
	margin:0 auto;
	background-image: url(/images/03_delmarinn.com_home_bg.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
}
.body_text_home{
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 14px;
line-height:18px;
color: #333333;
padding: 20px 0px 0px  20px;
}

.body_text{
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 14px;
line-height:18px;
color: #333333;
padding: 0px 20px 0px  20px;
}

.text_large{
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 18px;
line-height:24px;
color: #333333;
padding: 0px 0px 0px  20px;
}

.text_small{
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 11px;
}


#header {
	width: 890px;
	height: 113px;
	background-image: url("/images/header_bg.gif");
}
#header_home{
	width: 890px;
	height: 113px;
	background-image: url("/images/header_bg_home.gif");
}
#content {
	width: 890px;
	background-color:#ffffff;
	
}
	
#footer {
	width: 860px;
	padding: 15px;
	background-image: url("/images/footer_bg.gif");
	background-repeat: repeat-x;
}

.footer_links {
font-family: Helvetica, Arial, sans-serif;
font-size: 11px;
color: #336600;
font-weight:bold;
}

.footer_links a {
text-decoration:none;
color: #336600;
}

.footer_links a:hover {
text-decoration:underline;
color: #434319;
}

.footer_red {
	color:#434319;
}
#nav {
  margin: 0;    
  padding: 0;
  background: #336600;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  color: #ffffff;
  list-style-type: none;
  text-align:left;
  width: 147px;
  float: left; /* Contain floated list items */
}
#nav li {
  margin: 0;
  padding: 0;
    display: block;
  float: left; /* This corrects the */
  width: 100%; /* IE whitespace bug */
}
#nav a {    
  display: block;  /* to increase clickable area as a's 
      default to inline */
  color: #FFF;
  text-decoration: none;
  padding: 8px;
  border-bottom: 1px solid #FFF;
  overflow: hidden;
}
#nav a:hover {  
  background: #225500;
}
#body_hom #nav_hom a,
#body_mee #nav_mee a,
#body_hot #nav_hot a,
#body_ame #nav_ame a,
#body_att #nav_att a,
#body_spe #nav_spe a,
#body_del #nav_del a,
#body_loc #nav_loc a,
#body_res #nav_res a,
#body_con #nav_con a,
	#body_tes #nav_tes a{
  background: #224400;
  color: #ffffff;
}
.button {
margin-left: auto;
margin-right: auto;
_width: 11em;
text-align: left;
padding: 0 4px;
text-decoration: none;
display: block; 
}


