@charset "UTF-8";

/*

futurepruf
WEB DESIGN + DEVELOPMENT

Global Stylesheet
version 1.0
author: futurepruf.com

*/

html, body { background: rgb(255,255,255); }

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	border: none;
	font-size: 12px;
	color: rgb(77,77,77);
}

a {
	text-decoration: none;
	color: rgb(77,77,77);
}

a img { border: none; }

#wrapper {
	width: 1096px;
	height: auto;
	margin: 0;
	padding: 48px 0 48px 48px;
}

	#header {
		float: left;
		width: 1096px;
		height: auto;
		margin: 0 0 24px 0;
		padding: 0;
	}

		#header h1 {
			text-indent: -9999px;
			float: left;
			margin: 0 12px 0 0;
			padding: 0px;
			height: 47px;
			width: 229px;
			background: url('/images/futurepruf.png');
		}
	
		#header h2 {
			text-transform: uppercase;
			font-size: 12px;
			font-weight: normal;
			color: rgb(204,204,204);
			margin: 25px 0 0 0;
			padding: 0;
		}

	#content {
		float: left;
		width: 1096px;
		height: auto;
		margin: 0 0 24px 0;
		padding: 0;
	}
	
		#content p { margin-top: 0; }
	
		#content .screen_cap {
			border: 1px rgb(179,179,179) solid;
		}
		
			#content .screen_cap a {
				display: block;
			}
			
				#content .screen_cap a img {
					display: block;
				}
		
	#footer {
		float: left;
		width: 1096px;
		height: auto;
	}

.clear { clear: both; }
.gray_light { color: rgb(179,179,179); }













