/* {
	margin: 0px;
	padding: 0px;
}
img {
	border: 0px;
}
*/
html {
	background-color: black;
}
body {
	margin: 0;
	font-family: Arial, Tahoma;
	height: 800px;
	color: #266e8e;
	font-size: 17px;
}
a {
	outline-style: none;
}
td.leftbg {
	background: black url('../img/mainlbg.jpg') right top repeat-x;
}
td.rightbg {
	background: black url('../img/mainrbg.jpg') left top repeat-x;
}
div#main {
	background: transparent url('../img/main.jpg') center top no-repeat;
	width: 1193px;
	height: 740px;
	text-align: center;
}
div#main div.menu {
	padding-top: 45px;
}
div#main div.menu span {
	margin: 0px 10px 0px 10px;
	font-size: 17px;
}
div#main div.menu a {
	font-family: Arial, Tahoma;
	font-size: 17px;
	color: #e1f1f5;
	outline-style: none;
	text-decoration: none;
}
div#main div.menu a:hover {
	text-decoration: underline;
	outline-style: none;
}
div#footer {
	width: 1000px;
	height: 60px;
	text-align: left;
	padding: 10px 20px 0px 20px;
	color: #979791;
	font-family: "Century Gothic", Arial, Tahoma;
}

div#footer a, div#footer a:hover {
	color: #979791;
	text-decoration: none;
}
#clear {
	clear: both;
}
.hidden-container { display: none; }
img.image { border: none!important; vertical-align: middle; }
