﻿
/*
Theme Name: 
Author: www.studiodm.co.uk
*/

html 
{
  /* Force scrollbar */
  /* IE - INVALID CSS COMMAND (BUT IT WORKS!)
  overflow-y: scroll; */
  /* Mozilla */
  height: 100%;
  margin-bottom: 0.1em;
}
  
body
{
	background: #bfbfbf url(images/bg.jpg) repeat-x 0 0;
	text-align: center;	
	font-family: Arial, Verdana, Sans-serif;
}

*{margin:0;padding:0;}

.hide{display:none;}

.clear{clear:both;height:0;line-height:0;font-size:0;}

hr
{
	border: 0;
	height: 1px;
	margin: 10px 0 10px 0;
	width: 100%;
	color: #d2d2d2;
	background-color: #d2d2d2;
	/*IE Only*/
	text-align: left;
}


h1
{
	width: 250px;
	height: 159px;
	background: url(images/logo.jpg) no-repeat 0 0;
	margin: 20px auto 30px auto;
}

h2
{
	font-size: 18px;
	margin: 0 0 30px 0;
}

h3
{
	font-size: 16px;
	margin: 0 0 30px 0;
}

p
{
	font-size: 14px;
}

a
{
	color: #333333;
}

a:hover
{
	text-decoration: none;
}