@charset "utf-8";
/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
	padding: 0;
	margin: 0 auto;
	background: #40ae49 url(../images/amphitheater/bg.gif) repeat-x;
}
#wrap {
	width: 974px;
	margin: 0 auto;
	padding: 0;
}
#center-wrap {
	float: left;
	clear: both;
	width: 974px;
	background-image: url(../images/amphitheater/bg-full.gif);
	background-repeat: repeat-y;
}
#border-left {
	height: 600px;
	float: left;
	width: 7px;
	background-image: url(../images/amphitheater/border-left.gif);
	background-repeat: repeat;
}
#content-wrap {
	float: left;
	width: 960px;
	background: #ffffff;
}
#header {
	float: left;
	clear: both;
	width: 960px;
}
#header img {
	display: block;
}
#menu {
	float: left;
	clear: both;
	width: 960px;
	background-image: url(../images/amphitheater/menu-bg.gif);
	background-repeat: repeat-x;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	font-weight: bold;
}

#content {
	float: left;
	width: 960px;
	min-height:300px;
    height:auto !important;
    height:300px;
	font-size: 90%;
	background-image: url(../images/amphitheater/content-bg.gif);
	background-repeat: repeat-y;
}
#content h1, #content h2, content h3 { margin: 0 0 .5em 0; }
#content h1 {
	font-size: 1.5em;
}
#content h2 {
	font-size: 1.2em;
}
#content h3 {
	font-size: 1em;
}
table.contenttable td p {
	margin: 0!important;
	padding: 0!important;
}
#left-column {
	width: 280px;
	float: left;
	clear: none;
	padding: 10px;
	color: white;
}
#left-column-content a {
	color: white;
}
#right-column {
	float: left;
	width: 640px;	
	min-height:300px;
    height:auto !important;
    height:300px;
	padding: 10px;
}
#right-column-content {

}
#columns-header {
	float: left;
	clear: both;
	width: 100%;
}
#columns-header p {
	margin: 0;
	padding: 0;
}
#footer {
	float: left;
	clear: both;
	background-image: url(../images/amphitheater/footer.jpg);
	width: 960px;
	height: 102px;
	border-top: 1px solid black;
}
#newsletter {
	width: 820px;
	height: 102px;
	float: left;
	position: relative;
}
#sandy-logo {
	width: 140px;
	height: 102px;
	float: left;
}
#sandy-logo img {
	border: none;
	display: block;
}
#copyright {
	float: left;
	clear: both;
	line-height: 33px;
	width: 960px;
	background-image: url(../images/amphitheater/menu-bg.gif);
	background-repeat: repeat-x;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	text-align: center;
	color: black;
	font-weight: bold;
	font-size: 12px;
}

#border-right {
	height: 600px;
	float: left;
	width: 7px;
	background-image: url(../images/amphitheater/border-right.gif);
	background-repeat: repeat;
}
#form_box {
	width: 780px;
	position:absolute;
	bottom:6px
}
#form_box .email-input {
	float: left;
	padding-left: 10px;
}
#form_box .image-input {
	float: left;
	padding-left: 4px;
}
#form_box .message-input {
	float: left;
	padding-left: 4px;
}

#log {
	background-color: white;
	color: black;
	font-size: 12px;
} 
#log_res {
	overflow: auto;
} 
#log_res.ajax-loading {
	background: url(../images/amphitheater/spinner.gif) no-repeat center;
}
