/* CSS Document */

body {
	background: url(../grfx/body_bg.jpg) top center no-repeat #fcf2d1;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	color: #855003;
}

	#wrapper {
		position: relative;
		width: 974px;
		margin: auto;
	}
	
		#header {
			background: url(../grfx/header_bg.jpg) bottom right no-repeat;
			width: 974px;
			height: 76px;
		}
		
			#header img {
				position: absolute;
				top: 22px;
				left: 0px;
				border: 0;
			}
			
			#header #menu {
				float: right;
				margin: 31px 6px 0 0;
			}
			
				#header #menu img {
					position: relative;
					border: 0;
				}
				
		#banner {
			width: 974px;
			height: 262px;
		}
		
		#content {
			margin: 1px 0 0 0;
		}
		
			#content_left {
				float: left;
			}
			
				#content_left #prints {
					width: 569px;
					height: 201px;
					background: url(../grfx/new_prints.jpg) top left no-repeat;
				}
				
					#prints img {
						margin: 104px 0 0 292px;
						border: none;
					}
					
				#content_left table img {
					border: none;
				}
					
				#content_left_internal .pagination {
					float: right;
					height: 27px;
				}
				
					.pagination {
						padding: 16px 6px 11px 0;
					}
				
					.pagination p a {
						color: #3333ff;
						text-decoration: none;
					}
					
				#content_left table p {
					color: #02a6a8;
					background: url(../grfx/required.gif) top left no-repeat;
					line-height: 14px;
					padding: 0 15px 0 11px;
				}
				
				#content_left_internal img {
					border: none;
				}
				
				#content_left table span p {
					font-size: 0.85em;
					color: #5a7e88;
					background: url(../grfx/required.gif) top left no-repeat;
					line-height: 12px;
					padding: 0 15px 0 11px;
				}
				
					#content_left form table td input {
						width: 201px;
						border: none;
						margin: 5px 0 5px 0;
						padding: 5px;
						color: #5a7e88;
						font-family: Arial, Helvetica, sans-serif;
						font-size: 0.95em;
					}
				
					#content_left form table td textarea {
						border: none;
						margin: 5px 0 5px 0;
						width: 830px;
						padding: 5px;
						color: #5a7e88;
						font-family: Arial, Helvetica, sans-serif;
						font-size: 0.95em;
					}
					
					#content_left form table td input.button {
						width: 72px;
						height: 24px;
					}
					
				#content_left_internal {
					width: 847px;
					float: left;
				}
					
					#content_left_internal img.about {
						float: left;
						margin: 3px 20px 0 0;
					}
					
			#content_right {
				width: 272px;
				height: 201px;
				float: left;
				margin: 0 0 0 3px;
				background: url(../grfx/latest/pixelinspired/pixel_inspired.jpg) top left no-repeat;
			}
			
				#content_right img {
					border: none;
					margin: 167px 0 0 18px;
				}
				
		#footer {
			margin: 11px 7px 0 7px;
		}
		
			#footer #copyright {
				float: left;
			}
			
			#footer #design {
				float: right;
			}
