body {
	background: #000;
	margin: 0px; /* Always set margins to 0. Some browsers automatically apply them. */
	padding: 0px; /* Always apply padding if you apply margins */
	
}

	
/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */

p, h1, h2, h3, h4, h5, h6, a, ul, li, ol, dt, dd, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* Redefines the p tag */
p { 
	font-size: 11px;
	line-height: 15px;
	margin: 10px;
	color: #FFF;
	}

p.center {
	text-align: center;
	}
	
h1 { 
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size:20px;
	font-weight: bold;
	margin-top: 10px;
	text-align: center;
	}
	
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	margin-left: 20px;
	margin-bottom: -20px;
	}

h3 {
	margin: 0;
	padding: 2px 0;
	font: bold 22px Arial, Helvetica, sans-serif;
	background: #333;
	color: #FFF;
	text-align: center;
	}
	
h4 {
	margin: 30px 0 0 0;
	padding: 0 0 2px 0;
	font: normal 15px Arial, Helvetica, sans-serif;
	color: #FFF;	
	text-align: center;
	text-transform: uppercase;
	}
	
h5 {
	margin: 0 0 50px 0;
	padding: 0;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #FFF;	
	text-align: center;
	}
	
h6 {
	margin: 15px 0 0 0;
	padding: 0;
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
	}

/* Creates the general link style for the site. This is not the main navigation.  */

a:link {
	color: #808080;
	text-decoration: none;
}
a:visited {
	color: #808080;
	text-decoration:none;
}
a:hover {
	color: #fff;
}
a:active {
}
li {
	color:#fff;
	font-size: 11px;

}



div#container {
 	width:768px;
 	background: #000;
 	position: center;
 	margin: 0px auto;
 	border: 0px solid #ccc;
	margin-top: 10px;
 }

/* ----------------- container for content and left column div that includes navigation ----------------- */
div#bodyblock{
background: #000;
border: 0xpx solid #ccc;
width: 768px;

}



div#audio{
	position: absolute;
	top: 160px;
	left: 646px;
	right: 10px;
}

div#header {  
 	width: 768px;
 	height:193px;
	border: 1px solid #fff;
	margin-bottom: 10px;
 }
 

div#content {
 width: 605px;
 background: #000;
 color: #333333;
 text-align:left;
 float: right;
 margin-bottom: 10px;
 }

 
 div#left{
 float: left;
 width: 150px;
 margin-right: 0px;
 }

div#columnleft {
	margin: 0;
	padding: 0;
	float: left;
	width: 292px;
	}
	
div#columnright {
	margin: 0;
	padding: 0;
	float: left;
	width: 292px;
	}

	div#element {
		border: 1px solid #333;
		width: 270px;
		margin-left: 20px;
		margin-bottom: 10px;
		}

div#address{
  width: 150px;
  background:#000; 
 }
 
 div#flash{
	position: absolute;
	width: 158px;
	height: 207px;
	right: 50px;
	left: 572px;
	z-index: 5;
 }
 
 
 div#links {
 width: 770px;
 color: #000;
 margin: 0px auto;
 margin-top: 10px;
 text-align: center;
 clear: both;
 
 }

div#links p {
 font-size: 10px;

}

 
div#footer {
 height:25px;
 width: 770px;
 color: #000;
 padding-top: 30px;
 margin: 0px auto;
}
 
 .copyright{
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
 	font-size:9px;
	text-align: center;
	clear:both;
 }
 
 div#audio{
 margin: 10px;
 padding-bottom: 10px;
 z-index: 5;
 }
 

#policy p{
	clear: both;
	font-size: 10px;
}

#giftpackages h1{
	clear: both;
}

#print{
position: absolute;
top: 212px;
left: 626px;
width: 133px;
text-transform:capitalize;
font-family: Arial, Helvetica, sans-serif;
color:#fff;
font-size: 12px;
}

 /* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	float: left;
	margin: 10px;
	border: 1px solid #fff;
	
}
img.right {
	float: right;
	margin: 10px;
	border: 1px solid #fff;
}
.clear {
	clear: both;
}

 
 /* ----------------- PAGE NAVIGATION ELEMENTS ----------------- */
 
div#navigation{
width: 125px;
font-size: 11px;
font-weight: bold;
color: #fff;
font-family: Arial, Helvetica, sans-serif;
float: left;
margin-top: 10px;
padding-bottom: 10px;}

#navigation ul{
list-style: none;
margin: 0px;
padding: 0px;
}

#navigation li{
margin-left: 5px;

}

#navigation li a {
width: 125px;
display: block;
padding: 5px 5px 5px 0.5em;
background: #000;
color:#fff;
text-decoration: none;
}


#navigation li a:hover{
border-left: 5px solid #fff;
color: #fff;
background: #808080;
}

#navigation .current {
background:#000;
border-left: 5px solid #808080;
font-weight: bold;
} 

/* ----------------- CUSTOM CLASSES ----------------- */