html {
	height: 100%; margin-bottom: 1px; /* fixing the problem with Firefox shifting the centred site when vertical scrollbar appears */
}

body				{
	background: url('images/bg_body.jpg');
	margin: 0px;	
	font-family: Arial, sans-serif;	
	color: #303030;	
	font-size: 0.7em;
}

#container		{
	width: 790px;
	margin-top: 20px;
	margin-left: auto; margin-right: auto;
}

#main	{
	background: url('images/bg.gif');
	background-repeat: repeat-y;
}
#top_shadow, #bottom_shadow	{
	height: 10px; font-size: 1px; 
}
#top_shadow	{
	background: url('images/bg_top.gif');
}
#bottom_shadow	{
	background: url('images/bg_bottom.gif');
}

#title	{
	float: left; width: 300px; margin: 8px; margin-left: 40px; display: inline
}
#nav	{
	float: right; text-align: right; margin-right: 40px; padding-top: 15px; display: inline
}
#nav a {
	padding-left: 8px
}
#contact	{
}
#content {
	clear: both; 
	background-color: #F0F0F0;
	width: 710px;
	margin-left: 30px;
	padding: 10px;
	border-bottom: solid 20px #FFFFFF
}

#col1	{
	float: left; width: 374px; margin-right: 24px
}
#col2	{
	float: left; width: 309px
}

#footer	{
	margin: 4px; margin-left: 20px;
}
#copyright	{
	float: left; width: 300px; 
}
#little_white_book	{
	float: right; margin-right: 10px
}


h1	{
	margin-top: 0px; margin-bottom: 10px;
	font-size: 2.2em;
	font-weight: normal;
}
h2	{
	margin-top: 0px; margin-bottom: 2px;
	font-size: 1.3em;
	font-weight: bold;
}
h3	{
	margin-top: 0px; margin-bottom: 2px;
	font-size: 1.1em;
	font-weight: bold;
}
p	{
	margin-top: 0px; margin-bottom: 10px;
}
p.standfirst	{
	font-size: 1.7em;
}
div	{
}
div.quote	{
	font-size: 1.8em; line-height: 1.1em; color: #6B6B6B;
	font-family: Georgia, "Times New Roman", Times, serif;	
	margin-top: 8px
}
div.clear	{
	clear: both
}

form	{
	margin: 0px;
	padding: 0px;
}

th	{
	text-align: left; 
	font-weight: normal;
	padding-right: 10px
}
th.multiline	{
	vertical-align: top;
	padding-top: 2px
}


a	{
	color: #303030;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

img	{
	border: none
}

select	{
	font-size: 0.9em;
}
input	{
	font-size: 0.9em;
}
input.button {
	background-color: #999999;
	color: #FFFFFF;
	font-weight: bold
}
textarea {
	font-family: Arial, sans-serif;	
	font-size: 1.0em;
}


