/* Maximphoto 'wide' stylesheet
   V1.0 Paul Bellamy, BellamyStudio, 2006 */

/* main template layout */
#wrapper {
	margin: 25px auto;
	width:980px;
	}
#header {
	width:940px;
	/*background:url('/images/template/1024_top.png') top left no-repeat;*/
	padding:20px 20px 10px 20px 
}
#logo {
	display:none
}
#container {
	background:url('/images/template/1024_top2.png') top left no-repeat;
	width:980px;	
	}
#footer {
	width:980px;
	height:62px;
	background:url('/images/template/1024_bot2.png') bottom left no-repeat;	
}
#footer p {
	padding:0;
	margin:0
}
#footer p img {
	display:inline;
	margin:0 0 -20px 20px
}
/* navigation */

#Nav {
	width:640px
}
#Nav li {
	margin:0 2em 0 0;
	font-size:1.1em
}
#content {
	padding:10px 30px 20px 30px;
	width:920px;
}
#frontleftColumn {
	width:500px;
	margin-right:10px;
	}
#frontrightColumn {
	width:394px;
	margin-left:10px;
}
#leftColumn {
	width:630px;
	margin-right:10px;
	}
#rightColumn {
	width:250px;
	margin-left:5px;
}

/* Misc Content Styling */

.extraPhoto {
	display:block
}

dl.packages {
	width:500px;
	background:url('/images/template/lists/500_foot.png') bottom left no-repeat;
}
dl.packages dt {
	width:500px;
	background:url('/images/template/lists/500_head.png') top left no-repeat;
}