/*-----------------------------------------------
Ammo Advertising
Author:   Jason Cooper
Version:  Mar 23 2009
----------------------------------------------- */


/* Global
----------------------------------------------- */


* {
	margin: 0px;
	padding: 0px;
	}

/* Remove border around linked images */
img {
	border: 0;
	padding: 0;
	margin: 0;
	}

a:link, a:visited, a:active {
	color: #4e2420;
    text-decoration: none;
	}    
	
a:hover {
	color: #4e2420;
    text-decoration: underline;
	}  
	
p {
	padding-bottom: 20px;
	}
	
 img, div, input { behavior: url("iepngfix.htc") }	
	
	
/* Layout
----------------------------------------------- */
body {
	background-color: #4b211e;
  	font-family: georgia, serif;
  	font-size: 1.0em;
  	line-height: 1.25em;
  	color: #4e2420;
  	text-align: center;
  	padding-top: 45px;
	}

#container {
	margin: 0 auto;
	width: 926px;
	}
	
#main {
	background: url('../media/mainBg.png') no-repeat top center;
	text-align: left;
	width: 926px;
	height: 725px;
	}	
	#content {
	position: relative;
	top: 200px;
	left: 50px;
		}

#res {
	background: url('http://www.gruenereservations.com/media/mainBg2.png') no-repeat top center;
	text-align: left;
	width: 926px;
	height: 1060px;
	}	
	#content {
	position: relative;
	top: 200px;
	left: 50px;
		}
		
	
/* Styles
----------------------------------------------- */	
.imgRight {
	float: right;
	padding: 0 70px 20px 20px;
	}

#clickPhoto {
	float: right;
	padding: 0 150px 20px 20px;
	}

.smallTxt {
	font-size: 0.85em;
	line-height: 1.15em;
	}

.smallTxtWhite {
	font-size: 0.75em;
	line-height: 1.15em;
	color: #EECDAA;
}


/* Footer 
----------------------------------------------- */
#footer {
	background-color: #5c5c5c;
	}	


#footerbox {
	position: relative;
	top: 2px;
	left: 50px;
	text-align: left;
	width: 300px;
	height: 100px;
}

#footerbox2 {
	position: relative;
	top: -100px;
	left: 500px;
	text-align: left;
	width: 300px;
}

#clickMaps {
	float: right;
	width: 325px;
	padding-top: 0px;
	padding-right: 75px;
	padding-bottom: 20px;
	padding-left: 0px;
}

