
body {
	background: #000000;
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: justify;
	color: #555E4F;
}

h1, h2, h3, h4, h5 {
	margin: 0;
}p {text-align: left;}#header {
	width: 700px;
	margin: 0 auto;
	color: #ff343e;;
}

#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: 22px;
	letter-spacing: -2px;
}


a {
	color: #316ac5;
	text-decoration: none;
}

a:hover {
	color: #555E4F;
	text-decoration: none;
}


#nav  {
	float: left;
	width: 140px;
	margin: 0px auto;
	padding-bottom: 20px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	color: #323B2E;
}

#nav ul {
	margin: 0px;
	list-style: none;
	padding: 0px;
}

#nav li {
}

#nav a {
	display: block;
	width: 190px;
	padding: 15px 0px;
	background-color: #D9D9D9;
	border-top: 1px solid #EDEDED;
	border-bottom: 1px solid #B5B5B5;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #808080 ;
}

#nav a:hover {
	background-color: #8A8A8A;
	border-top: 1px solid #E3E3E3;
	border-bottom: 1px solid #E3E3E3;
	color: #FFFFFF;
}

/* Content */

#content {
	width: 700px;
	margin: 0 auto;
	padding-top: 10px;
	border: 10px solid #FFFFFF;
	border-top: none;
	background: #E9EAE2;
}

#leftcolumn {
	float: left;
	width: 190px;
	margin-top: 20px;
	padding: 0 10px 0 20px;
}

#rightcolumn {
	float: right;
	margin-top: 20px;
	width: 440px;
	padding: 0 20px 0 20px;
}

.imgr {border: 2px #fd282b solid;margin: 5px;float: right;}
.imgl {border: 2px #fd282b solid;margin: 5px;float: left;}

.imgsp {border: 2px #fd282b solid;margin: 1px;}

#rightcolumn h2 {
	margin-bottom: 20px;
	font-size: 24px;
	letter-spacing: -1px;
	color: #ff343e;
}

#rightcolumn h3 {
	margin-bottom: 20px;
	font-size: 18px;
	letter-spacing: -1px;
	color: #ff343e;
}

#footer {
	width: 700px;
	margin: 0 auto;
	padding-top: 20px;
	color: #ff343e;
}


#footer p {
	text-align: center;
	padding: 0;
	font-size: 10px;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px #000000 solid;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;

padding: 5px;
left: -1000px;
border: 1px gray solid;
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*/
visibility: visible;
top: -60px;
left: 110px; /*position where enlarged image should offset horizontally */
z-index: 50;
}
