/********************************************************************************
**
** Module        : layout.css
** Description   : Definition of layouts used on css web pages
** Originator    : D. Bolton
** Creation Date : 23/03/06
** Reference     : N/A
**
** (c)2006 Evolution MultiMedia Solutions, Stafford, England
**
*********************************************************************************
*/

/*
**------------------------------------------------------------------------------
** LAYOUT DEFINITIONS
**------------------------------------------------------------------------------
*/

body
{
	background-color: #FFFFFF;
	background-image: url('images/background.jpg');
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: center; 
}

.main
{
	width: 712px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.button
{
	height: 55px;
	width: 120px;
}

.company_logo
{
	text-align: center;
	padding: 0px 0px 25px 0px;
}

.header_links
{
	text-align: center;
	padding: 5px 0px 20px 0px;
}

.page_title
{
	text-align: center;
	padding: 5px 0px 5px 0px;
}

h1,h2,h3,h4,h5,h6
{
	text-align: left;
	padding: 10px 10px 10px 10px;
}

.caption
{
	text-align: center;
	padding: 10px 0px 25px 0px;
}

p
{
	text-align: left;
	padding: 10px 10px 10px 10px;
}

.content
{
	text-align: left;
	padding: 0px 10px 0px 10px;
}

.table_banner
{
	text-align: center;
	width: 100%;
	padding: 0px 0px 0px 0px;
}

.table_cf_banner
{
	text-align: center;
	width: 100%;
	padding: 0px 0px 0px 0px;
}

.img_text
{
	text-align: center;
	padding: 2px 0px 5px 0px;
}

.btt
{
	text-align: right;
	padding: 0px 0px 0px 0px;
}

.footer
{
	text-align: center;
	padding: 0px 0px 100px 0px;
}


/*
**------------------------------------------------------------------------------
** IMAGE DEFINITIONS
**------------------------------------------------------------------------------
*/

img
{
	padding: 10px 10px 10px 10px;
}
