/* 

gold h1:  #E29F0D
brown p:  #504341
red a:  #9B351F
brown sidebar p:  #542D08
body:  #B9D2E2
green:  #B8CE62
lt blue:  #F6FAFC

*/

* {
	margin:0px;
	padding:0px;
}

body {
	background-color:#B9D2E2;
	background-image:url(/structure/bg_gradient.jpg);
	background-position:center;
	background-repeat:repeat-y;
}

body, p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#504341;
}

#wrapper {
	margin:0px auto;
	padding:0px 4px 4px 4px;
	width:750px;
	background-image:url(/structure/container_dropshadow.jpg);
	background-repeat:repeat-y;
}

#container {
	width:750px;
	background-color:#FFF;
}

#header {
	height:50px;
	padding:4px;
}

#glory-image {
	padding-left:2px;
	height:189px;
	text-align:right;
}

#top-nav {
	padding:0px 0px 0px 10px;
	font-size:11px;
}

#live-area {
	padding:30px 10px 20px 0px;
	background-image:url(/structure/icon_blue.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
}

#column-left {
	float:left;
	padding:0px 0px 0px 30px;
	width:520px;
	overflow:visible;
}

#column-right {
	float:right;
	margin:0px 0px 50px 0px;
	padding:40px 10px 10px 10px;
	width:114px;
	background-color:#F6FAFC;
	background-image:url(/structure/rightcol_head.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

#column-right p {
	font-size:10px;
	color:#542D08;
	line-height:120%;
}

#footer {
	margin:0px auto;
	padding:10px 2px 10px 2px;
	width:746px;
	font-size:9px;
	color:#666;
}

#copyright {
	float:left;
}

#bottom-nav {
	float:right;
}


p {
	margin:0px 0px 15px 0px;
	line-height:136%;
}

h1, h2, h3, h4 {
	margin:0px 0px 10px 0px;
	line-height:120%;
}

h1 {
	margin-left:-10px;
}

h2 {
	font-size:14px;
	color:#AABF5A;
}

a:link, a:active, a:visited, a:hover, a:visited:hover {
	color:#9B351F;
	text-decoration:underline;
}

a:hover, a:visited:hover {
	color:#542D08;
}

#top-nav a:link, #top-nav a:active, #top-nav a:visited, #top-nav a:hover, #top-nav a:visited:hover {
	color:#9B351F;
	text-decoration:none;
}

#top-nav a:hover, #top-nav a:visited:hover {
	color:#542D08;
	text-decoration:underline;
}

#bottom-nav a:link, #bottom-nav a:active, #bottom-nav a:visited, #bottom-nav a:hover, #bottom-nav a:visited:hover {
	color:#666;
	text-decoration:none;
}

#bottom-nav a:hover, #bottom-nav a:visited:hover {
	text-decoration:underline;
}

#callout-box {
	margin:0px 0px 20px 0px;
	padding:15px;
	border:1px solid #542D08;
	background-color:#F6FAFC;
	text-align:center;
}

#photo-thumbs img {
	margin:0px 26px 20px 0px;
	padding:1px;
	border:1px solid #504341;
}

#photo-featured {
	padding:20px;
	background-color:#B9D2E2;
	text-align:center;
}

#photo-featured img {
	margin:0px 0px 10px 0px;
	border:1px solid #504341;
}

#photo-featured h3 {
	margin:0px;
}

td {
	padding:4px;
}


.redAlert {
	font-size: 12px;
	color: #FF0000;
}

.greenAlert {
	font-size: 12px;
	color: #66CC00;
}

.smallText {
	font-size: 10px;
}

.alert {
	border: 1px dotted #CC3300;
	background-color: #F4F4F4;
	padding: 5px;
	margin: 10px 0px 10px 0px;
}


.acknowledge-floats {
	clear:both;
	height:1px;
	overflow:hidden;
	font-size:0.1em;
}
