body 
{ 
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 11px; 
	color: #999;
	background-color: #000;
	margin-top: 0px;
	padding-top: 0px;
}

td { 
	font-family: verdana, arial, helvetica, sans-serif;  
	font-size: 11px; 
	color: #999 }

h1
{
	font-weight: normal;
	font-size: 12pt;
	margin-top: 0px;
	padding-left: 3px;
	color: #fff;
}

h2
{
	font-weight: normal;
	font-size: 11pt;
	margin-top: 0px;
}


h4
{
	font-weight: normal;
	font-size: 12pt;
	margin-bottom: -5px;
}



/*
	Links
*/

a:link, a:active
{
	color: #fe0000;
	text-decoration: none;
}


a:hover
{
	color: #000;
	text-decoration: underline;
}

a:visited
{
	color: #333;
	text-decoration: underline;
}










/* STRUCTURAL DEFS */


#container
{
	width: 790px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
}



/* Main page container */

#content
{
	float: right;
	width: 531px;
	margin-top: 0px;
	padding-right: 10px;
}


/* Main page content container */

#content-container
{
	width: 531px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}





/* Section Title - What's On, Shops & Services etc */

#section-title
{
	height: 45px;
	margin-top: 0px;
	padding-top: 0px;
}

#section-title h1
{
	float: left;
	padding: 25px 0 10px 10px;
	margin: 0 0 20px 0;
	font-family: Trebuchet MS, arial, sans-serif;
	font-weight: normal;
	color: #000;
	font-size: 1.7em;
	width: 770px;
	/*border-bottom: 1px solid #cccccc;*/
}

/* End Section Title */






/* Container containing the actual data - provides borders */
/* Width is 2px less than container above since we're in standards mode */

#sub-container
{
	width: 529px;
	border-left: 1px solid #c5c5c5;
	border-right: 1px solid #c5c5c5;
	margin: 0 0 0 0;
	padding: 10px 0 10px 0;
}


/* If content is only in P tags rather than table, then add an indent */#sub-container p{	margin-left: 15px;	margin-top: 0px;	padding-top: 10px;}

#sub-container h4
{
  	padding: 0 0 0 15px;
	margin: 0 0 0 0;
	color: #333;
}

/* Heading for main colored area */

#heading h2
{
	color: #fff;
	padding-top: 5px;
	margin-bottom: 0px;
}



/* Definitions for main colored heading */

#heading
{
	background-image: url("/app/sharedimages/devonshiresquare/boxtop.gif");
	background-repeat: repeat-x;
	background-color: #333;
	padding-left: 10px;
	height: 28px;
	margin: 0px;
}




/* Heading for business name */

#businesstitle h2
{
	margin-bottom: 5px;
}





/* Definitions for business name */

#businesstitle
{
	padding-left: 10px;
	padding-top: 10px;
	margin-bottom: 10px;
}


/* Definitions for the div containing the details table */ 

#details
{
	float: left;
	display: inline;
	background-color: #999;
	margin: 0px;
	margin-left: 10px;
}



/* Lower Curve */

#lowercurve
{
	margin-top: 0px;
	background-color: #999;	
	width: 531px;
}


/* Horizontal Divider */

#horizontal-border
{
	height: 20px;
	border-bottom: 1px dotted #c5c5c5;
}



/* Provides Some Vertical Space */
#vspacer
{
	height: 30px;
}













/* SECTION-SPECIFIC ELEMENTS */














/* CLASSES BELOW */


















/* LEGACY STUFF BELOW */



.sidebordergrey { background-color: #C5C5C5; }


.line { background-color: #C5C5C5; }



.niceborders { background-color:#F4F4F3; border-collapse: collapse; border: 1px solid #ffffff; margin-left: 10px; }



