BODY {
	color: #000000;
	background-image: url(pixels/contacttile.jpg);
    background-repeat: repeat-x;
	font: 14px "Courier New", Courier, monospace;
}

.logo{
	font: bold 36px "Courier New", Courier, monospace;
	color:#ffffff;
}

.txt{
	font: normal 16px "Courier New", Courier, monospace;
	color:#ffffff;
}

/* selected menu */
.title {
	font: bold 16px "Courier New", Courier, monospace;
	color: #ffff99;
}

/* left aligned title text */
.titleleft {
	font: bold 16px "Courier New", Courier, monospace;
	color: #ffff99;
	text-align : left;
}

/* not yet menu */
.coming {
	font: bold 16px "Courier New", Courier, monospace;
	color: #333333;
	/* text-decoration : line-through; */
}

.righttxt{
	font: normal 16px "Courier New", Courier, monospace;
	color:#ffffff;
	text-align : right;
}

.blurbWhite {
	color : #323B41;
	font-family :"Futura Lt BT", "Futura Md BT", "Futura XBlk BT", "Bauhaus Md BT", "BernhardMod BT", "AvantGarde Bk BT", Arial, sans-serif;
	font-size: 15px;
	font-weight : bold;
	line-height: 1.4em;
	background: #ffffff;
	padding : 8px 10px 8px 10px;
}

.elegant{
	color : #666666;
	font-family: "English111 Vivace BT", Script, "TypoUpright BT", cursive;
	font-size: 18px;
	font-weight : normal;
	line-height: 1.4em;
}

h1 {
	color : #663333;
	font-family : "Futura Md BT", "Futura XBlk BT", "Futura Lt BT", "Bauhaus Md BT", "BernhardMod BT", "AvantGarde Bk BT", Arial, sans-serif;
	font-size: 30px;
	line-height: 1.0em;
	font-weight : bold;
}

hr {
	margin:10px 0 13px 0;
	padding:0px;
	border-bottom:1px solid #ffff99;
	border-top:0px;
	border-left:0px;
	border-right:0px;
	line-height:0px;
	height:1px;
	display:block;
}


/* Links */

a, a:link, a:active {
	color: #ffff99;
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #996666;
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #ffffff;
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
}




/* menu links */
 a.menu:link {
	color: #FFFFFF;
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
}

 a.menu:active {
	color: #FFFFFF;
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
}

a.menu:visited {
	color: #ffffff;
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
}

a.menu:hover {
	color: #ffff99;
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
}


