*								{ margin: 0; padding: 0; }
body							{
	font-family: "Lucida Grande", Arial, Sans-Serif;
	background-image: url(../images/bg88.gif);
	background-repeat: repeat;
}

a								{ text-decoration: none; outline: none; }
a img							{ border: none; }

h2	{
	font-family: Sans-Serif, Serif;
	font-size: 52px;
	font-weight: bold;
	text-align: right;
	color:#ff0000;
	text-shadow: 0px 2px 3px #fff;
	padding-right: 35px;
    }

#page-wrap						{ background: white; width: 960px; margin: 0 auto; 
							  background-image: url(../images/bgkendo.jpg); background-repeat:repeat-y; 
							  padding: 50px 10px; border-bottom: 3px solid #ee2222; z-index: 1000;}

#slider	{
	background: white url(../images/slider-bg-copy.gif);
	height: 227px;
	overflow: hidden;
	position: relative;
	margin: 50px 0;
	}
								  
                                /* DEFAULT is for three panels in width, adjust as needed
                                   This only matters if JS is OFF, otherwise JS sets this. */								  
#mover							{ width: 2880px; position: relative; }
.slide							{ padding: 40px 30px; width: 900px; float: left; position: relative; }
.slide h1						{font-family: Helvetica, Sans-Serif; font-size: 30px;letter-spacing: -1px;color: #e3372e;}
.slide p						{color: #666666;font-size: 12px;line-height: 22px;width: 300px;}
.slide img						{ position: absolute; top: 20px; left: 400px; }
.slide a                        {font-family: Helvetica, Sans-Serif; font-size: 30px;letter-spacing: -1px;color: #e3372e;}
#slider-stopper					{
	position: absolute;
	top: 1px;
	right: 20px;
	background: #000000;
	color: white;
	padding: 3px 8px;
	font-size: 10px;
	text-transform: uppercase;
	z-index: 1000;
}

#footer{
	font-family: tahoma,arial,helvetica,sans-serif;
	font-size:16px;
	color:#F4F4F4;
	}
#footer a {
	color:#e3372e;
	text-decoration:none;
	}
#footer a:hover{
     color:#db6d16;
 