@font-face {
	font-family: "Josef Xuerebs Friends";
	src: url(josef.eot);
}

@font-face {
	font-family: "Josef Xuerebs Friends";
	src: local('Josef Xuerebs Friends'),
    	url(josef.otf) format("opentype");
}

@font-face {
	font-family: "Saint-Andrews Queen";
	src: url(saintandrews_queen.eot);
}

@font-face {
	font-family: "Saint-Andrews Queen";
	src: local('Saint-Andrews Queen'),
    	url(saintandrews_queen.ttf) format("truetype");
}

* {
	padding: 0;
	margin: 0;
}

.clear {
	clear: both;
}

a img {
	border: 0 none;
}

body {
	font-size: 62.5%;
	background-image: url(../images/bg/body.jpg);
	background-repeat: repeat-x;
	font-family: Georgia, serif;
}

#container {
	width: 100%;
	background-position: center top;
	background-image: url(../images/bg/container.gif);
	background-repeat: no-repeat;
}

	#header {
		position: absolute;
		width: 950px;
		height: 190px;
		top: 0;
	}
	
		#header a.logo {
			width: 370px;
			height: 90px;
			margin: auto;
			display: block;
			text-indent: -9999px;
			margin-top: 20px;
		}
		
		#header #menu {
			list-style-type: none;
			height: 35px;
			line-height: 35px;
			display: block;
			color: #FFF;
			font-family: "Josef Xuerebs Friends";
			font-size: 2.4em;
			text-transform: uppercase;
			padding-top: 5px;
		}
		
			#header #menu li {
				display: block;
				float: left;
				list-style-type: none;
				margin-right: 10px;
			}
			
			#header #menu li a {
				text-decoration: none;
				color: #FFF;
			}
			
			#header #menu li a:hover,
			#header #menu li:hover a {
				text-decoration: underline;
				color: #af8d4b;
			}
			
				#header #menu li ul {
					position: absolute;
					display: none;
					padding-top: 7px;
				}
				
					#header #menu li:hover ul {
						display: block;
					}
				
				#header #menu li ul li {
					display: block;
					float: none;
					margin: 0 0 1px 0;
				}
				
				#header #menu li:hover ul li a {
					display: block;
					width: 100%;
					height: 22px;
					line-height: 22px;
					background-color: #AF8D4D;
					color: #FFF;
					padding: 0 5px;
					text-align: center;				
					font-size: 0.9em;
					text-decoration: none
				}
				
					#header #menu li:hover ul li a:hover {
						text-decoration: none;
						background-color: #000
					}
			
	#main {
		width: 950px;
		margin: 0 auto;
		padding-top: 190px;
	}
	
		#main h1 {
			font-family: "Saint-Andrews Queen";
			text-align: center;
			font-size: 6em;
			line-height: 1em;
		}
		
			#main h1 a {
				text-decoration: none;
				color: #000;
			}
	
		#main h2 {
			font-family: "Josef Xuerebs Friends";
			text-align: center;
			font-size: 3em;
			text-transform: uppercase;
			color: #482d2d;
		}
		
		#footer {
			background-image: url(../images/bg/footer.gif);
			background-repeat: no-repeat;
			background-position: 0 30px;
			padding-top: 200px;
			font-family: "Josef Xuerebs Friends";
			font-size: 3em;
			line-height: 1em;
			color: #000;
			text-align: center;
			clear: both;
		}
		
			#footer a {
				text-decoration: none;
				color: #000;
			}
			
			#footer p.garabato {
				font-family: Georgia;
				font-size: 0.45em;
				padding-top: 70px;
				background-image: url(../images/bg/footer_misc.gif);
				background-repeat: no-repeat;
				background-position: top;
			}
			
				#footer p.garabato a {
					text-decoration: underline;
				}