* {
	background-repeat: no-repeat;
}
body {
	background-attachment: scroll;
	background-color: #e5f5ff;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
}
body div{
	text-align: center;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	text-align: center;
	color: #000;
	text-transform: uppercase;
	font-size: 24pt;
}
h2 {
	margin: 0px 0px 10px 10px;
	color: #ccc;
	text-transform: uppercase;
	font-size: 20pt;
}
h3 {
	font-size: 14pt;
}
h4 {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
table {
	width: 90%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
thead {
	text-align: center;
}
th {
	background-color: #CC99CC;
	color: #fff;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px;
}
td {
	border: 1px solid #CC99CC;
	text-align: left;
	padding: 3px;
	vertical-align: top;
}
p {
	margin-top: 0px;
}
a {
	color: #993399;
}
a:link, a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border: none;
}
ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
blockquote {
	font-style: italic;
}
.date {
	font-style: italic;
}
.price {
	font-weight: bold;
}
#nav-menu, #content_box, #footer {
	margin: 0 auto;
}
#nav-menu {
	background: url(../img/nav/nav_bg_R.gif) no-repeat right center;
	height: 40px;
	width: 806px;
}
#nav-menu ul {
	background: url(../img/nav/nav_bg_L.gif) no-repeat left center;
	padding: 0px 0px 0px 3px;
	height: 40px;
}
#nav-menu li {
	float: left;
	margin: 0px;
	height: 40px;
	background: #cc99cc url(../img/nav/nav_bg.gif) repeat-x top;
}
#nav-menu li a {
	float: left;
	width: 80px;
	display: block;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font: 9pt/40px "Comic Sans", "Comic Sans MS", cursive;
}
#nav-menu li a:hover {
	background: #ffcc33 url(../img/nav/nav_bg_ro.gif) repeat-x top;
}
#content_box {
	background: url(../img/body_bg.gif) bottom center; 
	width: 700px; 
	color: #333; 
	padding-bottom: 10px;
}
#content {
	background: #fff; 
	padding: 15px;
	text-align: left;
}
#sideBar {
	background: #ffcc33 url(../img/sideBar_bg.gif) repeat-x top;
	font-family: Arial, Helvetica, sans-serif;
	float: right; 
	width: 200px; 
	margin: 0px; 
	padding: 10px; 
	color: #000;
}
#sideBar h2 {
	text-align: right;
	color: #fff;
	margin-bottom: 5px;
	border-bottom: 1px solid #fff;
	font-size: 16pt;
}
#sideBar li {
	font-size: 9pt;
	padding-bottom: 5px;
	border-bottom: 1px dotted #fff;
	text-align: left;
}
#footer {
	width: 450px;
	font-size: 10pt;
}
#footer_nav li {
	margin-left: 10px;
	margin-right: 10px;
	display: inline;
}
.C2C {
	font-weight: bold;
	font-style: italic;
	font-variant: small-caps;
}
.gallery {
	width: 75px;
	margin: 0px 10px 0px 10px;
}
.list {
	width: 200px;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}
.list h4 {
	color: #FFF;
	background-image: url(../img/subHead_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px 0px 0px 10px;
	margin: 0px;
	font-size: 11pt;
	height: 17px;
}
.list div {
	margin: 0px;
	padding: 3px;
	border: #CC99CC solid 1px;
}
.top-left {
	background-image: url(../img/corners/top-left.gif);
	background-position: top left;
}
.top-right {
	background-image: url(../img/corners/top-right.gif);
	background-position: top right;
}
.bottom-left {
	background-image: url(../img/corners/bottom-left.gif);
	background-position: bottom left;
}
.bottom-right {
	background-image: url(../img/corners/bottom-right.gif);
	background-position: bottom right;
}
