/* CSS Document */

a:link {color:navy; font:15px sans-serif;}
a:visited {color:purple; font:15px sans-serif;}
a:focus {color:navy; font:15px sans-serif;}
a:hover {color:navy; font:15px sans-serif; text-decoration:none}
a:active {color:navy; font:15px sans-serif;}


body {background-color:#c6c1f4;}

#banner {position:absolute; top:5px; left:15px;}

.name {color:green;
		 font-family:"Monotype Corsiva", "Author", cursive;
		 font-size:26px;
		 padding:20px 5px;
		 width:100%; text-align:center;}


#nav {width:18%; 
		background-color:white; 
		border-right: medium groove navy;
		border-left: medium groove navy;
		position: absolute; 
		top: 100px; 
		left: 1px;
		padding:20px 8px;
		height:1500px;
		font: 14px sans-serif;}

#main {position:absolute; left:25%}

#content {width:80%; }

#pic {position:absolute; left:25%; top:100px; border: thick groove gray;}

#facts {position:absolute; right:5px; top:115px; width:275px;
		text-indent:-4px; padding:8px;
		font:16px sans-serif;}

#info {position:absolute; left: 25%; top:700px; font:15px sans-serif; padding-right:15px;}

span.f {color:green}
#info h2 {color:white; background-color:#497FBF;}

.copyright {position:absolute; bottom:5px; right:15px; padding-top:20px; font-size: 12px;}