/*
 *  Project
 *	Cascading Style Sheet
 *  Last Modified: 
*/

/*	COLORS      
 *
*/


* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	color: black;
	background-color: #848484;
	background-image: url(/img/bodyBG.gif);
	background-repeat: repeat-y
}


img {
	border: 0;
}

p, td, li, ul, ol, li, h1, h2, h3, h4, h5, h6, label, blockquote, cite {
	font-family: 'Arial Narrow',Arial, Verdana, sans-serif;
}



p {
	margin-bottom: 8px;
	text-align: left;
	font-size: 13px;
	line-height: 16px;
}

ul, ol, li {
	font-size: 12px;
}


h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

h1 {
	font-size: 18px;

}	

h2 {
	font-size:  18px;

}	

a:link,  a:visited {
	color: #FF6A00;
	text-decoration: none;
}

a:hover, a:active {
	color: #FF6A00;
	text-decoration: underline;
}
	
div.colLeft {
	float: left;
	width: 242px;
}

img#homePic {
	width: 242px;
	height: 100px;
	margin-top: 90px;
}

div.colMiddle {
	float: left;
	width: 350px;
}

img.invite {
	width: 350px;
	margin-bottom: 12px;
}

div#nav {
	margin-top: 65px;
}

div.colRight {
	float: left;
	width: 250px;
	padding-left: 16px;
	color: white;
}

div.colRight img {
	margin-left: 16px;

}

div.colRight h1 {
	font-size: 18px;
}


div#page {
	width: 920px;
	margin-bottom: 24px;
}

#header {

}	

#content {

}

#footer {

}

#footer p {
	color: #CCC;
	margin-top: 16px;
	margin-left: 256px;
	font-size: 11px;
	line-height: 14px;
}


div.clear {
	width: 100%;
	height: 0;
	line-height: 0;
	font-size: 0;
	clear: both;
}


.colMiddle h1, .colMiddle h2, .colMiddle h3, .colMiddle p {
	margin-left: 14px;
	margin-right: 14px;
	color: white;
}

.colMiddle h1 {
	margin-top: 18px;
	margin-bottom: 18px;
}

.colMiddle h2 {
	margin-bottom: 4px;
}

.colMiddle p {
	margin-bottom: 12px;
}


ul#galleryList {
	margin-top: 70px;
	margin-left: 48px;
	margin-right: 12px;
	list-style-type: none;
}

ul#galleryList li {
	line-height: 18px;
	padding-top: 4px;
	text-align: right;
}

div#galleryBig {
	width: 350px;
	height: 525px;
	background-position: top center;
	background-repeat: no-repeat;
}

div#galleryThumbs {
	margin-left: 16px;
	margin-top:  70px;
	margin-bottom: 12px;
}

div#galleryThumbs a {
	float: left;
	padding: 4px 6px;
	margin: 4px;
	font-size: 11px;
	font-weight: bold;
	background-color: white;
	font-family: Arial, Verdana, sans-serif;
}

div#photographer {
margin-left: 18px;
	position: relative;
	width: 88%;
	height: 72px;
	top: 24px;
	background-color: #434343;
	padding 40px;
	clear: both;
}

div#photographer img {
	float: left;
	margin: 6px;
}

div#photographer p {
	padding: 6px 0;
	line-height: 18px;
}

div#testimonial {
	width: 220px;
	position: absolute;
	top: 20px;
	left: 625px;
}

div#testimonial img {
	margin: 0;
	margin-bottom: 12px;
}

div#testimonial p.source {
	font-style: italic;
	text-align: right;
}


blockquote {
	width: 350px;
	margin: 12px 0 8px 20px;
	clear: both;
	font-size: 13px;
	color: black;
}

cite {
	font-size: 13px;
	color: black;
	float: right;
}


div.colRight a {
	color: #444;
}
div.colRight div#galleryThumbs a {
	color: #FF6A00;
}


