@charset "UTF-8";
/* CSS Document */

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	color: #42210B;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	margin:0px;
	padding:0px;
	font-style: italic;
	color: #42210B;
}
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #42210B;
	background-image:url(../images/bg.jpg);
	background-color:#663300;
	background-repeat: repeat;
}

#container{
	width:900px;
	background-color: #663300;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/container_bg.jpg);
	background-repeat: repeat-y;
	}

#button-flavour {
	background-color: #B98A5A;
	background-image: url(../images/button_bg_flavour.jpg);
	background-repeat: no-repeat;
	height: 95px;
	width: 200px;
	color: #FFFFFF;
	padding-top: 20px;
	padding-right: 120px;
	padding-bottom: 0px;
	padding-left: 15px;
}

#button-hist {
	background-color: #B98A5A;/*light brown vcolour*/
	background-image: url(../images/button_bg_hist.jpg);
	background-repeat: no-repeat;
	height: 95px;
	width: 200px;
	color: #FFFFFF;
	padding-top: 20px;
	padding-right: 120px;
	padding-bottom: 0px;
	padding-left: 15px;
}

#button-flag {
	background-color: #B98A5A;
	background-image: url(../images/button_bg_flag.jpg);
	background-repeat: no-repeat;
	height: 95px;
	width: 200px;
	color: #FFFFFF;
	padding-top: 20px;
	padding-right: 120px;
	padding-bottom: 0px;
	padding-left: 15px;
}

#contact-left {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 20px;
	color: #42210B;
	float: left;
	height: 60px;
	width: 180px;
	padding-left: 50px;
	padding-top: 235px;
	font-style: italic;
	font-weight: bold;
}

#contact-right {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 20px;
	color: #42210B;
	float: right;
	height: 60px;
	width: 230px;
	padding-right: 50px;
	padding-top: 235px;
	font-style: italic;
	font-weight: bold;
	text-align:right;
}
	
#header{
	background-color:#B98A5AC;
	background-image:url(../images/header.jpg);
	height: 299px;
	width: 900px;
	}

#content-area{
	color:#000000;
	background-color:#B98A5A;
	background-image:url(../images/content_bg.jpg);
	width:900px;
	height:415px;
	}

#col-left{
	float:left;
	width:530px;
	height:410px;
	background:none;
	position: relative;
	}
	
#col-right{
	float:left;
	width:370px;
	padding-top: 25px;
	margin: 0px;
	}
	
#footer{
	width:900px;
	height:40px;
	color:#e1c9a2;
	font-size:11px;
	text-align: center;
	padding-top: 15px;
	}
	
#footer a{
	color:#c69c6d;
	}
a  {
	color: #42210B;
	text-decoration: none;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
	
.inner-box-35{
	padding:35px;
	}
.inner-box-10{
	padding:10px;
	}

	
.inner-box-15{
	padding:15px;
	}
img {
	padding: 10px;
}
