@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
}

body,td,th {
	font-family:Verdana, Geneva, sans-serif;
	color:#fff;
	font-size:11px;
}
body,html {
	height: 100%;
}

body {
	background-color:#000;
	background-image:url(images/tile.jpg);
	background-position:center;
	background-repeat:repeat-x;
	background-attachment:fixed;
	font-size:11px;
	scrollbar-3dlight-color:#303133;
	scrollbar-arrow-color:#718898;
	scrollbar-base-color:#718898;
	scrollbar-darkshadow-color:#111213;
	scrollbar-face-color:#181b20;
	scrollbar-highlight-color:#181b20;
	scrollbar-shadow-color:#181a1b;
	scrollbar-track-color:#181a1b;
}

img {
	padding:0px;
	border:0;
}

a:link {
	color:#bababa;
	text-decoration:underline;
	font-weight:bold;
}

a:hover {
	color:#bababa;
	text-decoration:overline;
}

a:visited {
	color:#bababa;
	text-decoration:underline;
	font-weight:bold;
}

a {
	outline: none;
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4em;
}

#header {
	width:800px;
	margin:0px auto;
	height:100px;
	background-image:url(images/uc_header.jpg);
	background-repeat:no-repeat;
}

#content {
	width:800px;
	margin:0px auto;
	height:100%;
	background-color:#000;
	border:none;
}

#footer, push {
	height:4em;
	width:800px;
	margin:0px auto;
	color:#181a1b;
	font-size:7px;
	background-color:#000;
}

.eventDate {
	font-size:14px;
	font-weight:bold;
}

.eventTitle {
	font-size:13px;
	font-weight:bold;
}

.italic {
	font-style:oblique;
}

.galleryName {
	color:#fff;
	font-size:13px;
}

/* this is for the Contact form */
#Contact-Page-Wrap {
	width: 750px;
	background-color:#000;
	margin: 0px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}

#contact-area {
	width: 700px;
	margin-top: 25px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 700px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	margin: 0px 0px 10px 0px;
	border: 1px solid #D3D3D3;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 1px solid #8799A5;
}

#contact-area input.submit-button {
	width: 60px;
	float: left;
	margin:0;
	background-color:#666;
	color:#fff;
	height:30px;
}

label {
	float: left;
	text-align: left;
	margin-right: 5px;
	width: 60px;
	padding-top: 2px;
	font-size: 11px;
	color:#fff;
}