/* aaapop.com css file */
/* original background #ffffcc */
/* wrapper color #E1D8B4 */
/* background color #A8B1E1 */

/*define background color */

body {
	background: #ffffcc;
	text-align: center;
	}

#wrapper {
	width: 780px;
	height: 1100px;
	margin: 0px auto;
	text-align: left;
	}

#gallerywrapper {
	width: 780px;
	height: 1400px;
	margin: 0px auto;
	text-align: left;
	}


#cover {
	position: absolute;
	}

#pointing {
	position: relative;
	top: 233px;
	left: 155px;
	width: 470px;
	z-index: 3;
	}

/* Column 1 for Gallery */

#primary {
	float: left;
	width: 390px;
	margin-top: -12px;
	
}

/* Column 2 for Gallery */

#secondary {

	margin-left: 390px;
}

/* FAQ Bio Copy */

#bio {
	padding: 10px;
	border: 2px solid;
	height: 469px;
	}


/* Golden Plates Ad Copy */

.goldenplates {
	position: relative;
	text-align: center;
	padding: 10px;
	height: 519px;
	border: 2px dotted;
	}

/* Golden Plates Ad Image */

img.goldenplatesad {
	float:left;
	padding:10px;
	}

/* Mike and Laura Picture Frame */

img.mikeandlaura {
	float: left;
	margin-right: 10px;
	padding: 10px;
	border: 2px solid;
	background: white;
	}
	
/* define headlines */

h1 {
	font-size: 24px;
	font-family: 'Ariel', 'Helvetica', Sans-Serif;
	font-weight: bold;
	line-height: 1;
	color: brown;
}

h2 {
	font-size: 48px;
	font-family: 'Ariel', 'Helvetica', Sans-Serif;
	font-weight: boldest;
	line-height: 1;
	color: yellow;
	<br>;
}

/* set class for Nav image */

img.navigation {
	padding: 5px;
	vertical-align: middle;
}


/* set class for body and link text */

.copy {
	font-size: 18px;
	font-family: 'Ariel', 'Helvetica', Sans-Serif;
	color: black;
}

.gallerytitle {
	font-size: 18px;
	font-family: 'Ariel', 'Helvetica', Sans-Serif;
	color: black;
	padding: 5px;
	background: grey;
	horizontal-align: center;
	text-align: center;
	border: 2px solid;
}

.gallerycopy {
	font-size: 12px;
	font-family: 'Ariel', 'Helvetica', Sans-Serif;
	color: black;
}

.faqcopy {
	font-size: 14px;
	font-family: 'Ariel', 'Helvetica', Sans-Serif;
	color: black;
}

.link {
	font-size: 14px;
	font-family: 'Ariel', 'Helvetica', Sans-Serif;
	color: red;
	margin-left: 20px;
	margin-bottom: 20px;
	text-align: middle;
}

.notice {
	font-size: 12px;
	font-family: 'Ariel', 'Helvetica', Sans-Serif;
	text-align: center;
	color: black;
}

/* define links */

a:link {
	color: red;
	text-decoration: none;
}

a:visited {
	color: purple;
	text-decoration: none;
}

a:hover {
	color: green;
	text-decoration: underline;
}

a:active {
	color: #e6ed95;
	background-color: white;
	text-decoration: none;
}

