/* This stylesheet governs the look and layout of www.prairiemooninn.com */

body {
	margin: 0;
	padding: 0;
	font: normal 14px Georgia, "Times New Roman", Times, serif;
	text-align: center;
	background-image: url(/gfx/BG003.jpg);
	background-repeat:repeat;
	color: #5A463A;
}
html{
	margin: 0;
	padding: 0;
}
h4{
	color: #49392f;
}
/*CLASSES*/

.link{
	list-style:none;
	font: 1.0em Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}
.link a, .link a:visited{
	list-style:none;
	font: 1.0em Georgia, "Times New Roman", Times, serif;
	color: #B1A9A9;
	text-decoration: none;
}
.link a:hover, .link a:hover:visited{
	list-style:none;
	font: 1.0em Georgia, "Times New Roman", Times, serif;
	color: #D2D1C1;
	text-decoration: none;
}

.ListStyleRemover{
	list-style:none;
	list-style-image:none;
	list-style-position:inside;
	list-style-type:none;
	margin-left: 10px;
}
.UpperMenuItem{
	font: 24px Georgia, "Times New Roman", Times, serif;
	color: #B1A9A9;
	padding: 0 5px 0 5px;
	text-decoration: none;
}
.UpperMenuItem a, .UpperMenuItem a:visited{
	font: 24px Georgia, "Times New Roman", Times, serif;
	color: #B1A9A9;
	text-decoration: none;
}
.UpperMenuItem  a:hover, .UpperMenuItem a:hover:visited{
	font: 24px Georgia, "Times New Roman", Times, serif;;
	color: #D2D1C1;
	text-decoration: none;
}
.UpperMenuSpacer{
	font: 22px Georgia, "Times New Roman", Times, serif;
	color: #B1A9A9;
	padding: 0 15px 0 15px;
}
.contactOption{
	width: 25%;
	padding: 20px;
	float: left;
	font: 18px Georgia, "Times New Roman", Times, serif;
	text-align:center;
	color:#CCCCCC;
}
.contOptNum{
	font: 24px Georgia, "Times New Roman", Times, serif;
}
.contDescText{
	font: bold 18px Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom:10px;
	margin-bottom: 10px;
}
.pageHeader{
	font: bold 24px Georgia, "Times New Roman", Times, serif;
	text-align:left;
}
.roomTypeHeader{
	font: bold 20px Georgia, "Times New Roman", Times, serif;
}
.roomTypeDesc{
	font: 16px Georgia, "Times New Roman", Times, serif;
	line-height: 150%;
}
.imgHolder{
	width: 300px;
	background-color:#FFFFFF;
	padding: 10px;
}

/*IDs*/

#SiteHolder{
	width: 850px;
	height: 1000px;
	margin-left: auto;
  margin-right: auto;
  text-align: left;
}
#TopBar{
	width: 100%;
	margin-left: auto;
  margin-right: auto;
	height: 250px;
	text-align: center;
	padding: 30px 0 10px 0;
}
#UpperMenu {
	padding: 10px;
	font: 22px Georgia, "Times New Roman", Times, serif;
	text-align:center;
}

#MainContentHolder{
	padding: 15px;
	background-image: url(/gfx/Swatch004.jpg);
	background-repeat:repeat;
}
#PictureSplash{
	background-color: #000000;
	padding: 10px;
	text-align:center;
	text-align:center;
}
#myGallery{
	margin-left:auto;
	margin-right: auto;
}
#LeftBar {
	width: 38%;
	margin: 0;
	z-index:-5;
	float:left;
	clear: left;
	font: normal 16px Georgia, "Times New Roman", Times, serif;
}
#findUs{
	background-color: #000000;
	color: #CCCCCC;
	padding: 20px;
	font: normal 15px Geneva, Arial, Helvetica, sans-serif;
}
#map {
	width: 100%;
	height: 200px;
}
#amenities{
	font: normal 14px Georgia, "Times New Roman", Times, serif;
	color: #E0D6CF;
	line-height: 150%;
	background-color: #000000;
	padding: 10px 20px 10px 20px;
}
#amenitiesHeader{
	color: #E0D6CF;
	font: normal 22px Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px solid #EAE3DF;
	padding:20px;
}
#Rightbar{
	width: 60%;
	float: left;
	padding-top: 15px;
	padding-left: 15px;
	vertical-align:top;
	text-align:left;
	clear: right;
}
#HotelQuote{
	text-align:center;
}
#WelcomeMSG{
	padding: 15px;
	font: normal 17px Georgia, "Times New Roman", Times, serif;
	color: #5A463A;
	text-align:justify;
	line-height: 150%;
	margin-top: -25px;
}
#WelcomeMSG h4{
	font: normal 20px Georgia, "Times New Roman", Times, serif;
	color: #49392f;
}
#contactForm{
	background-color:#000000;
	color:#CCCCCC;
}
#CopyrightInfo{
	font: normal 14px Georgia, "Times New Roman", Times, serif;
	color: #D2D1C1;
}
#Footer{
	width: 850px; 
	height: 50px;
	margin-left: auto;
  margin-right: auto;
	text-align: right;
	padding: 0px 0 25px 0;
	color: #D2D1C1;
}
#contactForm{
	font: normal 16px Georgia, "Times New Roman", Times, serif;
}
                    
                    
