/*------------------------------------------------------------
SHILLING - Cheeky Rascals - Default stylesheet
 
compatibility:		IE8, IE7, IE6, Firefox, Opera, Chrome, Safari 
 
author:				Peter Garrett, Stuart Mullen
email:				peter@shilling.co.uk, stuart@shilling.co.uk
copyright:			2009 Shilling Communication
 
------------------------------------------------------------*/

body {
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	text-align: center;
}

	#wrapper {
		width: 980px;
		margin: 5px auto 0 auto;
		text-align: left;
	}
	
	input, select, textarea {
		border: 1px #666 solid;
		margin-bottom: 5px;
		height: 20px;
	}

.clear {
	clear: both;
}


