/* Style defs for guisborough car sales specific bits */

/* The overall page body definition */

body
	{
	padding:		0;
	margin:			0;
	background-image:	url(/images/page-background.gif);
	background-repeat:	repeat-x;
	background-color:	white;
	}

/* All pages have the same page head div */

div.Page-Head
	{
	width:			100%;
	height:			180px;
	}

/* Normal font definition used for base text */

.Normal
	{
	font-family:	"Batang";
	color:		black;
	font-size:	14pt;	
	}

/* For the blue emphasised bits */

.Emphasis
	{
	font:			12pt "Bookman Old Style";
	color:			#3C3970;
	font-size:		120%;
	}

.Menu_Bar
	{
	background-color:	black;
	color:			white;
	}

a.Menu_Bar
	{
	background-color:	black;
	color:			white;
	}

a.Menu_Bar:hover
	{
	background-color:	black;
	color:			yellow;
	}

div.Page_Foot_Bar
	{
	color:			#3C3970;
	background-color:	yellow;
	width:			100%;
	}

/* Page Body bits. */

div.Left_Body
	{
	width:			60%;
	margin-left:		10%;
	}

.Our_Vehicles
	{
	text-align:		center;
	color:			#3C3970;
	font-size:		120%;
	}

.Body_Text
	{
	font-size:		14pt;
	font-family:		"Batang";
	text-align:		center;
	color:			black;
	}

.Unemphasised
	{
	color:			grey;
	}

/* What Guisborough Car Sales Ltd looks like on the main page */

#GCS_Bold
	{
	color:			#3C3970;
	font-weight:		bold;
	text-decoration:	underline;
	font-size:		120%;
	}

table.Page_Body
	{
	width:			66%;
	}

.FP_Image_Caption
	{
	color:			blue;
	font-weight:		bold;
	font-size:		120%;
	}

/* Define the page bottom bar. */

#Bottom_Left_Copy
	{
	background-color:	yellow;
	color:			#3C3970;
	text-align:		left;
	vertical-align:		middle;
	width:			100%;
	}

#Bottom_Right_Copy
	{
	background-color:	yellow;
	color:			#3C3970;
	text-align:		right;
	vertical-align:		middle;
	width:			100%;
	}
