﻿#home h1
{
	height: 173px;
	background: white url(../images/WelcomeToStudio.jpeg) no-repeat top left;
	color: #333;
	margin: 0;	
}
#home h1 span
{
	visibility: hidden;
}
#introduction
{
    padding: 1em;
}
#specialisations
{
    padding-left: 0.5em;
}
.clear
{
    clear: both;
}
.content
{
	background: #EEE;
	color: #333;
	float: left;
	width: 17.3em;
	height: 14em;
	margin: 0.3em;
	padding: 0;
}
.content h2
{
	background: #DDD;
	color: Navy;
	font-size: 1.2em;
	padding: 0.2em;
	margin: 0;
}
.content p
{
	padding: 0.2em;
}
#getInTouch
{
	width: 100%;
	text-align: right;
	background: #e83;
	border-top: 3px solid white;
	border-bottom: 3px solid white;
	color: White;
	height: 1.8em;
	font-weight: bold;
}
#getInTouch p
{
    margin: 0;
}
#getInTouch a
{
    background: #e83;
	color: White;
}