@charset "utf-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
}

*:first-child+html body {
	background: url(../grfx/body_bg_ie.png) top center no-repeat #000;
}

body {
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url(../grfx/body_bg.png) top center no-repeat #000;
}

	#wrapper {
		width: 1026px;
		margin-top: 24px;
		margin-left: auto;
		margin-right: auto;
	}
	
		#header {
			background: url(../grfx/header_bg.png) top left no-repeat;
			width: 1026px;
			height: 69px;
		}
		
			#header img {
				padding: 27px 0 0 20px;
			}
			
		#content {
			width: 1015px;
			height: 597px;
			padding: 15px 0 0 11px;
			background: url(../grfx/content_bg.jpg) bottom right no-repeat #000;
		}
		
			#text_area {
				width: 502px;
				height: 577px;
				background: url(../grfx/bg.png) top left repeat;
				border: solid 1px #2c2a39;
				padding: 0 0 0 16px;
			}
			
			#text_area_internal {
				width: 986px;
				height: 577px;
				background: url(../grfx/bg.png) top left repeat;
				border: solid 1px #2c2a39;
				padding: 0 0 0 16px;
			}
			
				#text_area #text_header, #text_area_internal #text_header {
					padding: 24px 0 20px 0;
				}
				
					#border {
						width: 474px;
						height: 415px;
						border: solid 1px #271e23;
						background: url(../grfx/text_bg.png) top left repeat;
					}
					
					#border_internal {
						width: 962px;
						height: 415px;
						border: solid 1px #271e23;
						background: url(../grfx/text_bg.png) top left repeat;
					}
				
						#text_scroller {
							width: 502px;
							height: 415px;
							padding: 0;
							float: left;				
							overflow: auto;
						}
				
						#text_scroller_internal {
							width: 986px;
							height: 415px;
							padding: 0;
							float: left;				
							overflow: auto;
						}
					
						.scroll_area {
							height: 100%;
						}
						
						#pictures_table {
							margin-left: auto;
							margin-right: auto;
							text-align: center;
							width: 800px;
						}
						
							#pictures_table img {
								padding: 2px;
								border: solid 1px #271e23;
								margin: 30px 10px 0 10px;
							}
							
						.flyer {
							padding: 2px;
							border: solid 1px #271e23;
							margin: 10px 0 0 14px;
						}
						
					#paypal_button {
						margin: 63px 0 0 290px;
					}
					
					p.paypal_support {
						width: 140px;
						color: #ff9900;
						font-size: 0.85em;
						position: absolute;
						top: 660px;
						margin: 0 0 0 350px;
					}
		
		#footer {
			width: 1026px;
			height: 160px;
			background: url(../grfx/footer_bg.jpg) top left no-repeat #000;
			font-size: 0.75em;
			margin: 0 0 10px 0;
		}
		
			#footer p.footer_links {
				color: #008af4;
				text-align: center;
				padding: 137px 0 5px 0;
			}
			
				p.footer_links a {
					color: #008af4;
					text-decoration: none;
					padding: 0 5px 0 5px;
				}
				
				p.footer_links a:hover {
					text-decoration: underline;
				}
				
			#footer p.footer_copy {
				color: #92491b;
				text-align: center;
				padding: 0;
			}
			
				p.footer_copy a {
					color: #92491b;
					text-decoration: none;		
				}
				
				p.footer_copy a:hover {
					text-decoration: underline;
				}	