/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
-------------------------------------------------------------- */
body {
	background-image: url(../slices/watercoloured.jpg);
	background-position: center top;
	background-repeat: repeat;
	background-color: #f4eedd;
	margin:0;
	padding:0;
}

html,div,span,object,iframe,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,code,del,dfn,em,img,q,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin:0;
	padding:0;
	border:0;
}

	
/* Tables still need 'cellspacing="0"' in the markup. */
table {
	border-collapse:separate;
	border-spacing:0;
}

caption,th,td {
	text-align:left;
	font-weight:normal;
}

table,td,th {
	vertical-align:middle;
}


	
/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before,blockquote:after,q:before,q:after {
	content:"";
}

blockquote,q {
	quotes:;
}


	
/* Remove annoying border on linked images. */
a img {
	border:none;
}

h1 {
	color: white;
	line-height: 1.4em;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 700px;
	font-size: 20px;
	text-align: right;
}

h1 a {
	border-bottom-color: #020202;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-top: 0px;
	color: #000002;
}

#container {
	margin-top: 242px;
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
	width: 720px;
}

#footer {
	text-transform: uppercase;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	padding-top: 5px;
	font-size: 11px;
	text-align: left;
	color: black;
	margin-right: auto;
	margin-left: auto;
	width: 740px;
}

p {
	color: black;
}

p a {
	text-decoration: none;
	text-transform: uppercase;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 11px;
	color: black;
}

p a:hover {
	color: #b62634;
}


