/* RESET*/
/* ---------------------------------------------
RESET.CSS
-----------------------------------------------*/

html {	height:100%;	margin-bottom:1px;}

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;
}

:focus {	outline: 0;}

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: "" "";}

* a:hover, * a:active {	outline:none;}	
		
.clear {  clear: both;  height: 0;}

li li, li p, td p, blockquote p {	font-size:1em}

.floatleft {	float:left;}

.floatright {	float:right;}

.center {	text-align:center;}

.right {	text-align:right;}

img {	border: 0;	vertical-align:bottom;}

p {	line-height:1em;	margin:0 0 1em 0}

ol, ul {	list-style:none; }

input, select{	font-size: 11px;}

legend {	display:none;}

strong {	font-weight:bold;}
		



/*STYLES*/
body {color:#FFFFFF; background-color:#0d75b0; font-family:Arial, Helvetica, sans-serif; font-size:73%;}
body#brochures {background-color:#dbb738;}
body#identities {background-color:#404545;}
body#packaging {background-color:#005d55;}
body#education {background-color:#21076a;}
body#annualreports {background-color:#830051;}
body#arts {background-color:#91420e;}
body#leaflets {background-color:#8e1a1a;}
h1 {font-size:1.8em; font-weight:bold;}
h2 {font-size:1.4em; font-weight:bold;}
h3 {margin-top:20px; font-weight:bold; font-size:1.4em;}
a {color:#FFFFFF;}
a:hover {color:#FF9900; text-decoration:none;}
p.email {margin-bottom:0.2em;}
#wrapper {width:770px; margin:20px auto 0 20px;}
#nav {width:200px; float:left; height:520px; position:relative}
#contact {position:absolute; bottom:0;}
#content {width:540px; float:left; margin-left:15px;}
#footer {clear:both;}
