@charset "utf-8";
/* CSS Document */

#bg {
	position:absolute;
	z-index:2;
	width:100%;
}
#container {
	margin:0px;
	top:0px;
	left:0px;
	position:absolute;
	width:100%;
	height:100%;
	overflow: hidden;
	z-index:1;
}

#landing {
background-image:url(images/table.png);
color:#362F2D;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:14px;
height:400px;
position:relative;
text-align:center;
top:40px;
z-index:3;
}

#text {
	position:relative;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	font-size: 12px;
	color: #362f2d;
	background-image:url(images/table.png);
	padding: 20px;
	width: 375px;
	float: right;
	top:20px;
	right:20px;
	z-index:3;
}

#text a:link, #text a:visited {
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #362f2d;
	}
	
#text a:hover {
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #362f2d;
	font-style: italic;
	}
		

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	font-size: 18px;
	color: #362f2d;
	font-style: normal;
	font-weight: bold;
	display:inline;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	font-size: 14px;
	color: #362f2d;
	font-style: normal;
	font-weight: bold;
	display:inline;
}

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	font-size: 14px;
	color: #FFF;
	font-style: normal;
	font-weight: bold;
	display:inline;
}

h4 a:link, h4 a:visited {
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	}
	
h4 a:hover {
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	font-style: italic;
	}

