/*
	Dark green	= #4D5706
	Dark red	= #750E1A
	Light green	= #C6CB8B
	Cream		= #E4E4D4
*/

/* normalise browser styles */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,html { margin:0; padding:0 }
h1,h2,h3,h4,h5,h6,pre,code { font-size:100% }
ul,ol { list-style:none }
address,caption,cite,code,dfn,em,q,strong,th,var { font-style:normal; font-weight:normal }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
caption,th { text-align:left }
q:before, q:after { content:' ' }
:link,:visited { text-decoration:none }
:focus { outline-style: none }
a img,:link img,:visited img { border:0 }
img { display:block }

html {
	margin:0;
	padding:0;
	background-color:#453F21;
	}
	
body {
	width:76em;
    margin:1em auto;
	background-color:#C6CB8B;
	font-size:62.5%;
	font-family:Trebuchet MS, Helvetica, sans-serif;
	color:#4D5706;
	}

a:link, a:visited {
	text-decoration:underline;
	color:#4D5706;
	}

em {
	font-weight:bold;
	}
	
h1 {
	}

h2 {
	margin-top:0.2em;
	font-size:3em;
	}

h3 {
	font-size:2.2em;
	}

p {
	margin-top:1em;
	font-size:1.5em;
	}

strong {
	font-weight:bold;
}

ul {
	list-style:disc inside;
	margin:1em 0;
	}

.caption p {
	margin:0.3em 0 1.2em 0;
	font-weight:bold;
	}

#banner {
	overflow:hidden;
	background-color:white;
	}
	
#banner img#rose {
	float:left;
	width:25%;
	}
	
#banner img#logo {
	float:left;
	width:25%;
	margin-left:2em;
	padding-top:3em;
	}

#banner ul {
	float:right;
	margin:1em 2em 0 0;
	text-align:right;
	}

#content {
	overflow:hidden;
	position:relative;
	padding:2em;
	background:url(../images/10x10_952E3A_750E1A.jpg) 0 0 repeat-x;
	border:solid #750E1A;
	border-width:0 1px;
	}

#footer {
	clear:both;
	padding:10px 10px;
	border:solid #750E1A;
	border-width:1px 1px 0;
	font-size:1.1em;
	text-align:center;
	}

#footer a {
	text-decoration:underline;
	}

#gomedia {
	float:left;
	}

#cpd {
	float:right;
	}
