/* CSS Document */

html {
	height: 100%;
	overflow-y: scroll;
	overflow: -moz-scrollbars-vertical;
	}
	
* {
	margin: 0;
	padding: 0;
	}

body {
	height: 100%;
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background: #ebebeb top center repeat-y scroll url(../images/structure/body_bg.jpg);
	}

* html body {
	text-align: center;
	}

div#siteWrapper {
	position: relative;
	width: 680px;
	min-height: 100%;
	padding: 0;
	margin: 0 auto;
	background: transparent top left repeat-y scroll url(../images/structure/sitewrapper_bg.jpg);
	z-index: 1;
	text-align: left;
	outline: none;
	}

body>div#siteWrapper {	
	overflow: auto;
	overflow-x: hidden;
	}
		
* html div#siteWrapper {
	height: 100%;
	overflow: visible;
	}
	
div#siteHeader {	
	background: #141c2b top left no-repeat url(../images/galleryheader.png);
	}

	div#headerWrapper {
		position: relative;
		display: block;
		width: 678px;
		top: 0px;
		left: 1px;
		z-index: 2;
		clear: both;
		background: #141c2b;
		}
		
		div#logoWrapper {
			position: relative;
			display: block;
			width: 678px;
			height: 62px;
			top: 0px;
			left: 0px;
			z-index: 10;
			clear: both;
			}
			
			div#siteBranding {	
				position: relative;
				display: block;
				float: left;
				width: 678px;
				height: 62px;
				z-index: 1;
				background: transparent top left no-repeat url(../images/structure/sitebranding.png);
				}
				
			div#issueLabel {	
				position: relative;
				display: block;
				float: right;
				width: 302px;
				height: 62px;
				z-index: 1;
				}				
				
			div#navWrapper {
				position: relative;
				float: left;
				width: 678px;
				height: 27px;
				z-index: 20;
				color: black;
				clear: both;
				}
			
			div#navWrapper>div#menu {
				position: absolute;
				top: 0;
				left: 0px;
				}	

		div#imageBlock {
			clear: both;
			position: relative;
			display: block;
			width: 678px;
			z-index: 1;
			overflow: hidden;
			}
			
		* html div#imageBlock {
			height: auto;
			}	
						
	div#contentWrapper {
		position: relative;
		display: block;
		clear: both;
		width: 678px;
		height: auto;
		left: 1px;
		z-index: 1;
		}
		
		div#leftCol {
			position: relative;
			float: left;
			clear: right;
			width: 432px;
			margin-right: -244px;
			z-index: 2;
			}
		
		div>div#leftCol {
			margin-left: 1px;
			}
			
			div#titleBlock, div.titleBlock {
				position: relative;
				display: block;
				height: 59px;
				line-height: 59px;
				background: #161c2c top right no-repeat url(../images/structure/titlebg.jpg);
				text-align: center;
				color: white;
				font-size: 1.2em;
				font-weight: bold;
				text-transform: uppercase;
				}	
		
		div#rightCol {
			position: relative;
			float: right;
			width: 243px;
			margin-right: 0px !important;
			margin-bottom: -24px;
			z-index: 3;
			}
			
		* html div#rightCol {
			width: 242px;
			}	

	div#clearAll {
		display: block;
		clear: both;
		width: 100%;
		height: 83px;
		}
		
#siteFooter {
	display: block;
	position: relative;
	width: 678px;
	height: 82px;
	margin: 0 auto;
	margin-top: -82px;
	background: transparent top center no-repeat scroll url(../images/structure/footer.png);
	z-index: 100;
	font-family: "Trebuchet MS", Tahoma, Helvetica;
	color: #ffffff;
	font-size: 10px;
	}
	
	#footerCopyright {
		position: absolute;
		top: 0px; right: 0px;
		text-align: center;
		width: 250px; height: 27px;
		line-height: 27px;
		}
		
	#footerMeta {
		position: absolute;
		top: 27px; left: 0px;
		text-align: center;
		width: 100%; height: 55px;
		line-height: 55px;
		}		
		
	#siteFooter a {
		color: #99a2b3;
		text-decoration: none;
		}
		
	#siteFooter a:hover {
		text-decoration: line-through;
		}