/* common.css file developed by luke tennant 2008 for Bellman Ltd */

@import url(structure.css);
@import url(menu.css);

/* -- default styles -- */

* {
	padding: 0;
	margin: 0;
}

body{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 20px;
}

h1{
	color: #2F1908;	
  font-size: 24px;
	font-weight: normal;
	margin-bottom: 10px;
}

h2{
	color: #8D855A;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-top: 20px;
}

h3{
	color: #8D855A;
	margin-bottom: 5px;
}



p{
	line-height: 15px;
	margin-bottom: 5px;
}
