@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
	padding: 0;
	margin: 0 auto;
	background: #81b846 url(images/sandy-arts/bg.gif) repeat-x;
}
#wrap {
	width: 954px;
	margin: 0 auto;
	padding: 0;
}

#center-wrap {
	float: left;
	clear: both;
	width: 954px;
	background-image: url(images/sandy-arts/bg-full.gif);
	background-repeat: repeat-y;
}

#border-left {
	height: 600px;
	float: left;
	width: 7px;
	background-image: url(images/sandy-arts/border-left.gif);
	background-repeat: repeat;
}

#content-wrap {
	float: left;
	width: 940px;
	background: #ffffff;
}

#header {
	float: left;
	clear: both;
	background-image: url(images/sandy-arts/header.jpg);
	width: 940px;
	height: 127px;
	position: relative;
}
#header h1 {
	font-size: 14px;
	padding: 0px 0px 6px 0px;
	margin: 0px;
}
#amp_address {
	float: left;
	position: absolute;
	bottom: 4px;
	color: white;
	padding-left: 4px;
	font-size: 12px;
}
/*JS Ticker*/
#teaser {
	float: right;
	padding: 5px 10px 8px 10px;
	color: white;
	font-weight: bold;
}
.scroller {
	width: 200px;
	height: 55px;
	border: 1px solid black;
	background-color: white;
	font-size: 12px;
	color: black;
	overflow: hidden;
}
.scroller div {
	height: 55px;
	padding: 5px;
	background-color: white;
}
/* End JS Ticker */
#goto-arts {
	position: absolute;
	bottom: 0;
	padding-left: 819px;
}

#goto-arts img {
	border: none;
}

#menu {
	float: left;
	clear: both;
	width: 940px;
	background-image: url(images/sandy-arts/menu-bg.gif);
	background-repeat: repeat-x;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	font-weight: bold;
}

#content {
	float: left;
	width: 940px;
	min-height:300px;
    height:auto !important;
    height:300px;
	font-size: 90%;
	background-image: url(images/sandy-arts/content-bg.gif);
	background-repeat: repeat-y;
}
#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: 261px;
	float: left;
	clear: none;
	padding: 10px;
}
#left-column h1 {
	font-size: 1.5em;
}
#left-column-content a {
	color: white;
}
#calendar {
	padding-bottom: 10px;
}
#right-column-top {
	float: left;
	width: 659px;
	min-height:300px;
    height:auto !important;
    height:300px;
}
#columns-header {
	float: left;
	clear: both;
	width: 100%;
}
#columns-header p {
	margin: 0;
	padding: 0;
}
#right-column {
	float: left;
	width: 639px;
	/*
	min-height:400px;
    height:auto !important;
    height:400px;
	*/
	height: 100%;
	padding: 10px;
}
#footer {
	float: left;
	clear: both;
	background-image: url(images/sandy-arts/footer.jpg);
	width: 940px;
	height: 102px;
	border-top: 1px solid black;
}
#newsletter {
	width: 800px;
	height: 102px;
	float: left;
	position: relative;
}
#sandy-logo {
	width: 140px;
	height: 102px;
	float: left;
}
#sandy-logo img {
	border: none;
}
#copyright {
	float: left;
	clear: both;
	line-height: 33px;
	width: 940px;
	background-image: url(images/sandy-arts/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/sandy-arts/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/spinner.gif) no-repeat center;
}