/***** GLOBAL FORMATTING *****/

* {
	padding: 0;
	margin: 0;
}

body {
	background: #809ab1;
	font-size: 12px;
	color: #000000;
	font-family: 'Courier New', Courier, monospace, Arial, sans-serif;
}

img {
	border: 0;
	display: block;
}

a {
	color: #da790b;
	text-decoration: none;
}

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

a:visited {
	color: #49647d;
}

h1 {
	font-size: 30px;
	color: #49647d;
	font-family: 'Courier New', Courier, monospace, Arial, sans-serif;
}
/***** PAGE STRUCTURE FORMATTING *****/

#wrapper {
	display: block;
	margin:  0 auto;
	width: 900px;
	position: relative;
	background: #809ab1;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

#header {
	width: 900px;
	background: #fff;
	height: 400px;
	margin:0 auto;
}
#galHeader {
	width: 900px;
	background: #fff;
	height: 200px;
	margin:0 auto;
}
#galHeader H1 {
	font-size: 40px;
	color: #49647d;
	font-family: 'Courier New', Courier, monospace, Arial, sans-serif;
}
#dexHeader {
	width: 900px;
	background: #fff;
	height: 88px;
	margin:0 auto;
}
#dexHeader H1 {
	font-size: 40px;
	line-height:44px;
	color: #49647d;
	font-family: 'Courier New', Courier, monospace, Arial, sans-serif;
}
#headLeft {
width:448px;
margin:0 auto;
padding: 0 auto;
float:left;
}

#headLeft p {
	font-family: 'Courier New', Courier, monospace, Arial, sans-serif;
	font-size: 15px;
	font-weight:bold;
	text-align: left;
	color: #49647d;
	padding:10px;
	margin:0 auto;
}

#headRight {
	width:450px;
	margin:0 auto;
	padding: 0 auto;
	float:right;
	border-left: 1px solid #000;
}

.block {
	width: 900px;
	background: #ffffff;
	height: 275px;
	margin: 10px 0px 0px 0px;
	color: #49647d;
	padding:0 auto;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
.blockLeft {
	width: 350px;
	float:left;
}
.pageText {
	font-size: 14px;
	font-weight:bold;
	text-align: left;
	margin: 8px;
	padding:0 auto;
	float:right;
}
.blockText {
	font-family: 'Courier New', Courier, monospace, Arial, sans-serif;
	font-size: 14px;
	font-weight:bold;
	text-align: left;
	width: 348px;
	margin: 8px;
	padding:0 auto;
	float:right;
}
* html .blockText {
	width: 350px;
}

.blockRight {
	width:178px;
	float:right;
	text-align:center;
	padding:0 auto;
	margin:0 auto;
}

* html .blockRight {
	width: 178px;
}

img.left {
	padding: 0px;
	border-right: 1px solid #000;
	margin: 0px;
}

.cleardiv {
clear:both;
line-height:0px;
}

a.moreLink:link, .moreLink:active, .moreLink:visited {
	color: #901829;
	font-size: 15px;
	font-variant:small-caps;
	text-decoration: underline;
	margin:0 0 0 70px;
}

a.moreLink:hover {
	color:  #000000;
	font-size: 15px;
	text-decoration: underline;
}
a.joinLink:link, .joinLink:active, .joinLink:visited, .joinLink:hover {
	color: #901829;
	font-size: 18px;
	text-decoration: underline;
	margin:0 0 0 200px;
}

.gallblock {
	width: 900px;
	background: #ffffff;
	margin: 10px 0px 0px 0px;
	color: #49647d;
	padding:0 auto;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
img.galimage {
	padding: 0px;
	border-right: 1px solid #000;
	margin: 0px;
	width:150px;
	height:200px;
}

#Nav {
	display: block;
}

#footer {
	clear: both;
	width: 880px;
	background: #49647d;
	color: #ffffff;
	text-align: left;
	padding: 10px 10px 10px 10px;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
}

#footer a {
	color: #ffffff;
}

/***** NAVIGATION BAR FORMATTING *****/

ul#Nav {
	margin:0 auto;
	padding: 0 auto;
	list-style: none;
	width: 900px;
	float: left;
	background: #49647d;
	font-family: 'Courier New', Courier, monospace, Arial, sans-serif;
	font-size: 14px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;	
}

ul#Nav li {
	float: right;
}

ul#Nav li.first {
	border-left: none;
}
ul#Nav li.last {
	border-right: 3px solid #fff;
}

ul#Nav a {
	display: block;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 14px;
	line-height: 25px;
	text-decoration: none;
	color: #fff;
	border-left: 3px solid #fff;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
}

ul#Nav a:hover {
	background: #ffffff;
	text-decoration: none;
	color: #49647d;
	border-left: 3px solid #49647d;
	border-top: 3px solid #49647d;
	border-bottom: 3px solid #49647d;
}

/***** FOOTER FORMATTING *****/

#footer p {
	font-size: 11px;
	text-align: left;
	letter-spacing: -0.1px;
	margin-bottom: 0px;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
	border-bottom: none;
}

#footer a:hover {
	color: #000000;
	background: none;
	border-bottom: none;
}




	
/***** MISCELLANEOUS FORMATTING *****/

.alignright, .alignrightnoborder {
	float: right;
}

.alignleft, .alignleftnoborder  {
	float: left
}	

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}

.postspermonth {
	margin: 5px 0 10px 0;
	list-style: none;
	padding-left: 25px;
}
.flash {
text-align: left;
padding: 20px 0 4px 15px;
}

/*--------special mouseover thumbs-----------*/
ul.thumbs, ul.thumbs li{
		margin:0;
		padding:0;
		list-style:none;
	}
	
	ul.thumbs li{
		float:left;
		margin-left:5px;
		margin-top:4px;
		margin-right:1px;
		border:1px solid #000;	
		padding:0px;
	}
	ul.thumbs a{
		display:block;
		float:left;
		width:165px;
		height:128px;
		line-height:128px;
		overflow:hidden;
		position:relative;
		z-index:1;
	}
ul.thumbs a img{
		float:left;
		position:absolute;
		top:-50px;
		left:-90px;	
}
ul.thumbs a:hover{
			overflow:visible;
			z-index:1000;
			border:none;
}
ul.thumbs a:hover img{
			border:2px solid #000000;	
			background:#fff;
			padding:0px;
			cursor:default;			
}	

ul.thumbs, li.thumbs{
			display:list-item;
}
/*  \*/
ul.thumbs, li.thumbs{
			min-height:1%;
}
* html ul.thumbs, * html li.thumbs{
			height:1%;
}
