@charset "utf-8";
/* CSS Document */

@import url('main.css');
@import url('class.css');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, 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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	background:#33322D url(../img/bodybg.jpg) repeat-x;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin-bottom:10px;

}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

h2 {
	font-size:18px; color:#3C2A06;
}

h7 {
	font-size:15px;
	font-weight:800;
	font-style:italic;
	color:#000;

}


h8 {
	font-size:16px;
	font-weight:bold;
	font-style:italic;
	color:#000;
}


h9 {
	font-size:15px;
	font-weight:800;
	font-style:italic;
	color:#ff6600;

	
}


h10 {
	float:left; margin:-30px 0px -10px 70px;
	width:143px; height:41px; 
	padding:1px; 
	border:1px solid #EEE;
	
}


h11 {
	color:#FFF;
}


.slogan {
	padding-top:30px;
	font-size:17px;
	font-weight:bold;
	text-align:center;

}

.footer p {
	text-align:centre;	
	padding-right:200px;
}

.footer p a {
	font:Verdana, Geneva, sans-serif;
	text-decoration:none;
	

}