/* for rounded corners around the slideshow */
.roundedcornr_box_slideshow {background: #330000;}
.roundedcornr_top_slideshow div {background: url(roundedcornr_slideshow_tl.png) no-repeat top left;}
.roundedcornr_top_slideshow {background: url(roundedcornr_slideshow_tr.png) no-repeat top right;}
.roundedcornr_bottom_slideshow div {background: url(roundedcornr_slideshow_bl.png) no-repeat bottom left;}
.roundedcornr_bottom_slideshow {background: url(roundedcornr_slideshow_br.png) no-repeat bottom right;}
.roundedcornr_top_slideshow div, .roundedcornr_top_slideshow, 
.roundedcornr_bottom_slideshow div, .roundedcornr_bottom_slideshow {
   width: 100%;
   height: 10px;
   font-size: 1px;
}
.roundedcornr_content_slideshow {margin: 0 10px;}

/* for rounded corners around the main div */
.roundedcornr_box_main {background: #cdb99c;}
.roundedcornr_top_main div {background: url(roundedcornr_main_tl.png) no-repeat top left;}
.roundedcornr_top_main {background: url(roundedcornr_main_tr.png) no-repeat top right;}
.roundedcornr_bottom_main div {background: url(roundedcornr_main_bl.png) no-repeat bottom left;}
.roundedcornr_bottom_main {background: url(roundedcornr_main_br.png) no-repeat bottom right;}
.roundedcornr_top_main div, .roundedcornr_top_main, 
.roundedcornr_bottom_main div, .roundedcornr_bottom_main {
   width: 100%;
   height: 10px;
   font-size: 1px;
}
.roundedcornr_content_main {margin: 0 10px;}

/* for rounded corners for white div - border */
.roundedcornr_box_border {background: #ffffff;}
.roundedcornr_top_border div {background: url(roundedcornr_border_tl.png) no-repeat top left;}
.roundedcornr_top_border {background: url(roundedcornr_border_tr.png) no-repeat top right;}
.roundedcornr_bottom_border div {background: url(roundedcornr_border_bl.png) no-repeat bottom left;}
.roundedcornr_bottom_border {background: url(roundedcornr_border_br.png) no-repeat bottom right;}
.roundedcornr_top_border div, .roundedcornr_top_border, 
.roundedcornr_bottom_border div, .roundedcornr_bottom_border {
   width: 100%;
   height: 10px;
   font-size: 1px;
}
.roundedcornr_content_border { margin: 0 10px; }

/* regular site css */
.small {font-size: smaller;}
.slogan {
	font-size: larger;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 5px;
}
html, body {height: 100%;}
body {
	background-color: #3399cc;
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
}
em,i {font-style: italic;}
div.content {
	position: relative;
	margin-left: 210px; /*to position the content area to the right of the navigation*/
	text-align: left;
	padding: 2px;
}
div.footer {
	text-align: center;
	clear: both;
	padding: 5px;
	margin: 0 auto;
	width: 100%; 
}
div.leftside {
	position: relative;
	width: 200px;
	margin: 5px;
	float: left;
}
div.main {
	background: #cdb99c;
	text-align: center;
	width: 840px;
	margin: 0 auto;
}
div.white {
	width: 890px; 
	margin: 0 auto; 
	background: #ffffff;
}
h2 {text-align: center;}
h3 {text-align: center;}
li {margin-bottom: 5px;}
p.addy {
	margin-left: 20px;
	text-align: left;
}
p.footer {
	padding-right: 150px;
	text-align: center;
}
p.homepg {
	font-size: large;
	font-weight: bold;
	line-height: 25px;
	text-align: left;
	text-indent: 15px;
}
p.homepgcolor {
	color: #993300;
	font-size: x-large;
	font-style: italic;
	font-weight: bold;
	line-height: 25px;
	text-align: center;
}
strong,b {font-weight: bold;}
td.price {text-align: center;}