@CHARSET "UTF-8";
.log {
	background-color: #fdffee; 
	color: black; 
	border: solid 0px;  
	text-align: left; 
}
body {
	background-color: #fdffee; 
	text-align: left; 
	font-family: georgia; 
}

body table td {
	vertical-align: top;
	text-align: left; 
	padding: 0px; 
	}
.header {
background-color:#f14310;
background-image:url(../images/vivienleigh_logo.jpg);
width:100%;
}
.left {
text-align:left;
background-color:#fdffee;
background-image:url(../images/vivienleigh_bg_left.jpg);
background-repeat: repeat-y;
background-position: top left;
}
.view {
text-align:left;
background-color:#fdffee;
}

.biography {
	text-align: justify; 	
	}
.biography p {
	background-color: #fdffee; 
	}
.biography i {
	color: maroon; 
	}
.footer {
background-color:#000000;
text-align:center;
color:#fdffee;
width:100%;
height:20px;
}
.left {
top:5px;
left:0px;
width:190px;
}
.left a {
	color:black;
	display:block;
	text-decoration:none;
	margin-left: 22px;
}
.left a:hover {
	color:orange;
	background-color:#FFCC33;
}

.right {
text-align:center;
/*width:200px;*/
background-color:#fdffee;
background-image:url(../images/vivienleigh_bg_right.jpg);
background-repeat: repeat-y;
background-position: top right; 
}
a {color: black;}
a:visited {color: #003300;}
a:hover {color: gray;}
a:active {color: #990000;}

.right_links {
	text-align:right;
	margin-right: 22px; 
}
.right_links a {
	color: black; 
	text-decoration:none;
}
.right_links a:hover {
	color: orange; 
	background-color:#FFCC33;
}
.avatars {
	text-aling: center;
}
.avatars ul {
	list-style-type: none;	
}
.avatars li {
	 display: inline;
	 padding: 5px;	 
}
.avatars img {

}

pre {
    font-size: 16px;
}