@charset "utf-8";

a:link {
	color: black;
	background-color: transparent;
	text-decoration: none;
}

a:visited {
	color: black;
}

a.boldLink:hover {
	font-weight: bold;
}

a.obviousLink:link {
	font-weight: bold;
	color: #222c3d;
	letter-spacing: 1px;
	text-decoration: underline overline ;
	text-decoration-color: #434f63;
	font-size: 20px;
}

a.obviousLink:visited {
	font-weight: bold;
	color: #222c3d;
	letter-spacing: 1px;
	text-decoration: underline overline;
	text-decoration-color: #434f63;
	font-size: 20px;
}

a.obviousLink:hover {
	font-weight: bold;
	font-style: oblique;
	letter-spacing: 1px;
}

input[type=text], input[type=password], input[type=tel],input[type=Email] {
	padding: 2px;
	border: 2px outset;
	margin: 3px;
	background-color: #000000;
	color: #eae6ea;
	font-family: "Palatino";
	font-variant: small-caps;
	text-align: center;
	font-size: 20px;
}

.messageBox {
	padding: 1px;
	border: 1px outset;
	margin: 1px;
	background-color: #000000;
	color: #eae6ea;
	font-family: "Palatino";
	font-variant: small-caps;
	text-align: center;
	font-size: 20;
}

#Message {
	width: 275px;
	height: 110px;
}

.container {
	text-align: center;
	max-width: 980px;
	min-width: 500px;
	min-height: 666px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat;
	background-position: top;
}

.homeBG {
	background-image: url(/images/HomeBG.png);
}

.contactBG {
	background-image: url(/images/Contact_BG.png);
}

.loginBG {
	background-image: url(/images/Login_BG.png);
}

body {
	background-color: #05050A;
	font-family: "Palatino";
}
.content {
	max-width: 850px;
	margin: auto;
}

.buttonBig {
	height: 55px;
	width: 90px;
	font-size: 18px;
	font-weight: bold;
	background-repeat: no-repeat;
	background-image: url(/images/button_rect_lit.png);
    border: none;
    color: #f7f5de;
    text-decoration: none;
	text-shadow:-1px 0 black, 0 1px 2px black, 1px 0 black, 0 -1px black, 1p -1px 1px #840011, 0px 1px 	#f97b70;
	font-family: "Palatino";
	text-transform: uppercase;
	cursor: pointer;
}

.buttonSmall {
	height: 55px;
	width: 55px;
	font-size: 14px;
	font-weight: bold;
	background-repeat: no-repeat;
	background-image: url(/images/button_square_lit.png);
    border: none;
    color: #f7f5de;
    text-decoration: none;
	text-shadow:-1px 0 black, 0 1px 2px black, 1px 0 black, 0 -1px black, 1px -1px 1px #840011, 0px 1px #f97b70;
	font-family: "Palatino";
	text-transform: uppercase;
	cursor: pointer;
}

.Title {;
	font-family: "Palatino";
	font-size: 44px;
	margin-top: 90px;
	text-transform: uppercase;
	letter-spacing: 10px;
	text-align: center;
	padding-top: 20px;
	margin: auto;
}

.Title2 {
    width: 100%;
	margin-top: 60px;
	font-family: "Palatino";
	font-size: 32px;
	font-variant: small-caps;
	letter-spacing: 10px;
	text-align: center;
}

.Audio {
	width: auto;
	height: 60px;
	font-family: "Palatino";
	font-size: 30px;
	letter-spacing: 0px;
	text-align: center;
	font-variant: small-caps;
}

.Nav {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 70px;
	font-family: "Palatino";
	text-transform: uppercase;
}

.navTable {
	margin: auto;
	margin-top: 0px;
}

td.contact {
	width: 180px;
	font-family: "Palatino";
	font-size: 20px;
	text-align: right;
	letter-spacing: 2px;
	text-transform: uppercase;
}

td.knob {
	width: 105px;
	height: 75;
}

td.Login {
	width: 200px;
	font-family: "Palatino";
	font-size: 20px;
	text-align: left;
	letter-spacing: 2px;
	text-transform: uppercase;
}

div.content {
	width: 880px;
	margin: auto;
	position: relative;
	left: 100px;
}

.mikebrown {
	font-size: 22px;
}

.tableRalign {
		text-align: right;
}

.tableCalign {
	text-align: center;
}

.tableLalign {
	text-align: left;
}

.footer {
	heiht: 140px;
	background-image: url(images/1RU_BG.png);
}
