/* Stylesheet for Urbana Cityspa and Teabar */


/* Styles for BODY */
body {
	background-color: #000000;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	margin: 0px;
	padding: 0px;
}
a {
	color: #A48242;
}
a:hover {
	text-decoration: none;
}
div.divider {
	border: dotted #CCCCCC;
	border-width: 1px 0px 0px 0px;
}
h1 {
	color: #A48242;
	font-size: 16px;
	font-weight: bold;
}


/* Styles for "Main Container" */
/* This container holds everything within a given page and maintains the width of the content. */
div#main-container {
	background-color: #FFFFFF;
	border: solid #999999;
	border-width: 0px 1px 1px 1px;
	width: 750px;
}
div#main-container-padding {
	margin: 0px 20px 15px 20px;
}


/* Styles for "Header Container" */
/* This container holds everything within the header of the site (logo, image, contact number, etc.). */
div#header-container {
	padding-top: 15px;
}
div#header-container table#logo-table td.left-cell {
	padding: 10px 0px 10px 0px;
}
div#header-container table#logo-table td.right-cell {
	padding: 10px 0px 7px 0px;
}
div#header-container table#logo-table td.right-cell a img {
	padding-top: 5px;
}


/* Styles for "Body Container" */
/* This container holds the majority of the content for a page. */
div#body-container {
	margin-top: 15px;
}
div#body-container span.highlight {
	color: #A35534;
}
div#body-container td.left-cell {
	padding: 0px 20px 0px 0px;
}
div#body-container td.right-cell {
	border: dotted #CCCCCC;
	border-width: 0px 0px 0px 1px;
	padding: 0px 0px 0px 20px;
	width: 160px;
}


/* This container holds everything at the bottom of the screen. */
div#footer-container {
	color: #A48242;
	padding: 15px 0px 35px 0px;
	width: 700px;
}
div#footer-container a {
	color: #A48242;
	text-decoration: none;
}
div#footer-container a:hover {
	color: #FFFFFF;
}