@charset "utf-8";
/* CSS Document */

/* untitled.css
------------------------------------------------------------------------------

Author:						Plug and Play Design
E-mail:						@plugandplaydesign.co.uk
Company:					Plug and Play Design
Date:						01/01/2010

Version:					1

Designed for:				FireFox 2+
							Safari 3+
							IE 7+
							Opera 9+
							Chrome
					
Consideration for:			IE 6
							Netscape
							IE Mac
							
CSS 2.1 Validated:			w3.org/TR/CSS21/
							jigsaw/w3/org/css-validator/			

CSS file:					Design One 

------------------------------------------------------------------------------*/
/* =RESET
------------------------------------------------------------------------------*/
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, table, caption, thead, tfoot, tbody, tr, th, td, ul, ol, li, dl, dd, dt, form, fieldset{
	margin:				    0px;
	padding:				0px;
	
}

/* =USUAL SUSPECTS
------------------------------------------------------------------------------*/
a{
	outline-style:			none;
	outline-width:			0px;	
}
img{
	border:					none;
}
.clearOnly{
	clear:					both;
}
.surround{
	float:					left;
	width:					auto;
}

/* =BODY
------------------------------------------------------------------------------*/
body{
	font-size:				62.5%;
	font-family:			;
	
}


