
@media screen, print {	
	body, input, p, td, ul, ol, li, dl, dt, dd, textarea, select {
		font-family: trebuchet, tahoma, helvetica, sans-serif;
	}
}

@media screen {	
	body {
		margin:0;
		padding: 0;
		text-align: center; 
		background: #dddddd;
	}

	body, input, p, td, ul, ol, li, dl, dt, dd, textarea, select {
		color: #777777;
		font-size: 11px;
		line-height: 17px;
	}
	
	h1, h2, h3, h4 {
		margin:0;
		padding: 0;
	}
	
	h1 {
		font-size: 14px;
	}
	
	h2 {
		font-size: 14px;
	}
	
	#main {
		margin: 0 auto;
		width: 750px;
		height: auto;
		padding: 0; 
		text-align: left;
		position: relative;
		background-color: #ffffff;
		overflow: hidden;
	}
	
	#header2 {
		margin: 0;
		padding: 0;
		height: 180px;
		width: 750px;
		position: relative;
		background-image: url(/gallery/mudflapsbanner.gif);
		background-repeat: no-repeat;
		background-position: 0 0;
		overflow: hidden;
	}

	#content {
		position: relative;
		margin: 0 130px 0 0;
		padding: 0 10px 0 10px;
		min-height: 1200px;
	}

	a:link, a:visited {
		color: #D94100; 
		text-decoration: none;
	}

	a:hover, a:focus {
		color: #D94100; 
		text-decoration: underline;
	}
	
	.title {
		color: #D94100; 
		font-weight: bold;
		font-size: 14px;
	}
	
	.titleextra {
		color: #D94100; 
	}
	
	.pictlist img {
		border: 1px solid #777777;
		padding: 12px;
		margin: 8px;
		max-width: 500px;
	}

	.albumlist img {
		border: 1px solid #999999;
		padding: 5px;
		margin: 0 5px 5px 0;
	}
	
	#arch {
		position: absolute;
		left: 620px;
		width: 105px;
		top: 298px;
		height: auto;
		text-align: right;
	}
}

@media print {	
	#header {
		display: none;
	}

	img {
		margin: 6px 18px 14px 18px;
	}
}

