@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	background-color: #051A1F;
	background-image: url(images/bgbar.jpg);
	background-repeat: repeat-y;
	background-position: top;
}

p {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 75%;
	line-height: 160%;
	padding-bottom: 15px;
}

h1 {margin-bottom: 20px; font-size:large; font-weight: lighter;}

h3 { font-weight:lighter; margin-bottom: 10px;}

h4 { font-weight:lighter; margin-bottom: 10px;}


.blue {color: #349BC4;}

.white {color: #FFF;}

.clear {display: none;}

.indented {padding-left: 20px; font-weight:bold;}

.logopad {margin-left: 15px;}

.nospace {padding-bottom: 0px;}

a:link {color: #000; text-decoration: underline}
a:visited {color: #000; text-decoration: underline}
a:hover {color: #FFF; text-decoration: underline;}
a:active {color: #FFF; text-decoration: underline}

#container {
	position: relative;
	width: 950px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

#header {
	float: left;
	width: 350px;
	height: auto;
	background-color: #13140f;
	padding-top: 20px;
	padding-left: 30px;
	padding-right: 30px;
}

#headtext {
	float: left;
	width: 500px;
	height: 168px;
	padding-top: 30px;
	padding-left: 8px;
	padding-right: 32px;
	background-color: #13140f;
}

#box1 {
	float: left;
	width: 950px;
	height: 147px;
	background-image: url(images/faces.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#box2 {
	float: left;
	width: 332px;
	height: auto;
}

#book {
	float: left;
	width: 332px;
	height: 397px;
	background-color: #c4bbb4;
	padding-top: 9px;
}

#booktext {
	float: left;
	width: 302px;
	height: auto;
	padding-top: 10px;
	padding-left: 30px;
}

#mainlinks {
	float: left;
	width:532px; /* makes the container div stretch to the width of the browser window */
	height: 30px; /* sets a height for the container div */
	font-size:90%; /* sets the font size of the list (which become links) */
	font-weight: bold; /* sets the font weight of the list (which become links) */
	background-color: #c4bbb4;
	padding-left: 85px;
	padding-top: 9px; 
	}
	
#mainlinks li {
	float: left;
	height: 16px;
	list-style-type: none; /* removes the bullet from each list item */
	padding-right: 18px; /* creates space between the list items */
	}

#mainlinks p {padding-bottom: 0px;}

#mainlinks a {
	text-decoration:none; /* removes the links' underlining */
	color:#000;	/* sets the text color of the links in their up state */
	}
	
#mainlinks a:hover {
	color:#349BC4; /* sets the text color of the links in their hover state */
	}
	
#mainlinks a.active {
	color:#349BC4; /* sets the text color of the links in their active state */
	}

#logoheader { /* This is the outer tag */
	background: url(images/letterstopoetstitle.jpg) no-repeat left top;
	width: 350px;
	height: 158px; /* Height of image */
}

#logoheader a {
	display: block;
	background-position: top;
	background-image: url(images/letterstopoetstitle.jpg);
	background-repeat: no-repeat;
	width: 350px;
	height: 158px;
}

/* Here I have used descendent selector to target the span within
the #whatheader. I have used the display:none rule to hide the 
text. */
#logoheader span { 
	display: none;
}

#col {
	float: left;
	width: 500px;
	height: auto;
	padding-left: 86px;
	padding-right: 32px;
	padding-top: 30px;
}

#footer {
	float: left;
	width: 950px;
	height: 30px;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 10px;
}

#footer p {
	font-size: 10px;
	font-weight: lighter;
	color: #000;
}

#footer a:link {color: #000; text-decoration: none;}
#footer a:visited {color: #000; text-decoration: none;}
#footer a:hover {color: #000; text-decoration: underline;}
#footer a:active {color: #000; text-decoration: none;}