@charset "utf-8";
body {
	text-align: center;
	background-color: #4E83AB;
}
#main {
	background-image: url(../images/tikicaliente2logolorez.jpg);
	height: 500px;
	width: 780px;
	background-repeat: no-repeat;
	text-align: center;
	margin-top: 100px;
}
#main2 {
	background-image: url(../images/Tiki_Poster.jpg);
	height: 500px;
	width: 780px;
	background-repeat: no-repeat;
	text-align: center;
	margin-top: 100px;
}
#navBar a    {
	color: #FFF;
	text-decoration: none;
}
#navBar a:visited  {
	color: #CCC;
	text-decoration: none;
}
#navBar a:hover  {
	text-decoration: underline;
}
#navBar {
	height: 25px;
	width: 770px;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
}
h1 {
	color: #FFF;
}


#content {
	height: 500px;
	width: 785px;
	margin-top: 100px;
}
#content2 {
	width: 785px;
	margin-top: 75px;
}

#content h2 {
	color: #FFF;
}
#content2  a:link {
	color: #FFF;
}
#content2  a:visited {
	color: #FFF;
}

#menu {
	width: 785px;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
.tiki {
	color: #FFF;
	text-align: left;
}
.whttext {
	color: #FFF;
}

.floatLeft {
	float: left;
	text-align: left;
}
.floatRight {
	float: right;
	text-align: left;
}

#footer {
	font-weight: bold;
	color: #FFF;
	height: 25px;
	width: 770px;
}
