html, body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #666;
	margin:0;
	padding:0;
	text-align:left;
	background-color: rgb(0,51,0);
	} 
p{
	margin:0;
	padding:0;
}

h1{
	font-size: 200%;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	color: rgb(0,51,0);
	text-align: center;
	}

h2{
	font-size: 125%;
	font-weight: bold;
	margin: 20px 0px 0px 0px;
	}
	
#pagewidth{
	width:900px;
	margin: 0px auto;
	background: #fff;
	} 
	
#contents{
	background-color: transparent;
	width: 900px;
	/*background-image: url(images/page_bg.jpg);
	background-repeat: repeat-y;	*/
	float: left;
}
	
#header{
	background-color: transparent;
	width: 860px;
	height: 90px;
	margin: 10px 20px 0px 20px;
}

#leftheader{
	background-color: transparent;
	float: left;
	display: inline;
	position: relative;
	width: 660px;
	height: 90px;

	/*background-image: url(images/chelsea_morning_logo.jpg);
	background-repeat: no-repeat;*/
}

#rightheader{
	background-color: transparent;
	float: right;
	display: inline;
	position: relative;
	width: 200px;
	height: 90px;
	text-align: right;
	background-image: url(images/lavazza_espresso_point_logo.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
#navbar{
	float: left;
	display: inline;
	position: relative;
	width: 860px;
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-top: 1px rgb(0,51,0) solid;
	border-bottom: 1px rgb(0,51,0) solid;
	background-color: rgb(230,230,230);
	}
	
a.button {
	display: block;
	/*width: 100px;*/
	height: 25px;
	color: rgb(0,51,0);
	text-align: center;	
	text-decoration: none;	
	float: left;
	padding: 5px 15px 0px 15px;
	background-color: rgb(230,230,230);
	}

a.button:hover {
	background-color: rgb(0,51,0); 
	color: White;
	text-decoration: underline;
	/*border-bottom: 4px White solid;*/
	}

#bodycopy{
	background-color: transparent;
	width: 860px;
	min-height: 200px;
	margin: 10px 20px 0px 20px;
	}
}

table {
	border: thin Silver solid;
	padding: 0;
	background-color: #FFFFFF;
	border-collapse: collapse;
	}

th 	{
	border: thin Silver solid;
	padding: 5px;
	background-color: #16377E;
	vertical-align: top;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	color: White;
	}
	
td 	{
	border: thin Silver solid;
	padding: 5px;
	background-color: #FFFFFF;
	vertical-align: top;
	}
	
#footer{
	width:860px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	background-color: transparent;
	}
	
#copyrightpanel{
	background-color: transparent;
	float: left;
	display:inline;
	position: relative;
	width:350px;
	margin-top: 1px;
	margin-bottom: 1px;
	padding-left: 15px;
	text-align: left;
	color: Silver;
	font-size: 10px;
	}
	
#authorpanel{
	background-color: transparent;
	float: right;
	display:inline;
	position: relative;
	width:400px;
	margin-top: 1px;
	margin-bottom: 1px;
	text-align: right;
	padding-right: 10px;
	color: Silver;
	font-size: 10px;
	}
	
.pageheads{
	font-size: 135%;
	font-weight: bold;
	text-align: center;
	color: #003300;

}

.indent{
	text-indent: -30px;
	margin-left: 30px;
	}
	 
ul{ 
	margin-top: 1px; }
	
li{ 
	margin-top: 0px; }

ul.menu{
	margin-top: 1px;
	list-style: none none;
}
	
li.menu{
	margin-top: 5px;
	list-style: none none;
}
	
.link{
	font-size: 100%;
	color: rgb(0,51,0);
	text-decoration: none;
	}
	
a.link:hover {
	font-size: 100%;
	color: rgb(128,128,128); 
	text-decoration: underline;
	}
	
a.authorpanel	{
	font-size: 10px;
	color: Silver;
	text-decoration: none; 
	}
	
a.authorpanel:hover {
	font-size: 10px;
	color: Silver;
	text-decoration: none;
	}
		
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

