* {
	margin: 0;
	padding: 0;
}
 body {
	background: #ebd2f8 url(images/img01.gif) repeat-x;
	font: 76%/1.8em arial, "lucida console", sans-serif;
	color:#000000;
	text-align: left;
}

p {
	margin-bottom:13px;
  	margin-top: 0;
}


#content ul {
        margin-bottom: 1.5em;
	text-align: justify;
	line-height: 167%;
	font-size: 107%;
        margin-left:15px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #DB5600;
}

/* Menu */

#menu {
	width: 740px;
	height: 0px;
	margin: 0 auto;
}


/* Logo */

#logo {
	width: 760px;
	height: 312px;
	margin: 0 auto;
	background: #010100;
}


/* Page */

#page {
	width: 760px;
	margin: 0 auto;
        background: #FFFFFF url(images/contentbggreen.gif) repeat-y;
}

/* Content */

#content {
	float: right;
	width: 480px;
margin:10px 0 5px 0;
        padding:10px 35px 10px 0;
}


/* Sidebar */

#sidebar {
	float: left;
	width: 214px;
margin-top:50px;
     }



/* Navigation */


#links {
}

#links ul {
	list-style: none;
}



#links ul li  li{
	   font-size:85%;
	}



#links a {
        background: url(images/menubg.jpg) no-repeat left center ;
	color: #9447bb;
        font-weight:bold;
        height:20px;
        text-decoration:none;
        display:block;
        padding:2px 0 2px 42px;
        margin-top:3px;
        font-size:95%;
}


#links ul li ul li a {
background: url(images/submenubg.jpg) no-repeat left center ;
color:#ffffff;
padding:2px 0 2px 42px;
}


#sidebar li.active {
font-size:1.125em;
}


/* Footer */



#footer  {
        height:60px;
	width: 760px;
	margin: 0 auto;
        background: #9447bb;
        text-align: center;
        font-size: 85%;
       color:#ffffff;
}

#footer a {
	text-decoration: none;
	color: #ffffff;
}


/* Robs Changes */



/*Css to allow user to position images on site*/


img.imageleft {
        float:left;
	border: 2px solid #9447bb;
        margin-right:10px;
        margin-bottom:5px;
        margin-top:10px;
}

img.imageright {
        float:right;
        border: 2px solid #9447bb;
        margin-left:10px;
        margin-bottom:5px;
        margin-top:10px;
}

img.imagealone {
       border: 2px solid #9447bb;
        margin-bottom:10px;
        margin-top:10px;
}

/*Specify width of contact form selection fields*/

#cfAccommodation {
width:200px;
}

#cfFlights {
width:100px;
}

#cfTravelInsurance {
width:100px;
}


#cfDepMonth {
width:200px;
}

/*Css to style text links*/

#content A:link {
font-weight:bold;
color:#000000;
}

#content A:visited {
font-weight:bold;
color:#000000;
}

#content A:active {
font-weight:bold;
color:#000000;
}

#content A:hover {
text-decoration: underline; 
font-weight:bold;
color: #000000;
}


/*Css to style marquee*/

.scroller {
font-size:1.6em;
color:#9447BB;
}

#content #scrolling a {
  color:#9447BB;
  text-decoration: none;
}

#content #scrolling a:hover {
  color:#9447BB;
  text-decoration: underline;
}

#breadcrumbs {
font-size:0.8em;
color:#9447bb;
margin:10px 0 10px 0;
border-bottom:1px solid #9447bb
}

#sidebar li.active {
font-size:1.125em;
}

#rating {
padding-left:30px;
margin-top:25px;
font-size: 85%;
}

h3 {
  
}

#scrolling {
  color: #941B99;
  font-family: "Cooper Black", "Comic Sans", "Trebuchet ms", Helvetica, sans-serif;
  font-size: 1.2em;
}