/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #4B689A url(images/img1.jpg) repeat-x;
	font: normal small Arial, Helvetica, sans-serif;
	color: #000000;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	padding-top: 0;
	font-family: "Arial", Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.2em;
}

h4 {
	margin: 0;
	font-size: 1.2em;
}

p, ul {
	margin-top: 0;
}

a:link {
	color: #4B689A;
}

#menu a:hover {
	text-decoration: none;
	color:           #FFFFFF;
	background-color: #000066;
}
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}
.style1 {color: #FF0000}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}
/* Header */

#header {
	width: 600px;
	height: 100px;
	margin: 0 auto;
	padding: 0 20px;
	background: url(images/img]2.jpg);
}

#header * {
	margin: 0;
	text-decoration: none;
	text-transform: uppercase;
	color: #FFFFFF;
}

#header h1 {
	float: left;
	padding: 65px 0 0 0;
	font-size: xx-large;
}

#header h2 {
	float: right;
	padding: 86px 0 0 0;
	font-size: small;
}
#joefly {
height:    300px;
clear:     right;
background-image:url(images/joclairWEB1.jpg) no-repeat;
}
blockquote {
	padding-left: 2em;
	background: url(images/img06.gif) no-repeat;
	font-style: italic;
}

/* Menu */

#menu {
	width: 580px;
	height: 20px;
	margin: 0 auto;
	padding: .5em 0;
	background: #EBEEF2;
	border: 10px solid #FFFFFF;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 116px;
	text-decoration: none;
	text-align: center;
	font: normal medium Arial, Helvetica, sans-serif;
}
#youarehere {
background-color:   #000066;
color:               #FFFFFF;
}

/* Content */

#content {
	width: 600px;
	margin: 0 auto;
	background: #FFFFFF url(images/img3.gif);
}

#colOne {
	float: right;
	width: 350px;
	padding: 10px 20px 0 0;
}

#colTwo {
	float: left;
	width: 180px;
	padding: 10px 0 0 20px;
}

/* Footer */

#footer {
	width: 580px;
	margin: 0 auto;
	padding: .5em 0;
	background: #EBEEF2;
	border: 10px solid #FFFFFF;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: smaller;
}
