#galleries{
	text-align:center;
	margin-left:auto;
	margin-right:auto;

	}
#galleries .galleryTable{
	max-width:400px;
	}
/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
  background-color: #003366;
  background-position: 35px 25px;
  border-top-style: none;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 14px;
  margin: 0px 0px 0px 0px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: center; /* Centers the page content container in IE 5 browsers. */
  
 }
/* Commonly used to style page titles. */
h1 {
  color: #006699;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 14px;
}
/* Commonly used to style section titles. */
h2 {
  color: #006699;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
}
.required {
	color: #FF0000;
}
/* Sets the style for unvisited links. */
a,  a:link {
  color: #006699;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: normal;
  text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
  color: #990000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: normal;
  text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
  color: #000033;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
  color: #ca0009;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
  color: #006699;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: normal;
}
/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
  background-color: #fff;
  margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: left; /* Redefines the text alignment defined by the body element. */
  width: 980px;
}
#outerWrapper #header {
	background-color: #FFFFFF;
	border-bottom: solid 5px #003366; /* Sets the bottom border properties for an element using shorthand notation */
	font-size: 18px;
	font-weight: bold;
	line-height: 15px;
	padding: 6px 6px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	background-image: url(images/luxury_charters_logo.gif);
	background-repeat: no-repeat;
}
#outerWrapper #contentWrapper #leftColumn1 {
  background-color: #FFFFFF;
  border-right: solid 1px #FFFFFF; /* Sets the right border properties for an element using shorthand notation */
  float: left;
  padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width: 200px;
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
  margin: 0 0 0 220px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
/* Using floated elements and a clear float class is a common method to accomplish multiple column tableless layouts. If floated elements are used without being cleared the elements following will wrap around the floated element. This class should be applied to an element after the last floated element and before the close of the container with floated elements. */
#outerWrapper #contentWrapper .clearFloat {
  clear: left;
  display: block;
}
#outerWrapper #footer {
  background-color: #eaeff5;
  border-top: solid 5px #003366; /* Sets the top border properties for an element using shorthand notation */
  padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
 img.floatLeft {
    float: left;
    margin: 5px;}

img.floatRight {
    float: right;
    margin: 5px;
    }
 
.textLabel {
 	font-weight: bold;
 }

/**************************************************************
/* NEW STYLES:
/**************************************************************/

/**************************************************************
/* This area contains new styles that were added as recently as
/* 25/06/08, by onespot.com.au.
/**************************************************************/

/**************************************************************
/* The style below is used to create an area over the small blue
/* image, located under the navigation menu.  It creates this
/* area to allow you to customise the text over the defined
/* portion of the image.
/**************************************************************/

.navimagetext {
height: 320px;
width: 190px;
background-image: url(images/menupanel.gif);
color: #ffffff;
font-size: 14px;
/* Whatever the amount of padding you put on, you must take that off the height and width respectively to make it appear correctly in all browsers. 

It is currently written using shortform, which is: Up, Right, Down, Left.  Therefore, if you add 10 padding to the top and left, you'll take 20 off the height and width. Below is 125px top padding and 20 left padding (default for this area), so I took 125 off the total height (original was 400px) and 20 off the width (original was 190px).

As you add more text into this area over the image, you might need to decrease the top padding so the page stays the same vertical size.*/
padding: 70px 0px 0px 0px; 

float: left; /* We have floated the area we have created, so it can be made to sit perfectly on top of the image, without breaking the website layout. */
font-family:  Arial, Verdana, Helvetica, sans-serif;
font-size: 18px;
font-weight: normal;
line-height: 24px;
font-style: italic;
text-align: center;
}
