@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
	padding: 0;
	margin: 0 auto;
	background: #5c429a url(images/arts-guild/bg.gif) repeat-x;
}
#wrap {
	width: 954px;
	margin: 0 auto;
	padding: 0;
}

#center-wrap {
	float: left;
	clear: both;
	width: 954px;
	background-image: url(images/arts-guild/bg-full.gif);
	background-repeat: repeat-y;
}

#border-left {
	height: 600px;
	float: left;
	width: 7px;
	background-image: url(images/arts-guild/border-left.gif);
	background-repeat: repeat;
}

#content-wrap {
	float: left;
	width: 940px;
}

#header {
	float: left;
	clear: both;
	width: 940px;
	background-image: url(images/arts-guild/logo.gif);
}
#slideshow img {
	float: left;
	margin-left: 157px;
}
#header h1 {
	font-size: 14px;
	padding: 0px 0px 6px 0px;
	margin: 0px;
}
#menu {
	float: left;
	clear: both;
	width: 940px;
	background-image: url(images/arts-guild/menu-bg.gif);
	background-repeat: repeat-x;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	font-weight: bold;
}
#sidemenu ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#sidemenu ul li {
	line-height:1.5em;
}
#sidemenu a {
	color: #5a4099;
	font-weight: bold;
	text-decoration: none;
}
#sidemenu a:hover {
	text-decoration: underline;
}

#content {
	float: left;
	width: 940px;
	min-height:300px;
    height:auto !important;
    height:300px;
	font-size: 90%;
}
#content h1 {
	font-size: 1.5em;
}
#content h2 {
	font-size: 1.2em;
}
#content h3 {
	font-size: 1em;
}
#left-column {
	width: 260px;
	float: left;
	padding: 10px;
}
#left-column h1 {
	font-size: 1.5em;
}
#calendar {
	padding: 10px 0px;
}
#right-column {
	float: right;
	width: 639px;
	min-height:400px;
    height:auto !important;
    height:400px;
	height: 100%;
	padding: 10px;
}
#right-column h1 {
	color: #003399;
}
#right-column td p {
	margin: 0;
	padding: 0;
}
#castlist-nav {
	width: 639px;
	padding-bottom: 10px;
	clear: both;
	float: left;
	line-height: 25px;
}
#castlist-nav a {
	text-decoration: none;
}
#castlist-nav a:hover {
	text-decoration: underline;
}
#castlist-nav ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#castlist-nav li {
	float: left;
	padding: 0px;
	margin: 0px;
	text-indent: 10px;
}
#footer {
	float: left;
	clear: both;
	background-image: url(images/arts-guild/footer.jpg);
	width: 940px;
	height: 102px;
	border-top: 1px solid black;
}
#newsletter {
	width: 800px;
	height: 102px;
	float: left;
}
#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/arts-guild/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/arts-guild/border-right.gif);
	background-repeat: repeat;
}
#form_box {
	width: 360px;
	float: right;
	text-align: center;
}
#form_box .email-input {

}
#form_box .image-input {
	padding-top: 4px;
}
#form_box .message-input {
	height: 34px;
	margin-top: 10px;
}

#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;
}