/*
Author: Richard Cassidy 
				(css reset by eric meyer - http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/)
        Graphite Design
		    www.graphitedesign.net
        Client: Matthew Davison
*/

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, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, 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;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	background: #FFFFF;
}
ol, 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;
	color: #C96;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* now the real stuff */

body {
	font-family: "trebuchet ms", ariel, sans-serif;
	color: #999;
	/* background: #4b4b4b url('../images/back.gif') repeat-x; */
	background: #fff;
	font-size: 0.9em;
}

em {
	font-style: italic;
}

strong, b {
	font-weight: bold;
}

ul {
	margin: 1em 0;
}

ul li {
	margin: 0 0 .5em 0;
}

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

a:hover {
	color: #FC0;
}

p { 
  margin: 1em 0;
	line-height: 1.2em;
	}


h1 {
	font-family: copperplate,"Copperplate Gothic Bold", "Copperplate Gothic Light", Georgia, serif;
	font-size: 1.4em;
	color: #fff;
}


#img {
	padding: 0px 0px;
	text-align: left;
}

#container {
	width: 900px;
	margin: auto;
}

#head {
	text-align: center;
	padding: 20px;
}

#menu {
	text-align: center;
	background: fff;
	color: #900;
	padding: 0.5em;
	font-size: 0.9em;
}

#menu li {
	display: inline;
}

#menu a {
	text-decoration: none;
	color: #000;
	padding: 1px 10px;
}

#menu a.here {
	color: #C60;
}

#menu a:hover {
	color: #C96;
}


#content {
	color: #960;
	padding: 10px 10px;
}

#col1 {
	width: 330px;
	padding: 0 0px 0 0;
	float: left;
}

#col2 {
	width: 330px;
	float: right;
	text-align: right;
}

#col2 img {
	padding: 0 0 20px 0;
}


#footer {
	text-align: center;
	padding: 0 0 20px 0;
}

#credit {
	text-align: left;
	padding: 20px 0 0 0;
	font-size: 0.7em;
}

#credit a, #footer a:visited, #footer a:hover { color: #555; }

.test {
	margin-bottom: 2em;
}

.test strong {
	display: block;
	padding-top: .5em;
	color: #fff;
}

