@charset "UTF-8";
/* ----------- basic styling ---------*/
* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #dedede;
	text-align: center;
	font-family: 'Lucida Grande', Tahoma, sans-serif;	font-size: 85%;
	font-size: 12px;
  	line-height: 18px;
	}
#wrapper {
	margin-top:0px;
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	text-align:left;
	background-color:#ffffff;
	background-image:url(/images/left_col_background.gif);
	background-repeat:repeat;
	}
#clear {
	clear:both;
	}
.hidden {
  display: none;
}
/* ------------ position container elements --------------*/

#header {
	position:relative;
	float:left;
	width:950px;
	
}

#footer {
	position:relative;
	float:left;
	padding-left:400px;
	padding-top:110px;
	width:950px;
	height:198px;
	background-image:url(/images/footer.jpg);
	background-repeat:no-repeat;
	
}

#main_window {
	background-color:#ffffff;
	position:relative;
	float:right;
	width: 760px;
	
}

#left_col {
	position:relative;
	float:left;
	width:190px;
}

#middle{
	float:left;
	width:950px;
	background-image:url(/images/left_col_background.gif);
	background-repeat:repeat-y;
	
	
}


/*----------------position container elements -------------------------*/

#calendar {
	margin-top:15px;
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	text-align:left;
	background-color:#ffffff;
	background-image:url(/images/left_col_background.gif);
	background-repeat:repeat;
	}
#content {
	margin-left: 10px;
	width: 750px;
	text-align:left;
	background-color:#ffffff;

}

#pics{
	float:left;
	width:700px;
	margin-left:30px;
}

#location{
	float:left;
	width:240px;
	margin-top:20px;
	padding-left:20px;
}

#google_map{
	float:left;
	width:500px;
	margin-top:20px;
	margin-left:20px;
}

#right_side{
	float:right;
	width:490px;
	margin-top:20px;
	padding-left:10px;
}

.content a:link {
	color: #003300;
	text-decoration:none;
}


.content a:visited {
	color: #004400;
	text-decoration: none;
}

.content a:hover {
	color: #030303;
	text-decoration:underline;
}

h1{
	font-size: 15px; 
	font-weight: bold; 
	color: #562d89;
	line-height:2em;
}
p{
	font-size: 1em; 
	font-weight: normal; 
	color: #303030;
	line-height:1.4em;
	}
	
.footer a:link {
	color: #491f7f;
	text-decoration: none;
}

.footer a:visited {
	color: #491f7f;
	text-decoration: none;
}


.footer a:hover {
	color: #636363;
	text-decoration:underline;
}

.links a:link {
	color: #491f7f;
	text-decoration: none;
}

.links a:visited {
	color: #491f7f;
	text-decoration: none;
}


.links a:hover {
	color: #636363;
	text-decoration:underline;
}