﻿/* CSS STYLE SHEET 
	
	Website Devalopment by Shane Keys
	Website: http://www.swiftdesignsolutions.co.nz/
	Date: 22/04/10
	Copyright: Shane Keys Â© 2010
	
	MAIN COLOUR SCHEME:
		Black: #000000;
		Grey: #B7B9BB;
		White: #FFFFFF;
		Green: #A6CE3A;
*/

/**** Start Template Stylesheet ****/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, font, ins, kbd, q, s, samp,small, strike, tt, var,dl, dt, dd, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {	margin: 0;	padding: 0;	border: 0;	outline: 0;	font-weight: inherit;	font-style: inherit;	font-size: 100%;	font-family: inherit;	vertical-align: baseline;}body {	line-height: 1;	color: black;	background: white;} ul {	list-style: none;}/* tables still need 'cellspacing="0"' in the markup */table {	border-collapse: separate;	border-spacing: 0;}caption, th, td {	text-align: left;	font-weight: normal;}blockquote:before, blockquote:after,q:before, q:after {	content: "";}blockquote, q {	quotes: "" "";}

body {
	font-family:"Courier New", Courier, monospace;
	background-color: #000000;
	color:#FFFFFF;
	font-size:110%;
	text-align:center;
	margin:auto;
}

#wrapper {
	background-color:#000000;
	height:681px;
	width:950px;
	margin:auto;
}

#cover {
	width:950px;
	height:681px;
	background-image:url('../images/embrobg.png');
	background-repeat:no-repeat;
	background-position:right bottom;
}

/**** Start Content Stylesheet ****/

#heading {
	width:328px;
	height:98px;
	float:left;
	margin:11px 0 0 22px;
	background-image:url('../images/bree.png');
	background-repeat:no-repeat;
}

#home {
	width:35px;
	height:36px;
	float:right;
	margin:11px 22px 0 0;
}

#quote {
	float:left;
	width:261px;
	height:70px;
	margin:530px 0 0 -330px;
}

#content {
	float:left;
	margin:150px 0 0 -330px;
	text-align:left;
}

#content ul {
	background-image:url('../images/signs_bullet.png');
	background-repeat:no-repeat;
	background-position:left center;
	padding:10px 0 10px 15px;
	font-weight:bold;
}

