/* Global */
body {
	text-align: center;
}

img {
	border: 0;
}

#page {
	width: 1024px;
	margin: 0 auto;
	text-align: left;
}

#branding {
	width: 328px;
	float: left;
}

#navigation {
	width: 680px;
	margin-top: 30px;
	float: right;
}

#navigation a {
	display: block;
	float: left;
	width: 6em;
	padding: 0.2em;
	color: #ff9900;
	text-align: center;
	text-decoration: none;
	font: 16px/1.4 "Lucida Grande", Lucida, Verdana, sans-serif;
}

#navigation a:hover {
  color: #663300;
}

#navigation a.here {
  color: #663300;
}

/* Home page */
#singingFrogs {
	padding-top: 100px;
}

#photoFrogs {
	width: 660px;
	height: 250px;
	float: left;
}

#footer {
	clear: both;
}

#news {
	width: 400px;
	padding-left: 30px;
	float: left;
}

#activeFrogs {
	width: 400px;
	float: right;
}

#id {
	
}

h1 {
	font: 22px/1.4 "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #ff66ff;
}

p {
	font: 14px/1.4 "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #999999;
}

#news a {
	color: #333333;
	text-decoration: none;
}

#news .special {
	color: #333333;
}

#news .alert {
	color: red;
}

/* About page */
#about {
	width: 450px;
	float: left;
}

/* Venues page */
#venues {
	width: 300px;
	float: left;
}

#cost {
	float: left;
}

h2 {
	font: 18px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #b400c4;
}

h3 {
	font: 14px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #b400c4;
}

#venues p {
	font: 14px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #c55607;
}

#venues a {
	color: #333333;
	text-decoration: none;
}

#cost p {
	font: 14px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #c55607;
}

/* Gallery page */
#gallery {
	width: 600px;
	float: left;
}

/* Contact page */
#contact {
	width: 600px;
	float: left;
}

#contact a {
	color: #333333;
	text-decoration: none;
}

/* Lyrics page */
#lyrics {
	width: 600px;
	float: left;
}

