@charset "utf-8";


#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: -15px;
	margin-left: 0px;
	height: 135px;
}
#gallery a:link {
	color: #FFFFDF;
	text-decoration: underline;
}
#gallery a:visited {
	color: #FFFFDF;
}
#gallery a:hover {
	color: #B07436;
}
/* CSS Document */

body {
	background-image: url(assets/chocolate_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;
	color: #5F1F04;
}
#content {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 20px;
	margin-right: 5px;
	margin-left: 4px;
	background-color: #5F1F04;
}
#content p {
	font-weight: normal;
	color: #FFF;
	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: #B07436;
}
#content h2 {
	font-family: "AvantGarde Bk BT", Verdana, Tahoma;
	font-size: 120%;
	font-weight: bold;
	color: #B07436;
}
#content a:link {
	color: #FFFFDF;
	text-decoration: underline;
}
#content a:hover {
	color: #B07436;
}
#content a:visited {
	color: #FFFFDF;
}
#footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-right: auto;
	margin-left: auto;
	font-weight: normal;
	text-align: center;
	font-size: 70%;
	color: #FFFFDF;
}
#footer a:link {
	color: #FFFFDF;
	text-decoration: underline;
}
#footer a:hover {
	color: #D6A778;
}
#footer a:visited {
	color: #FFFFDF;
}
#img {
	margin-top: 7px;
}

#picture_background {
	background-image: url(assets/wallpaper2.jpg);
}



.centred {
	text-align: center;
}

.smaller {
	font-size: 90%;
}


.bigger {
	font-size: 120%;
}

.bottom_img {
	padding-right: 5px;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}

