/* oznoise.css */
/* Normalising browser styles */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td { margin: 0; padding: 0; }
ol, ul { list-style: none; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; }
address, caption, cite, code, dfn, em, strong, th, var { font-style: normal; font-weight: normal; }
table { border-collapse: collapse; border-spacing: 0; }
fieldset, img { border: 0; }


html { 
	text-align: center;
	background: url(images/bg.gif); }

body { 
	position: relative; 
	width: 750px; 
	margin: 0 auto; 
	padding-top: 10px;
	text-align: left;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 0.77em;
	word-spacing: 0.1em;
	color: #ececec; }

div#branding {
	width: 190px;
	height: 88px; }

div#content { 
	position: relative; 
	width: 100%; }

div#content_main { 
	 }

div#content_sup { 
}

div#about2 {
background: transparent url(images/about2.jpg) top left no-repeat;
}

div#entertainment2 {
background: transparent url(images/entertainment2.jpg) top left no-repeat;
}

div#livemusic2 {
background: transparent url(images/livemusic2.jpg) top left no-repeat;
}

div#site_info { 
	position: relative;
	padding: 1em 1em 1em 2em;
	margin-top: 1px;
	width: 721px;
	height: 6.5em;
	background-color: #161616;
	font-size: smaller; 
	color: #E3E3E3;
	font-family: Tahoma, sans-serif;
	word-spacing: 0;
	 }
	 
div#emailform {
margin-left: 10px;
}
	
#branding img { position: relative; top: -20px; }

#livemusictable {
width: 80%;
margin: 10px 20px 10px 40px;
 }
 
.hide { display: none; }

hr { border: #666666 1px solid; }
	
.pc,.sc, .sc2 { position: absolute; top: 0; left: 0; } 

.pc	{ 
	width: 65.5%; 
	height: 100%;
	padding: 175px 16px 16px 16px;
	background: #464646 no-repeat top left; } 

.sc	{ 
	width: 26%;
	height: 99%; 
	left: 70%; 
	padding: 15px; 
	color: #333333;
	background-color: #E3E3E3; }
	
.sc2 {
	width: 26%;
	height: 99%;
	left: 70%;
	padding: 318px 15px 15px 15px;
	color: #333333;
	background-color: #E3E3E3;
}
	

.clear_children,.cc_tallest { position: relative; } /*\*/* html .clear_children { display: inline;}/**/
.cc_tallest:after { content: ''; } /* PREVENTS A REDRAW BUG IN SAFARI */

h1 { 
	float: left;
	text-indent: -9999px;
	height: 108px;
	width: 190px;
	position: absolute;
	top: -10px;
	background: transparent url(images/oznoise.gif) top right no-repeat;
	 }
	

h2 {
	position: absolute;
	text-indent: -9999px; }

h3 {
	padding: 0 0 1em 0;
	font-size: larger; }

h4 {
	position: absolute;
	text-indent: -9999px; }

/* NAVIGATION */
	
div#nav {
	position: absolute;
	left: 220px;
	top: 56px;
	height: 38px;
	 }

ul#nav_ul { font-weight: bold; }

ul#nav_ul li a { color: #FFF; }

ul#nav_ul li a#currentnav { color: #CC6600; }
	
ul#nav_ul li { 
	display: inline; 
	float: left; 
	padding: 10px; 
	background-color: #000; 
	margin: 5px; }

ul#nav_ul li:hover { background-color: #343434; }

/*
li#nav_about {  }
li#nav_livemusic { }
li#nav_livemusic:hover { background-color: #343434; }
li#nav_entertainment { }
li#nav_entertainment:hover { background-color: #343434; }
li#nav_testimonials { }
li#nav_testimonials:hover { background-color: #343434; }
li#nav_contact { }
li#nav_contact:hover { background-color: #343434; } 
*/

a { text-decoration: none; }

a:link { 
color: #CC6600; }

a:visited { 
color: #006699; }

a:hover { 
text-decoration: underline; }

p { padding: 0.5em; }

strong { font-weight: bold; }

ul#aboutus_ul li { 
	display: block; padding: 0.5em; }
	
ul#aboutus_ul li:hover { background-color: #dadada; }
