﻿/* CSS Document */

body {
	margin: 0px;
	background-color: #000000;
}
	
#navigation {
	width: 100%;
	height: 50px;
	background-color: #000000;
}
#navigationContent {
	width: 983px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	color: #FEA656;
	font-size: 18px;
	padding-right: 20px;
	top: -15px;
	position: relative;
	padding-top: -25px;
}
#navigationContent a {
	color: #FEA656;
	text-decoration: none;
	font-weight: 600;
}
	
#navigationContent a:hover {
	text-decoration:underline;
	}
	
#home #navigation #navigationContent a#nav_home, #bio #navigation #navigationContent a#nav_bio, #education #navigation #navigationContent a#nav_education, #books #navigation #navigationContent a#nav_books, #podcasts #navigation #navigationContent  a#nav_podcasts, #serena #navigation #navigationContent  a#nav_serena, #contact #navigation #navigationContent a#nav_contact {
	
	font-weight:700;
	}

#navigationCrown {
	position:relative; 
	margin-right:10px; 
	top:10px;
	border:0px;
	}
	
#navigationSerena {
	position:relative; 
	top:15px;
	border:0px;
	}
	
#mainContainer {
	width:1003px; 
	margin-left:auto; 
	margin-right:auto; 
	background-position:top right; 
	background-repeat:no-repeat; 
	height:600px;
	}
	
#serenaContent {
	width: 400px;
	padding: 20px;
	padding-top: 0px;
	height: 286px;
	margin-left: 380px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #E0FD7B;
}
#serenaContent a {
	color: #FEA656;
	text-decoration: underline;
	font-size: large;
}
	
#serenaLogo {
	margin-left:40px;
	margin-top:100px;
	}
	
#copyright {
	width:1003px;
	text-align:right;
	color:#808080;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	}
