body {
	background-color: #000000;
	color: #FFFFFF;
}

/* LINKS: white with red hover */
a:link, a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover, a:active {
	color: #990000;
}
.noogin { /* this is the square next to the link; doesn't work in Moz */
	font-family: Webdings;
	font-size: 9px;
}
.thumbLink { /* link back to THUMBNAILS page; used on PHOTO page */
	padding: 0 20px;
	text-align: center;
}


/* GENERAL, ALL PURPOSE CONTAINER */
#container {
	height: auto;
	width: 669px;
	margin-right: auto;
	margin-left: auto;
}


/* MASTHEAD */
#top {
	height: 74px;
	width: 669px;
}


/* NAV BAR */
#nav {
	background-image: url(images/nav-bg.gif);
	background-repeat: no-repeat;
	height: 600px;
	width: 148px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-align: right;
	font-size: 12px;
	float: left;
}

.sidebar { /* gives the padding to the right of the nav items; couldn't get to work any other way */
	padding-right: 10px;
}


/* MAIN CONTENT CONTAINER */
#content {
	width: 500px;
	float: left;
	padding-left: 25px;
}

.contentArea {
	padding: 10px;
}



/* PHOTO PAGE */
.border {
	border: 8px solid #FFFFFF;
}
.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	text-align: center;
}


/* THUMBNAIL PAGE */
.contentThumbs {
	width: 475px;
}
.thumbnail {
	margin: 10px;
	float: right;
	height: 75px;
	width: 75px;
}
.thumbBorder {
	border: 2px solid #FFFFFF;
	margin: 8px;
}

.thumbBorderBlack {
	border: 2px solid #000000;
	margin: 8px;
}

.thumbCaption {
	font-size: 20px;
	font-style: italic;
	text-transform: capitalize;
}


/* ABOUT and CLIENT pages */
#about {
	float: right;
	width: 425px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 10px;
	padding-right: 25px;
}

#about p {
	line-height: 18px;
}

.AboutCherylHeading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}
