/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	background: #000000;
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: justify;
	color: #FFFF00;
}

h1, h2, h3, h4, h5 {
	margin: 0;
}

/* Header */

#header {
	width: 700px;
	margin: 0 auto;
	color: #FFD700;
}

#header h1 {
	float: left;
	margin: 0px 0 0 0px;
	font-size: 50px;
	letter-spacing: -7px;
}

#header h2 {
	float: right;
	margin: 40px 20px 0 0;
	font-size: 18px;
	letter-spacing: -2px;
}


a {
	color: #FFFF00;
	text-decoration: underline;
}

a:hover {
	color: #FFD700;
	text-decoration: underline;
}

/* Menu */

#menu1 {
	float: left;
	width: 160px;
	margin: 0px auto;
	padding-bottom: 20px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	color: #323B2E;
}

#menu1 ul {
	margin: 0px;
	list-style: none;
	padding: 0px;
}

#menu1 li {
}

#menu1 a {
	display: block;
	width: 190px;
	padding: 15px 0px;
	background-color: #0000FF;
	border-top: 1px solid #FFD700;
	border-bottom: 1px solid #FFD700;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #FFD700 ;
}

#menu1 a:hover {
	background-color: #00008B;
	border-top: 1px solid #FFD700;
	border-bottom: 1px solid #FFD700;
	color: #FFD700;
}

/* Content */

#content {
	width: 700px;
	margin: 0 auto;
	padding-top: 10px;
	border: 10px solid #8B008B;
	border-top: none;
	background: purple;
}

#colOne {
	float: left;
	width: 190px;
	margin-top: 10px;
	padding: 0 10px 0 20px;
}

#colTwo {
	float: right;
	margin-top: 20px;
	width: 440px;
	padding: 0 20px 0 20px;
}

#content h2 {
	margin-bottom: 20px;
	font-size: 18px;
	letter-spacing: -1px;
	color: #FFD700;
}


#footer {
	width: 700px;
	margin: 0 auto;
	padding-top: 20px;
}


#footer p {
	text-align: center;
	padding: 0;
	font-size: 10px;
}

/* Hover Pics */

.events{
position: relative;
z-index: 0;
}

.events:hover{
background-color: transparent;
z-index: 50;
}

.events span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 5px;
left: -1000px;
border: 1px solid black;
visibility: hidden;
color: black;
text-decoration: none;
}

.events span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.events:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -350px;
left: 125px; /*position where enlarged image should offset horizontally */

}

.thumbs{
position: relative;
z-index: 0;
}

.thumbs:hover{
background-color: transparent;
z-index: 50;
}

.thumbs span{ /*CSS for enlarged image*/
position: absolute;
background-color: #FFD700;
padding: 10px;
left: -1000px;
border: 1px solid black;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbs span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbs:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 70px;
left: -160px; /*position where enlarged image should offset horizontally */

}

