/* The Inn at Tough City */
/* Main Site CSS - itcSite.css */
/* Designed by MOTAS Inc. :: motas.ca */
/* Created: Dec 7, 2006 */

/* Basic Elements */
body {
	background: #1D4376 url(images/bg_Page.png) top left repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 1em;
	color: #000;
	text-align: center;
}
p {
	font-size: 1em;
	color: #000;
	text-indent: 15px;
}
h1 {
	text-align: left;
	font-size: 20px;
	font-family: Georgia, Times, 'Times New Roman', serif;
	color: #302F29;
	letter-spacing: 1px;
	font-weight: bold;
	margin: 10px 0px 4px; padding: 0px;
}
a:link, a:visited {
	color: #6B7E8B;
	text-decoration: none;
}
a:hover, a:active {
	color: #860000;
	text-decoration: underline;
}
fieldset {
	background: #F2EDD8;
	border: 1px solid #D5CAAB;
	padding: 10px 50px;
}
blockquote {
	background: url(images/bg_Quote.png) no-repeat left top;
	padding: 30px 50px 15px 70px;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 14px;
	font-style: italic;
	color: #656356;
	text-align: left;
	text-indent: 0;
	letter-spacing: 1px;
}
.hidden { display: none; }
.clear { clear: both; height: 0px; }
.photo {
	margin: 10px;
	border: 1px solid #000;
}
.source {
	text-align: right;
	font-size: 12px;
	font-style: italic;
	font-variant: small-caps;
}

/* Site Structure */
#Container {
	background: transparent url(images/bg_Container.png) repeat-y scroll center top;
	margin: 0px auto;
	padding: 0px;
	width: 772px;
	text-align: left;
}
#Content {
	background: transparent;
	margin: 0px 14px 0px 185px;
	padding: 30px 0px;
	text-align: left;
}
#Margin {
	float: left;
	width: 171px;
	margin: 0px;
	padding: 0px 0px 0px 9px;
}

/* Footer Layout */
#Footer {
	background: transparent;
	clear: both;
	width: 90%;
	margin: 25px auto 0px auto;
	padding: 10px 0px 20px 0px;
	text-align: center;
	font-family: Tahoma, Arial, sans-serif;
	color: #000;
	font-size: 10px;
	line-height: 15px;
}
#FooterLinks {
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 16px;
}
#FooterLinks a, #FooterLinks a:link, #FooterLinks a:visited {
	color: #000;
}
/* End Footer */


/* End Site Structure */


/* End Global CSS */