/* CSS Document */

html {
	background: url(../grfx/html_bg.gif) top left repeat;
}

body {
	background: url(../grfx/body_bg.gif) top left repeat-x;
	color: #878787;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	padding: 0 0 30px 0;
}

	#wrapper {
		margin: 0 auto;
		width: 938px;
	}
	
		#header {
			background: url(../grfx/header_bg.gif) top left no-repeat;
			height: 106px;
			width: 938px;
		}
		
			#header img {
				margin: 14px 0 0 19px;
			}
			
		#content {
			background: url(../grfx/content_bg.gif) top left repeat-y;
			padding: 24px 69px 60px 69px;
			width: 800px;
		}
		
			#content img {
				padding: 1px;
				border: solid 1px #20632b;
			}
		
		#footer {
			background: url(../grfx/footer_bg.gif) top left no-repeat;
			height: 72px;
			width: 938px;
		}
		
			#footer p {
				color: #c1c1c1;
				float: right;
				font-family: Arial, Helvetica, sans-serif;
				margin: 32px 12px 0 0;
			}
			
				#footer p a {
					color: #c1c1c1;
					text-decoration: none;
				}
			
				#footer p span {
					color: #fff;
				}
				
			#footer img {
				float: right;
				margin: 35px 26px 0 0;
			}