/****************************************************************************/
/*                                                          	            */
/*Title:		layout.css		       	                    	            */
/*Website:		http://www.neyorksgeologytrust.com							*/
/*Browsers:		All															*/
/*Author:		Phil Kershaw												*/
/*Created:		12.03.09													*/
/*Last Updates:	27.07.09													*/
/*																			*/
/****************************************************************************/

/****************************************************************************/
/*                      General HTML Body Styling							*/
/*																			*/
/****************************************************************************/

h1 sup
{
	color: #ddd;
}

h1 a
{
	color: #fff;
	text-decoration: none;
}

h1 .company, h1 a .company
{
	color: #d01a71;
}

/*h2
{
	color: #ddd;
	font-size: 2.5em;
}*/

h3
{
	color: #fff;
	font-size: 1.5em;
}

h4
{
	font-size: 1.3em;
}

.content
{
	margin: 0 20px;
}

.content a
{
	color: #fff;
}


.content p.linkage
{
	margin-top: 2em;
	text-align: right;
	font-size: 1.7em;
	color: #ddd;
}

.content p.linkage a { color: #fff; }


#myGallery
{
	text-align: left;
	margin: 0 auto;
}

/********************************************************************************************
*
*                       Divs used to arrange gallery
*
*********************************************************************************************/

#galleryheadspacer	{
	height: 20px;
}

#myGallerySet
{
	text-align: left;
	margin: 0 auto;
}

#galleryfootspacer	{
	height: 20px;
}

/****************************************************************************/
/*                      Class Definitions									*/
/*																			*/
/****************************************************************************/

img.floatright	{
	float: right;
	margin: 5px;
}

img.floatleft	{
	float: left;
	margin: 5px;
}

