/************** Default Elements *******************/

* {
	margin: 0;
	padding: 0;
	border: 0;
}

/* hide from IE mac \*/ 
html {
	min-height: 100%;
	margin-bottom: 1px;
}
/* end hiding from IE5 mac */

body {
	background: #2e2e2e;
	font: 100.01%/120% Arial, Helvetica, sans-serif;
	color: #040404;
}

/************** Layout Elements *******************/

#wrapper { 
	width: 900px;  
	margin: 0 auto 30px auto; 
	text-align: left;
	font-size: 80%;
	background: #424E55 url(images/Logo.jpg) 0 5px no-repeat;
	padding-top: 102px;
	position:relative;
} 

#wrapper ul {
	list-style-type: none;
	position: absolute;
	top: 554px;
	right: 513px;
	border-right: 2px solid #999;
	margin-right: 2px;
}


#wrapper li {
	display: inline;
	float: right;
	margin: 0;
	background: url(images/off.gif) left bottom no-repeat;
	margin-right: -1px;
}


#innerwrapper {
	background: #fff url(images/IwrapperBG.jpg) 0 0 no-repeat;
	padding: 30px 15px 15px 15px;
}

#header img {
	float: left;
}

#strap {
	width: 868px;
	height: 200px;
	background: url(images/main.jpg) 0 0 no-repeat;
	margin: 10px auto 15px auto;
	clear: right;
	border: 1px solid #0e2111;
}

#strap-comm {
	width: 868px;
	height: 200px;
	background: url(images/main-comm.jpg) 0 0 no-repeat;
	margin: 10px auto 15px auto;
	clear: right;
	border: 1px solid #0e2111;
}

#strap-port {
	width: 868px;
	height: 200px;
	background: url(images/main-port.jpg) 0 0 no-repeat;
	margin: 10px auto 15px auto;
	clear: right;
	border: 1px solid #0e2111;
}

#strap-concert {
	width: 868px;
	height: 200px;
	background: url(images/main-concert.jpg) 0 0 no-repeat;
	margin: 10px auto 15px auto;
	clear: right;
	border: 1px solid #0e2111;
}

#strap-other {
	width: 868px;
	height: 200px;
	background: url(images/main-other.jpg) 0 0 no-repeat;
	margin: 10px auto 15px auto;
	clear: right;
	border: 1px solid #0e2111;
}

#LeftCol {
	float: left;
	width: 150px; 
	min-height: 200px;
}

 #LeftCol ul {
	list-style-type: none;
	border-top: 1px solid #363c3c;
	border-left: 1px solid #363c3c;
	border-right: 1px solid #363c3c;
	width: 150px;
	margin-top: 3px;
	position: static;
}

#LeftCol li {
	display: block;
	float: none;
	margin: 0;
} 


#RightCol {
	float: right;
	width: 180px; 
	min-height: 200px;
}

#RightCol img {
	display: block;
	margin: 10px auto;
	border: 2px solid #599bc1;
}

#content {
	width: 500px;
	margin: 0 220px 0 170px;
	min-height: 300px;
	padding-top: 1px;
}

#gcontent {
	width: 690px;
	margin: 0 0 0 170px;
	min-height: 300px;
	padding-top: 1px;
}

#gcontent2 {
	width: 700px;
	margin: 20 0 0 170px;
	min-height: 300px;
	padding-top: 1px;
}

#footer {
	background: #fff url(images/footerBG.gif) bottom no-repeat;
	min-height: 25px;
}

#BottomFooter {
	background-color: #2e2e2e;
}

/************** Text Elements *******************/

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 15px 0;
	padding: 0 0 0 0;
	font-size: 150%;
	font-family: Arial, Helvetica, sans-serif;
	color: #040404;
}

h2 {
	font-size: 140%;
}

h3 {
	font-size: 130%;
	font-weight: bold;
}

h4 {
	font-size: 110%;
}

h5 {
	font-size: 100%;
	font-weight: bold;
}

h6 {
	font-size: 100%;
	font-weight: bold;
}

p {
	margin: 10px 0;
}

#BottomFooter p {
	margin: 0;
	padding: 10px;
	color: #999;
	font-size: 75%;
	float: right;
}

/************** Form Elements *******************/
#header form {
	float: right;
	width: 280px;
}

input.log {
	width: 100px;
	font-size: 120%;
	border: 1px solid #999;
}

#RightCol form {
	width: 180px;
}

/************** Generic Classes *******************/

.right {
	float: right;
	margin-left: 8px;
}

.left {
	float: left;
	margin-right: 8px;
}

.clearfloat {
	clear: both;
   height: 0;
   font-size: 0;
   line-height: 0;
}

/************** Link Styles *******************/

#LeftCol li a {
	display: block;
	padding: 4px 4px 4px 10px; /* top right bottom left */ 
	background: #444f55;
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #363c3c;
	font-size: 95%;
	text-align:left;
}

#LeftCol li a:hover, #LeftCol li a:focus {
	background: #343645;
	color: #c1d4de;
}

/* #LeftCol li.current a {
  display: block;
  background: #67802e;
  padding: 2px;;
  text-decoration: none;
  color: #fff;
  border-bottom: 1px solid #363c3c;
  font-weight: bold;
} */

#wrapper a {
  float: left;

  text-decoration: none;
  font-weight: bold;
  color: #ccc;
}
  
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#wrapper a {
float: none;
}
/* End IE5-Mac hack */


#wrapper a:hover, #wrapper a:focus {
  color: #fff;
}
  
/*#wrapper #current {
  background-image: url("on.gif");
  color: #000;
 }*/
  
 /*\*//*/
#LeftCol a {
	float: none;
}
#footer {
	height: 25px;
}

/**/

a img {
	border: none;
}

#content a {
	display: inline;
	padding: 0;
	color: #7f7f7f;
	text-decoration: underline;
}

#content a:hover {
	color: #00ccff;
	text-decoration: none;
}

#content a:visited {
	color:00ccff;
	text-decoration:none;
}

#gcontent a {
	display: inline;
	padding: 0;
	color: #7f7f7f;
	text-decoration: underline;
}

#gcontent a:hover {
	color: #00ccff;
	text-decoration: none;
}

#galleryimg img{
	margin: 10px 10px 10px 10px;
	border: solid 2px #e2e2e2;
	padding: 10px;
}

#galleryimg img:hover {
	margin: 10px 10px 10px 10px;
	border: solid 2px #2e2e2e;
	padding: 10px;
}
#fpcontent a{
	color:#333333;
	text-decoration:underline;
}
#fpcontent a:hover {
	color:#FF6347;
}