
/*linked to warren*/

/* yellow background #c7c697*/

/*************************navigation*/
/* linked to warren thumbnails*/
.youarehere a { /*class*/
			background-color: #000000;
			}
div.navbar2 {/*div is class instead of id - used more than once*/
    height: 20px;
    width: 91%;
    border-top: solid #c7c697 6px;
    border-bottom: solid #c7c697 8px;
    background-color: #494949;
}
div.navbar2 ul {
    margin: 0px;
    padding-bottom: 3px;
    font-family: "Times New Roman", Georgia, serif;
    font-size: 9pt;
    color: #ffffcc; /*pale yellow*/
    line-height: 20px;
    white-space: nowrap;
}
div.navbar2 li {
    list-style-type: none;
    display: inline;
}
/*width of navbar elements onetwothree... is padding*/
div.navbar2 li a {
    text-decoration: none;
    padding: 3px 3px;
    color: #ffffcc;
}
div.navbar2 li a:link {
    color: #ffffcc;
}
div.navbar2 li a:visited {
    color: #ffffcc;
}
div.navbar2 li a:hover 
			{
			
			color: #ffffcc;
			background-color: #c7c697;
			}

body		{
			font-size: 100%;	
			padding-left: 10px;
			margin: 0px;
			background-color: #c7c697;
			}


/*warren first page*/

#myfriendwarrenlogo	{position: absolute; left:240px; top:20px; z-index:2;
					 padding-bottom: 30px;
					 }

p			{font-family: "Times New Roman", Georgia, serif;
			font-size: 12pt;
			font-weight: 300;
			margin-left:135px;
			margin-right:165px;
			}

#w1			{font-family: "Times New Roman", Georgia, serif;
			font-size: 12pt;
			font-weight: 300;
			padding-top: 100px;
			margin-top:35px;
			margin-left:135px;
			margin-right:165px;
			}
			
ul			{list-style-type: none;
			}

#thumb_table{padding-left:5px;
			}
/*************************individual warren pages*/
#warren_image{
			position: absolute; left:190px; top:70px;
			}