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

body {
	background-image: url(assets/tablecloth_background.jpg);
	background-repeat: no-repeat;
}
#container {
	width: 790px;
	margin-right: auto;
	margin-left: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 20px;
}
#links_menu {
	font-family: "AvantGarde Bk BT", Verdana, Tahoma;
	background-image: url(assets/links_menu.jpg);
	background-repeat: no-repeat;
	width: 170px;
	float: left;
}
#links_menu a:link {
	color: #5F1F04;
	text-decoration: none;
}
#links_menu a:visited {
	text-decoration: underline;
	color: #5F1F04;
}
#links_menu a:hover {
	text-decoration: underline;
}
#links_menu a:active {
	text-decoration: none;
}


#content {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-right: 5px;
	margin-left: 4px;
	background-image: url(assets/content_background.jpg);
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#content a:link {
	text-decoration: underline;
	color: #5F1F04;
}
#content a:visited {
	color: #B07436;
}
#content a:hover {
	color: #B07436;
}






#content p {
	font-weight: normal;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.4;
}
#content h1 {
	font-family: "AvantGarde Bk BT", Verdana, Tahoma;
	font-size: 150%;
	font-weight: bold;
	color: #400000;
}
#content h2 {
	font-family: "AvantGarde Bk BT", Verdana, Tahoma;
	font-weight: bold;
	font-size: 120%;
}

#menu_boards {
	margin-top: 5px;
	margin-right: 2px;
	background-image: url(assets/wallpaper.jpg);
	background-repeat: repeat;
	height: 200px;
}
#holding {
	background-image: url(assets/content_background.jpg);
	background-repeat: no-repeat;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	padding: 15px;
	line-height: 1.4;
}
#holding h1 {
	font-family: "AvantGarde Bk BT", Verdana, Tahoma;
	font-size: 150%;
	font-weight: bold;
	color: #400000;
}
#holding h3 {
	font-family: "AvantGarde Bk BT", Verdana, Tahoma;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
}
#holding a:link {
	color: #000;
	text-decoration: underline;
}
#holding a:visited {
	color: #5F1F04;
}
#holding a:hover {
	color: #5F1F04;
}


#gallery {
	background-image: url(assets/wallpaper2.jpg);
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 160%;
	font-weight: bold;
	color: #FFFFDF;
	margin-top: 5px;
	margin-left: 3px;
}
#gallery a:link {
	color: #FFFFDF;
}
#gallery a:visited {
	color: #FFFFDF;
}
#gallery a:hover {
	color: #B07436;
}



#footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-right: auto;
	margin-left: auto;
	font-weight: normal;
	text-align: center;
	font-size: 70%;
}
#footer a:link {
	text-decoration: underline;
	color: #5F1F04;
}
#footer a:visited {
	color: #B07436;
}
#footer a:hover {
	color: #B07436;
}
#form1 {
	font-size: 90%;
	line-height: 1.4;
}
.formheader {
	font-family: "AvantGarde Bk BT", Verdana, Tahoma;
	font-size: 110%;
	font-weight: bolder;
}
.freetext {
	font-family: Arial, Helvetica, sans-serif;
}




.centred {
	text-align: center;
}

.smaller {
	font-size: 90%;
}


.bigger {
	font-size: 120%;
}

.bottom_img {
	padding-right: 5px;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.red {
	color: #F00;
}
.bold {
	font-weight: bold;
	font-size: 80%;
}

