/* CSS Document for Vernon Guest House */
/* Copyright (c) Lucy Connelly 2005 */

/*******************************/
/* Page margins and background */
/*******************************/

body
 	{
	margin:				0px;
	background-color:	#ffFFFF;
	}
	
/*************************************/
/* Main table background and borders */
/*************************************/
	
table.main
	{
	background-image:	url(../GRAPHICS/fish-bg-CH200S30L75.jpg);
	border-width:		0px;
	}
	
td.main
	{
	border-width:	0;
	}
 
/***************/
/* Header text */
/***************/

h1, h2,
.header1, .mainfeatures, .header2
	{
	font-family:	"Times New Roman", Times, serif;
	font-weight:	bold;
	color:			#000066;
	}

h1,
.header1
	{
	font-size:	150%;
	font-style:	italic;
	}
	
.mainfeatures
	{
	font-size:	130%;
	}

h2,
.header2
	{
	font-family:	Geneva, Arial, Helvetica, san-serif;
	font-size:		120%;
	}
	
/*************/
/* Main text */
/*************/

body
	{	
	color:			#000000;
	font-family:	Geneva, Arial, Helvetica, san-serif;
	}
	
/****************/
/* Special text */
/****************/

.special-offer
	{
	color:			#990000;
	font-weight:	bold;
	}

.os-copyright	
	{
	color:		#000000;
	font-size:	70%;
	}

.copyright	
	{
	color:		#000000;
	font-size:	70%;
	}

/**********/
/* Images */
/**********/

img
	{
	border-color:	#eeFFee;
	border-style:	solid;
	}

.topleft
	{
	float: left;
	margin: 0 15px 15px 0;
	}

.topright
	{
	float: right;
	margin: 0 0 15px 15px;
	}
