/*LINDA RIVARD MAIN CSS*/

html, body, p, h1, h2, h3, h4, h5, h6, form, fieldset {
		margin: 0;
		padding: 0;
		border: 0;
	}
body {
	font-family: Arial, Helvetica, sans-serif;
		font-size: 101%;
		background-color: #000000;
		color: #000000;
		text-align: left;
		margin: auto;
		padding: 0;
		height: 101%;
}
p {
	padding-bottom: 10px;
}

.print {
	display: none;
}
.wrapper {
	background-color: #CCFFCC;
	margin: auto;
	width: 800px;
	height: 500px;
	display: block;
	position: relative; /*MUST HAVE THIS POSITIONING FOR 'mainGallery' CLASS TO WORK*/
	/*border: 1px solid #FF9933;*/
	}
.header {
	background-color: #CCFFCC;
	width: 770px;
	margin-right: 15px;
	margin-left: 15px;
}
.headerLeft {
	background-color: #CCFFCC;
	right: 0px;
	margin-right: 9px;
	margin-left: 0px;
	text-align: left;
	/*height: 42px;*/
}
.header2Right {
	background-color: #CCFFCC;
	background-image: url(images/lines_10px_fill.gif);
	background-repeat: repeat-x;
	right: 0px;
	margin-right: 0px;
	margin-left: 0px;
	text-align: left;
	height: 42px;
}

/*.vertLineLeft {
right: 0px;
margin-right: 10px;
padding-top: 21px;
}*/
/*.bottomLines {
background-image: url(images/lines_10px_fill.gif);
background-repeat: repeat-x;
	left: 0px;
	position: relative;
	vertical-align: bottom;
	margin-bottom: 0px;
	bottom: 0%;
}*/
.main {
	color: #000000;
	background-color: #CCFFCC;
	width: 770px;
	margin-right: 15px;
	margin-top: 7px;
	margin-left: auto;
	/*position: relative; DON'T USE POSITION HERE-IT WILL EFFECT THE 'mainGallery' CLASS*/
	/*border: 1px dashed #993333;*/
}
.main a:link {
	color: #000000;
	text-decoration: none;
	}
.main a:visited {
	color: #000000;
	text-decoration: none;
	}
.main a:hover {
	color: #000000;
	text-decoration: underline;
	}
.main a:active {
	color: #000000;
	text-decoration: none;
	}
.mainPageLeft {
	height: 390px;
	float: left;
	background-image: url(images/lines_10px_fill.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 495px;
	text-align: center;/*
	border: thin dotted #993333;*/
}
.mainPageRight {
	width: 260px;
	float: right;
	right: 0px;
	position: inherit;/*
	border: thin dotted #993333;*/
}
.mainGalleryIndex {
	position: absolute;
	bottom: 115px;
	width: 770px;
	text-align: center;
	/*border: 1px dotted #0033FF;*/
}
.mainGalleryIndex img {
	padding: 3px;
	vertical-align: top;
}
.mainGallery {
	position: absolute;
	bottom: 15px;
	/*border: 1px dotted #0033FF;*/
}
.onlineAlbumLinkHome {
	width: 260px;
	/*font-weight: normal;*/
	top: 0px;
	right: 0px;
	position: relative;
	/*z-index: 10;*/
	text-align: center;
	float: right;
	font-size: medium;
}
.onlineAlbumLink {
	top: 0px;
	right: 0px;
	position: relative;
	z-index: 10;
	text-align: right;
	float: right;
	font-size: medium;
	font-weight: bold;
}

.mainPageScroll {
	overflow : auto;
	height : 390px;
	position: inherit;
	border: 1px solid #000000;
	margin: auto;
	padding: 5px;
	font-size: small;
}
.mainPageScroll h1, h2, h3, h4, h5, h6 {
	margin-bottom: 12px;
	}
.mainPagePhotography {
	position: inherit;
	left: 194px;
	top: 112px;
}
.contactLeft {
	float: left;
}
.contactRight {
	float: right;
}

.footer {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
}
.pageFooterLeft {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	color: #CCFFCC;
	text-align: left;
	letter-spacing: 1px;
	text-decoration: none;
	float: left;
}
.pageFooterRight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #CCFFCC;
	text-align: left;
	letter-spacing: 2px;
	text-decoration: none;
	float: left;
}
.pageFooterRight a:link {
	color: #CCFFCC;
	text-decoration: none;
	}
.pageFooterRight a:visited {
	color: #CCFFCC;
	text-decoration: none;
	}
.pageFooterRight a:hover {
	color: #CCFFCC;
	text-decoration: none;
	}
.pageFooterRight a:active {
	color: #CCFFCC;
	text-decoration: none;
	}


/*.wedding1 {
	text-align: center;
	margin-top: 50px;
}
.wedding1 img {
	padding: 3px;
	vertical-align: top;
}
.portrait1 {
	text-align: center;
	margin-top: 67px;
}
.portrait1 img {
	padding: 3px;
	vertical-align: top;
}
.fineArt1 {
	text-align: center;
	margin-top: 66px;
}
.fineArt1 img {
	padding: 3px;
	vertical-align: top;
}
*/
