/*--

	(c) 2006 David J Davies  XHTML CSS
	
	Comedies and Proverbs
	
--*/


body 
{
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #000;
	background-image: url(aviateurbg.jpg);
	background-color: #fee;
	margin: 0px;
	padding: 0px;
	}
	
.container 
{
	width: 690px;
	border: 3px solid maroon;
	margin-left: 50px;
	margin-top: 25px;
	margin-bottom: 25px;
	background-color: #fff;
	color: #000;
	}

#header 
{
	color: white;
	background-color: maroon;
	width: 682px;
	border: 4px solid white;
	}

#header h1 
{
	color: white;
	background-color: maroon;
	font-size: 40px;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	margin-top: 14px;
	text-align: center;
	text-transform: capitalize;	
	}

#navigation 
{
	border-top: 2px solid black;
	border-bottom: 2px solid black;
	color: maroon;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;	
	background-color: #fca;
	text-align: center;	
	height: 44px;
	}
	
#navigation ul 
{
	list-style-type: none;
	margin:0 0 0 0;
        padding: 2px;
        white-space : nowrap;
	}

#navigation ul li 
{
	display: inline;
	padding-top: 1px;
	padding-bottom: 3px;
	font-size: 13px;
	line-height: 1.5;
	font-weight: 600;
	color: red;
	background-color: #fca;
	font-style: normal;
	}
	
#navigation a	
{
	background-color: #fca;
	color: black;
	text-decoration : none;	
	}

#navigation a:hover
{
	background-color: #fca;
	color: blue;
	}
	
#innards {
	width: 650px;
	margin-left: 4px;
	margin-right: 4px;
	padding-bottom: 30px;
	overflow: hidden;
	}

#innards p {
	padding-left: 20px;
	padding-right: 20px;
	}
	
#innards h1 
{
	color: white;
	background-color: maroon;
	font-size: 36px;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	text-align: center;
	width: 300px;
	}	

#innards h2 {
	padding-top: 15px;
	padding-left: 20px;
	font-size: 130%;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: maroon;
	background-color: white;
	}
	
#innards h3 {
	padding-top: 15px;
	padding-left: 20px;
	font-size: 120%;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #5a0052;
	background-color: white;
	}	

#innards a	
{
	color: #909;
	background-color: #fed;
	text-decoration: underline;
	font-weight: normal;
	}

#innards a:hover
{
	color: #f61;
	background-color: #fed;
	text-decoration: underline;
	}


blockquote 
{
	width: 225px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	text-align: left;
	color: #000;
	background-color: #def;
	font-size: 11px;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, Sans-serif;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	border: 2px solid maroon;
	float: right;
	}
	
.clear
{
	clear: both;
	}
	
#footer 
{
	color: white;	
	background-color: #maroon;
	width: 682px;
	border: 4px solid white;
	}

	
