@charset "utf-8";
body  {
	margin: 0; 
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #777;
	background-image: url(images/bg.gif); background-repeat: repeat;
	font-family:  Trebuchet ms, comic sans ms, Arial;
	font-size:14px;
	line-height:20px;
}

a {
	color: #777;
	font-size:14px;
	line-height:20px;
	text-decoration:underline;
}

a:hover {
	color: #ff0080;
	font-size:14px;
	line-height:20px;
}
h2 {
	font-size: 16px;
	color: #C90065;
	margin-bottom: 0px;
}
p {
	margin-top: 3px;
}
sup {
	font-size:small; vertical-align:top;
} 

.theSite #container { 
	width: 985px; 
	margin: 0 auto; 
	text-align: left; 
} 
.theSite #header { 
	background-image: url(images/newSite2_01.gif); background-repeat: no-repeat;
	height:104px;
	padding: 0 10px 0 20px; 
} 

.theSite #mainContent {
	margin-left: 35px;
	margin-top: -20px;
}

.theSite #allContent { 
	float:left;
	width:985px;
	padding-bottom:30px;
	background-image: url(images/newSite2_02.gif); background-repeat: repeat-y;
} 

.theSite #mainMenu {
	margin-top:10px;
	margin-left: 33px;
}

.theSite #fotos {
	float:left;
	margin-top:35px;
}

.theSite #theText {
	width:550px;
	margin-left:230px;
	margin-top: 35px;
}

.theSite #sidebar2 {
	margin-top: -115px;
	margin-left:750px;
	height: 100%;
}

.theSite #theGirl {
 	float:right;
} 


.theSite #topNav {
	margin-left: 30px;
	margin-top:-70px;
}
.theSite #footer { 
	background-image: url(images/newSite2_06.gif); background-repeat: no-repeat;
	color:#ff0080;
	font-size:12px;
	height:64px;
	text-align:center;
} 
.theSite #footer a {
	color: #ff0080;
	text-decoration:none;
}
.theSite #footer a:hover {
	color: #ff0080;
	text-decoration:underline;
}

.theSite #footer2 {
	color:#fff;
	font-size:12px;
	text-align:center;
margin-top:-10px;
}
.theSite #footer2 a {
	color: #fff;
	text-decoration:none;
}
.theSite #footer2 a:hover {
	color: #fff;
	text-decoration:underline;
}

.theSite #theMap {
	margin-left:40px;
}

#ticker {
	color:#333;
	margin-left:200px;
	width:500px;
}
#ticker p {
	display:inline;
}

#ticker hr {
	border: none 0; 
	border-top: 1px solid #999;
	border-bottom: 1px solid #fff;
	height: 2px;
	text-align: right;/*this will align it for IE*/
	margin: 3px 0px 0px 0px; /*this will align it left for Mozilla*/

}

#tickerheb {
	direction:rtl;
	text-align:right;
	color:#333;
	margin-right:200px;
	width:500px;
}
#tickerheb p {
	display:inline;
}


.newsHR {
	border: none 0; 
	border-top: 1px solid #ff0080;
	border-bottom: 1px solid #fff;
	height: 2px;
}


#stores {
	margin-top:40px;
}



.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}