/*Body Content Divisions*/
body {
	background-attachment: scroll;
	background-image: url(../images/PickUpLines_3_tophalf.jpg);
	background-repeat: repeat;
	background-position:center;
	font-family:Georgia, Times, serif;
	font-size:95%;
}
#content {
	background-color: #FFFFFF;
	padding: 1em;
	clear: both;
	margin: 0 6.5% 0 6.5%;
	border:1px solid black;
}

/* Title */
.titleface {
	border:1px solid black;
	height:170px;
}

.byline {
	font-family:"gill sans", "gill sans mt", verdana, helvetica, sans-serif;
	font-size:90%;
	color:#C82A0C;
	font-style:italic;
	font-weight:normal;
	text-align:center;
}

/*Key Format Tags*/
p {
	padding-left:4%;
}
h1, h2, h3, h4, h5, h6 {
	font-family:"gill sans", "gill sans mt", verdana, helvetica, sans-serif;
}
h1 {
	font-size:350%;
	text-align:center;
	text-decoration:underline;
}
h2 {
	font-size:170%;
	color:darkblue;
}
h3 {
	font-size:140%;
	color:#C82A0C;
}
h4 {
	font-size:120%;
}
h5 {
	font-size:110%;
}

/*Image Properties*/
img {
}
.left {
	float:left;
}
.right {
	float:right;
}

/* Links */
a:link {
	color: darkblue;
}

a:visited {
	color: darkgreen;
}

a:hover {
	color: darkred;
}

a:active {
	background-color: darkblue;
}
