@charset "UTF-8";

body
{
  margin: 0px;
  font-family: "Lucida Grande",Helvetica,Arial,sans-serif;
  
  font-size: 15px;
  color: #888888;
  background-image:url(../images/background.gif);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

*
{
  outline: none;	
}

a img
{
  border: none;	
}

.clearer
{
  clear: both;	
}

#floral
{
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: -1;
}


#header
{
	position: relative;
	width: 990px;
	margin: 0px auto;
	height: 120px;
	background-color: #5bb4e5;
	background-image: url(../images/bg-header.gif);
}

#logo
{
	position: absolute;
	top: 32px;
	left: 27px;
}

ul#navigation
{
  text-align: right;
  list-style-type: none;
  margin: 40px 20px 0px 0px;
  padding: 0px;
  width: 740px;
  float: right;
}

ul#navigation li
{
 margin: 0px;
 padding: 0px 4px 0px 0px;
 display: inline;
}

ul#navigation li.first
{
  background-image: none;
  padding-left: 0px;
}

#bodyContainer
{
  width: 990px;
  margin: 1px auto 0px auto;
  z-index: 1;
}

#bodyTextContainer
{
  border-bottom: 1px solid #eeeeee;
  padding: 17px 15px 8px 15px;
}

.textLinks
{
  color: #DDDDDD;	
}

.textLinks a
{
  text-decoration: none;
  color: #5bb4e5;
}

#footerLinks
{
  float: right;
  width: 700px;
  padding-top: 7px;
  text-align: right;
  font-size: 14px;
  color: #dddddd;
  font-family: Georgia, "Times New Roman", Times, serif;
}

#footerLinks a
{
  color: #bbbbbb;
  text-decoration: none;
}

#footerContainer
{
  margin-bottom: 20px;
  position: relative;
}

#footerLinks img
{
  float: right;
  margin-left: 30px;
}

#preload
{
  height: 0px;
  position: relative;
  overflow: hidden;
  display: none;
}

#homeMainImageContainer
{
 background-image: url(../images/bg-wallpaper2.jpg);
 background-repeat: repeat;
 background-color: 	#dddddd;
 width: 990px;
 height: 450px;
 border-bottom: 1px solid #eeeeee;
}

#blogFooter
{
  border-bottom: 1px solid #eeeeee;	
}

#bodyBar
{
  position: relative;
  background-image: url(../images/bg-bodybar.png);
  background-repeat: repeat-y;
  background-position: top center;
}

#footerBar
{
  position: relative;
  background-image: url(../images/bg-footerbar.png);
  height: 90px;
  background-position: top center;
  background-repeat: no-repeat;
}

#footerContainer
{
  position: relative;
  width: 970px;
  margin: 0px auto;
  padding: 0px 10px;
}
