/* CSS Document */

.big_pink {
	font-size: 1.8em;
	color: #b40464;
}

.bold {font-weight: bold;}
.bigger {font-size: 1.5em}
.big {font-size: 1.3em;}

.right {text-align: right;} 
.center {text-align: center;}
.justify {text-align: justify}
.align_bottom {vertical-align: bottom;}
.align_top {vertical-align: top;}
.align_left {float: left; padding: 10px; border: 0px;}
.align_right {position: relative; float: right; padding: 10px; border: 0px;}
.align_middle {vertical-align: middle;}

.picture_header {font-family: Georgia, "Times New Roman", Times, serif; font-size: 1.5em; color:#fc0; font-weight: bold; display: inline; margin-top: 0px;}

.image_holder {
	position: relative;
	float: right;
	border: 1px dashed #B5A993;
	padding: 3px;
}

.comment {color: #6F5D71; font-style: italic; display: block; padding: 10px 0px 0px 40px; background-image: url(/images/purple_quotes.gif); background-repeat: no-repeat; background-position: 0px 0px;}