/*=================================================

		CSS for Concise Clinical Consulting (Holding Page)
		by Toby Vervaart
		for Consultants in Design
		www.consultantsindesign.co.uk
		info@consultantsindesign.co.uk

=================================================*/

/*=================================================
		GLOBALS
=================================================*/

* {
	margin: 0;
	padding: 0;
}

img, a img{
	border: 0;
}

html {
	font-size: 120%; /* Reset 1em == 10px */
}

body {
	font-size: 50%; /* Reset 1em == 10px */
}

a {
	outline: none;
}

/*=================================================
		COLOUR & TYPOGRAPHY
=================================================*/

body {
	background: #597E93;
	text-align: center;
	color: #FFF;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	margin: 0 0 10px 0;
}

a, a:link, a:active, a:visited {
	color: #FFF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/*=================================================
		STRUCTURE
=================================================*/

div#wrapper {
	width: 235px;
	height: auto;
	margin: 100px auto;
}

h1#logo {
	display: block;
	width: 235px;
	height: 67px;
	background: transparent url("../images/logo.gif") no-repeat top left;
	text-indent: -9999px;
	margin: 0 0 25px 0;
}

/*=================================================
		USEFUL CLASSES
=================================================*/

.hidden {
	display: none;
}

.left {
	float: left;
}

.right {
	float: right;
}
