
* {
	margin: 0;
	padding: 0;
}
body {
	background:#6F5D45;
	color: #466;
	font: normal 16px "Lucida Sans Unicode",sans-serif;
	margin: 0;
	text-align:center;
}

/* structure */
.container {
	background:white;
	margin:0 auto;
	width: 800px;
	text-align:center;
}
 
.block {
	width:800px;
	margin:0 auto;
}

.title {
	padding-top:20px;
	text-align:left;
	width: 750px;
	height:80px;
	margin:0 auto;
}

.footer {
	width:800px;
	margin:0 auto;
	color:black;
	font: normal 12px Georgia,Arial,sans-serif;
	text-align: center;
}

/* elements */
.tab {
	margin-top:0;
	margin-left:auto;
	margin-right:auto;
}

.title h1 {
	font: bold 50px 'Times New Roman',serif;

}
.title h2 {
	font: bold 16px Arial,sans-serif;
}

/* Links */
a{
  text-decoration:none;
  color:#7B3614;
}

a:hover{
	text-decoration:underline;
	color:#B54F1E;
}

a:visited{
 	color:#7B3614;
}

a.recipOne{
	font-family:Tahoma,sans-serif;
	text-decoration:underline;
	font-size:11px;
	color:#7B3614;
  	font-weight:600;
}
a.recipTwo{
	font-family:Tahoma,sans-serif;
 	text-decoration:underline;
	font-size:11px;
	color:#6F5D45;
  	font-weight:600;
}

a.desk{
	font: bold 35px 'Times New Roman',serif;
}

a.desk_two{
	font: bold 26px 'Times New Roman',serif;
}

a.enter{
	text-decoration:none;
	font: normal 60px 'Times New Roman',serif;
	color:#7B3614;
}

a.enter:hover{
	text-decoration:none;
	color:#B54F1E;
}

a.enter:visited{
	text-decoration:none;
 	color:#7B3614;
}

a.gallery{
	font: normal 35px 'Times New Roman',serif;
	color:#7B3614;
}

a.gallery:visited{
 	color:#7B3614;
}

/* Fonts */
h1 {
	font-size:35px;
	margin-bottom: 4px;
	color:#7B3614;
}

h2,h3 {
	color:black;
}

font.recip{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:black;
}

.mini{
	font-family: Tahoma,Georgia;
	font-size:14px;
	font-weight:normal;
	color:black;
}

.middle{
	font-family: Tahoma,Georgia;
	font-size:16px;
	font-weight:bold;
	color:black;
}

.big{
	font-family: Tahoma,Georgia;
	font-size:20px;
	font-weight:normal;
	color:black;
}

.biggest{
	font-family:Georgia,Arial,sans-serif;
	font-size:40px;
	font-weight:bold;
	color:#7B3614;
}