/* Eric Meyer's Reset Reloaded - thanks, Eric :-)  */
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 {
	line-height: 1;
	color: black;
	background: white;
}
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;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* colours 

#acae77  - main colour   
#666833  - olive
#4782a7  - medium blue
#265675  - dark blue

*/

/* general settings */

body {
	font-family: Lucida, Verdana, sans-serif;
	font-size: 1em;
	line-height: 1.2em;
	background: #efede4 url(bg.jpg) repeat-x;
}

/* main container */

#container {
	width: 760px;
	margin: 0 auto;
	border-left: 1px solid #000;

}

/* header */

#header h1 {
	margin: 0;
	background: #eeefe4 url(sideborder-top.jpg) top right repeat-y;
	font: 1em Georgia, Times, serif;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.2em;
	padding: 1em 120px 1em 1em;
	text-align: center;
	border-bottom-color: 3px double #63632F;
}

/* left column - menu */

#nav {
	text-align: center;
}

#nav ul {
	list-style: square;
	padding: 10px 120px 10px 10px;
}

#nav ul li {
	display: inline;
	margin: 10px;
}

#nav ul li a {
	text-transform: lowercase;
	text-decoration: none;
}

#nav ul li a:link {
	color: #000;
	text-decoration: none;
}

#nav ul li a:visited {
	color: #333;
}

#nav ul li a:hover {
	color: #fff;
	text-decoration: underline;
}

#nav a:active {
	color: #000;
}

/* centre column main content */

#content {
	line-height: 1.4em;
	margin: 0;
	padding: 10px 120px 20px 10px;
	background: transparent url(sideborder.png) top right repeat-y;
}

#content h2 {
	margin: 0.3em 0;
	padding: 0 0 0 10px;
	color: #3B3B12;
	font: 1.2em Georgia, Times, serif;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	border-bottom-color: 1px solid #3b3B12;
}

#content h3 {
	margin: 0.3em 0;
	padding: 0 0 0 10px;
	color: #3B3B12;
	font: 1.1em Georgia, Times, serif;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	border-bottom-color: 3px double #E7E89E;
}

#content p {
	padding: 6px;
	margin: 1em 0;
	border: 6px;
	border-top-color: #4782a7;
	border-right-color:#265675;
	border-bottom-color:#666833;
	border-left-color:#E7E89E;
}
/* border styling */
#content p.solid {
	border-style: solid;
}
#content p.double {
	border-style: double;
}
#content p.dotted {
	border-style: dotted;
	border-width: 2px;
}
#content p.dashed {
	border-style: dashed;
	border-width: 2px;
}
#content p.groove {
	border-style: groove;
}
#content p.inset {
	border-style: inset;
}
#content p.outset {
	border-style: outset;
}
#content p.ridge {
	border-style: ridge;
}
#content p.hidden {
	border: hidden;
}

/* highlight arrows */
div.highlight {
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border: 15px;
	border-style: solid;
	border-top-color: #4782a7;
	border-right-color:#265675;
	border-bottom-color:#666833;
	border-left-color:#E7E89E;	
	float: left;
	margin: 6px 0 0 0;
}
#content p.highlighted {
	padding: 0;
	margin: 0 0 24px 48px;
	border: 6px;
	border-top-color: #4782a7;
	border-right-color:#265675;
	border-bottom-color:#666833;
	border-left-color:#E7E89E;
}
div.highlight2 {
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border: 20px;
	border-style: solid;
	border-top-color: #efede4;
	border-right-color: #efede4;
	border-bottom-color: #efede4;
	border-left-color:#265675;	
	float: left;
}
#content p.highlighted2 {
	padding: 0;
	margin: 0 0 24px 36px;
	border: 6px;
	border-top-color: #4782a7;
	border-right-color:#265675;
	border-bottom-color:#666833;
	border-left-color:#E7E89E;
}
/* footer */

#footer {
	background: #97995C;
	font-size: 0.8em;
	line-height: 22px;
	text-align: center;
	width: 760px;
	margin: 0 auto;
	border-left-color: 1px solid #000;
	border-right-color: 1px solid #000;
}