body,div,ul,li,h1,h2,h3,h4,h5,h6,form,fieldset,input,textarea,p,th,td,ul /* Different browsers add different margins, best to start with 0 */
{
	margin: 0;
	padding: 0;
}

img
{
	border: 0;
}

em,th
{
	font-style: normal;
	font-weight: normal;
}

ul
{
	list-style: none;
}

h1,h2,h3,h4,h5,h6
{
	font-size: 100%;
	font-weight: normal;
}

a /* takes borders off links (specificly images) */
{
	border: 0;
}

:focus /* Stops firefox from putting a dotted border round images when they are tabbed to */
{
	outline: none;
}

body
{
	font-family: Arial;
	font-size: 10px;
}

div#header
{
	background-color: #79B0FA;
	height: 110px;
}

div#content
{
	margin: 20px;
	margin-left: 300px;
	margin-right: 300px;
	font-size: 1.6em;
	font-weight: bold;
}

div#left
{
	float: left;
	width: 200px;
	margin-right: 50px;
	margin-bottom: 30px;
}

div#right
{
	margin-top: 30px;
	width: 220px;
	float: right;
	margin-bottom: 30px;
	margin-left: 50px;
}

ul#other_locations {
	text-align: center;
}

ul#other_locations li {
	list-style: none;
	display: inline;
}

div#footer
{
	height: 60px;
	background-color: #79B0FA;
	clear: both;
	text-align: center;
	font-size: 1.3em;
	padding-top: 30px;
	margin-top: 50px;
}

img#logo
{
	margin-top: 15px;
}

img#payment
{
	margin-left: 60px;
	margin-top: 15px;
}

img#tel
{
	float: right;
	position: relative;
}

h1
{
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: underline;
	margin-bottom: 25px;
}

p
{
	margin-bottom: 15px;
}

p.shout
{
	text-align: center;
	font-size: 1.1em;
	color: red;
}

ul.check
{
	margin-bottom: 30px;
}

ul.check li
{
	list-style-image: url('images/tick.gif');
	margin-bottom: 5px;
}
