@charset "utf-8";
/* Wdgordon.com CSS Document */

/*  Clear default spacing  */
html, body, div, ul, ol, li, p, h1, h2, h3, img, blockquote {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background-color: #000;
	text-align: center;
}

h1 {
	color: #FC0;
	font-size: 2.0em;
	text-align: center;
	margin: 10px 0 20px 0;
}

h2 {
	color: #FC0;
	font-size: 1.3em;
	text-align: center;
	margin: 10px 0 20px 0;
}


p {
	margin-bottom: 8px;
}

/*  Main wrapper DIV  */
#wrapper {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-align: left;
}

/*  Top banner DIVs  */
#headcont {
	height: 60px;
	background-image: url(../img/bannerbg.jpg);
	background-repeat: repeat-x;
}

#titleimg {
	height: 60px;
	float: left;
}

#pageimg {
	height: 60px;
	float: right;
}

#footer {
	font-size: 11px;
	color: #CCC;
	background-color: #000;
	text-align: right;
	padding: 4px 25px;
}

#footer a {
	color: #ccc !important;
	font-weight: bold;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}

/*  Menu bar DIVs  */
#menubar {
	background-image: url(../img/bannerbg.jpg);
	background-repeat: repeat-x;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 2px 0;
}

#menu {
}

/*  Content DIVs and styles  */
#content {
	margin: 20px 30px;
	color: #eee;
}

#content a, #content a:link, #content a:visited, #content a:hover, #content a:active {
	color: #eee;
	text-decoration: underline;
}

#content a:hover {
	color: #FC0;
	text-decoration: none;
}

#content a, #content a:active {
	color: #eee;
	text-decoration: underline;
}

.picLeft {
	float: left;
	width: 400px;
	margin: 20px 10px 20px 0;
	text-align: center;
}

.picRight {
	float: left;
	width: 400px;
	margin: 20px 0 20px 60px;
	text-align: center;
}

.picLeft a, .picRight a {
	display: block;
	border: 1px solid #000;
}

.picLeft a:link, .picRight a:link {
/*	border: 1px solid #000; */
}

.picLeft a:hover, .picRight a:hover {
	border: 1px solid #FFF;
}

.picLeft a:visited, .picLeft a:active, .picRight a:visited, .picRight a:active {
/*	border: 1px solid #000; */
}

/* Wrapper for IGM2 */
.gallery {
	width: 900px;
	margin: 0 auto;
}

#gallery {
	width: 900px;
	margin: 0 auto;
}

#galleryX {
	width: 64%;
	margin: 0 auto;
}


/*  Various utility styles  */
.clearing {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

.centering {
	margin: 0 auto;
}

.centertext {
	text-align:center;
	font-size:1.7em;
}

