/*styles for ex06_payne.htm*/

body 
{
	background-color: #566262;
	margin: 0px;
}

/*the main container*/
#container
{
	background-color: #fffff0;
	background-image: url(../images/borderleft.png);
	background-position: top left;
	background-repeat: repeat-y;
	margin: 0px;
	padding-left: 30px;
	width: 48em;
	height: 54em;
	font-family: "Courier New", serif;
	position: relative;
	border-top: 1px solid black;
	border-right: 4px ridge #354947;
}

/*header/top of page styles*/	
#header
{
	height: 110px;
	width: 600px;
	padding: 0px 20px 0px 20px;
	margin: 0px 0px 0px 80px;
	background-image: url(../images/bannerstatic.gif);
	background-repeat: no-repeat;
	background-position: 20% 0%;
	position: relative;
}

/*menu/navigation styles*/	

img
{
border: none;
}

.link
{
cursor: pointer;
float: left;
margin: 20px 20px 10px 15px;
}

#home
{
	height: 120px;
	width: 120px;
	margin-left: 80px;
}

#read
{
	height: 120px;
	width: 120px;
}

#anchor1
{
	height: 120px;
	width: 120px;
}

#anchor2
{
	height: 120px;
	width: 120px;
}

/*1st bordered box - on this page...sub navigation menu lives in this box*/
#box1
{
	position: relative;
	margin-left: auto;
	margin-right: auto;	
	margin-top: 10px;
	padding: 0;
	clear: both;
	width:90%;
	background-color: #ffffff;
}
 	
#content1
{
	width: 90%;
	height: 45px;
	padding-bottom: 4px;
}
		
/*border code*/
/*
	tlc = top left corner
	trc = top right corner
	blc = bottom left corner
	brc = bottom right corner
	lb = left border
	rb = right border
	tb = top border
	bb = bottom border 
*/

#tlc1, #trc1, #blc1, #brc1
{
	background-color: transparent;
	background-repeat: no-repeat;
}

#tlc1
{
	background-image:url(../images/tlc.gif);
	background-position: 0% 0%;
}

#trc1
{
	background-image:url(../images/trc.gif);
	background-position: 100% 0%;
}
	
#blc1
{
	background-image:url(../images/blch.gif);
	background-position: 0% 100%;
}

#brc1
{
	background-image:url(../images/brc.gif);
	background-position: 100% 100%;
}

#tb1, #bb1
{
	background-color: transparent;
	background-repeat: repeat-x;
}
			
#tb1
{
	background-image:url(../images/tb.gif);
	background-position: 0% 0%;
}

#bb1
{
	background-image:url(../images/bbh.gif);
	background-position: 50% 100%;
}
	
#rb1
{
	background-image:url(../images/r.gif);
	background-position: 100% 0%;
	background-repeat: repeat-y;
}

#lb1
{
	background-color: #eeeeee;
	background-image:url(../images/lh.gif);
	background-position: 0% 100%;
	background-repeat: repeat-y;
}

.sublink
{
	cursor: pointer;
	float: right;
	margin: 10px 20px 10px 0px;
}

#story
{
	height: 30px;
	width: 120px;
	margin-right: 90px;
	margin-left: 20px;
}

#memoir
{
	height: 30px;
	width: 120px;
}

#poetry
{
	height: 30px;
	width: 120px;
}

li
{
	list-style-type: none;
}

/*2nd bordered box - main body/content styles*/

#box
{
	position: relative;
	margin-left: auto;
	margin-right: auto;	
	margin-top: 10px;
	clear: both;
	padding: 0;
	text-align: left;
	width:90%;
	background-color: #ffffff;

}
 	
#content
{
	padding:20px;
}

/*paragraph styles*/
p
{
	color:#3b3b3b;
	font-size: 1em;
	line-height: 1.3em;
}

p:first-letter
{

}
		
/*border code*/
/*
	tlc = top left corner
	trc = top right corner
	blc = bottom left corner
	brc = bottom right corner
	lb = left border
	rb = right border
	tb = top border
	bb = bottom border 
*/

#tlc, #trc, #blc, #brc
{
	background-color: transparent;
	background-repeat: no-repeat;
}

#tlc
{
	background-image:url(../images/tlc.gif);
	background-position: 0% 0%;
}

#trc
{
	background-image:url(../images/trc.gif);
	background-position: 100% 0%;
}
	
#blc
{
	background-image:url(../images/blch.gif);
	background-position: 0% 100%;
}

#brc
{
	background-image:url(../images/brc.gif);
	background-position: 100% 100%;
}

#tb, #bb
{
	background-color: transparent;
	background-repeat: repeat-x;
}
			
#tb
{
	background-image:url(../images/tb.gif);
	background-position: 0% 0%;
}

#bb
{
	background-image:url(../images/bbh.gif);
	background-position: 50% 100%;
}
	
#rb
{
	background-image:url(../images/r.gif);
	background-position: 100% 0%;
	background-repeat: repeat-y;
}

#lb
{
	background-color: #eeeeee;
	background-image:url(../images/lh.gif);
	background-position: 0% 100%;
	background-repeat: repeat-y;
}
			
/*footer styles*/	
#footer
{
	height: 15px;
	width: 100%;
	padding: 2px 0px 2px 0px;
	font-size: 0.6em;
	text-align: center;
	font-family: sans-serif;
}
