html, body
	{
	margin: 0;
	}
	
p 	{
	margin: 0;
	}
h1, h2 
	{ 
	margin-top: 0px;
	margin-bottom: 0px;
	}
blockquote 
	{
	margin-top: 0px;
	margin-bottom: 0px;
	}
	
	
#maincontainer
	{
	position: relative;
	width: 100%;
	background-color: #000000;
	height: 100%;
	margin: 0px;
	padding: 0px;
	z-index: 1;
	background-image: url(images/smbg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	}

#container
	{
	position: relative;
	width: 800px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-right-width: 3px;
	border-left-width: 3px;
	border-top-style: none;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #151515;
	border-left-color: #151515;
	z-index: 2;
	background-color: #151515;
	}
	
#pageHeader
	{
	position: relative;
	width: 100%;
	height: 225px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	z-index: 3;
	position: static;
	padding: 0px;
	}

#content
	{
	position: relative;
	bottom: 0px;
	z-index: 4;
	padding: 0px;
	margin: 0px;
	background-image: url(images/bodybg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 800px;
	}
	
#content1
	{
	letter-spacing: 0px;
	word-spacing: 0px;
	position: relative;
	bottom: 0px;
	z-index: 5;
	padding: 0px;
	font-family: "Times New Roman", "Times", "serif";
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	width: 800px;
	font-size: 12pt;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #cc6600;
	background-color: #151515;
	}
	
#footer
	{
	position: static;
	width: 800px;
	height: 130px;
	margin: 0px;
	padding: 0px;
	bottom: 45px;
	z-index: 7;
	background-image: url(images/footerbg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	color: #CCCCCC;
	}

#navcontainer {
	width : 700px;
	top: 163px;
	position: relative;
	margin: 0px;
	padding: 0px;
	left: 50px;
	height: 50px;
}

#navcontainer ul {
	padding : 0;
	white-space : nowrap;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#navcontainer ul li {
	display : inline;
	padding-right: 5px;
	padding-left: 5px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
					}

#navcontainer ul li a {
	text-decoration : none;
	position : relative;
	font-size: 16pt;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
					}

#navcontainer li a:visited {
							display : inline;
							}

#navcontainer ul li a:hover {
	color : #FFCC00;
	text-transform: uppercase;
	position: relative;
	width: auto;
	text-align: center;
	padding-right: 0px;
	padding-left: 0px;
	font-size: 15px;
}

li#here a:link, li#here a:visited, li#here a:hover {
	color : #FFFF00;
}

.dtnname
	{
	font-weight: bolder;
	font-size: 13pt;
	font-style: italic;
	color: #B00000;
	font-family: "Times new roman serf";
	line-height: normal;
	text-transform: uppercase;
	}
	
.PfirstLetter
	{
	font-weight: bolder;
	font-size: 16pt;
	font-style: normal;
	color: #666666;
	text-transform: uppercase;
	letter-spacing: 0.07em;
	vertical-align: baseline;
	white-space: normal;
	}
 .Pheader
	{
	font-weight: bolder;
	font-size: 13pt;
	font-style: normal;
	color: #990000;
	letter-spacing: 0.03em;
	}
.booknow
	{
	font-weight: bolder;
	font-size: 14px;
	text-decoration: blink;
	}
