@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	padding: 0;
	background-image: url(../images/bkgnd.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0px;
}
#header {


}
.first {
	font-size: 16px;
}


#wrapper {
	margin: 0;
}
.clearit {
	clear: both;
}


#center {
	float: left;
}

#center .content {
	font-size: 0.9em;
	line-height: 1.4em;
	border: 0px solid #999999;
	padding-top: 5px;
	padding-bottom: 20px;
	padding-left: 10px;
	float: left;
	width: 700px;

}
#leftcol {
	float: left;
	width: 300px; /*  if this changes, need to also change body bkgnd image to match dimensions  */
	height: 768px;
}


.floatleft {
	float: left;
}

a:link,  a:visited,  a:active {
	color: #999999;
	text-decoration:none;
}


 a:hover {
	text-decoration:underline;
}

#footer {
	margin-left: 50px;
	margin-top: 10px;
}

#footer a:link,  #footer a:visited,  #footer a:active {
	color: #333333;
	text-decoration:none;
}


#footer  a:hover {
	text-decoration:underline;
}


.galleryColumn {
	float: left;
	width: 270px;/*	padding-right: 10px;
*/}


.mybutton
{
	color: #FFFFFF;
	border: 1px outset #FFFFFF;
	background-color: #653332;
	font-weight: normal;
	font-variant:small-caps;
	font-size: 12px;
	letter-spacing: 0.1em;
} 

.floatright {
	float: right;
}
.lrgletter {
	font-size: 1.2em;
}
.boldred {
	font-weight: bold;
	color: #F40800;
}

select, option {
	font-size: 14px;
	color: #666666;
	background-color: #FFFFFF;
	border: 0px solid #2A3938;/*for demonstration only*/
	padding: 1px;
}
.smalltext {
	font-size: .8em;
}
.smallcaps {
	font-variant:small-caps;
}

/* remove dotted border on click */
a:focus, a:active {outline-style: none !important;}
* :focus { outline: 0 !important; }
#company {
	font-size: 0.8em;
	color: #333333;
	margin-left: 50px;
	margin-top: 350px;
}
.calendarEvent {
	clear: both;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 5px;
	font-size: 1em;
}
.calendarEvent img {
	margin-bottom: 10px;
}
.galleryName {
	font-size: 1.3em;
	font-weight: bold;
	padding-left: 10px;
}
.pageHeading {
	font-size: 1.6em;
	font-weight: bold;
	color: #CCCCCC;
	padding-left: 15px;
	margin-top: 10px;
	margin-bottom: 15px;
}
