* { padding: 0; margin: 0; }

body {
 background: url(floral_bg.gif);
 font-family: Geneva, Arial, Helvetica, sans-serif;
 font-size: 12px;
}

h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: lighter;
	color: #0099CC;
	text-decoration: none;
}

h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: lighter;
	color: #0099CC;
	text-decoration: none;
}

h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: lighter;
	color: #0099CC;
	text-decoration: none;
	font-style: italic;
}


.quote {
	font-family: 'Lancelot', cursive;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	font-size: 24px;
}

.quotesmall {
	font-family: 'Lancelot', cursive;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	font-size: 18px;
}

.highlight {
	font-family: 'Monsieur La Doulaise', cursive;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	font-size: 26px;
}


a:link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #0099CC;
	text-decoration: none;
}


a:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #0099CC;
	text-decoration: none;
}

#wrapper { 
 margin: 0 auto;
 width: 920px;
}

#header {
	width: 920px;
	height: 208px;
}
.page-description {
	width: 920px;
	margin-top: -20px;
	padding-bottom: 10px;
}

.page-description h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	color: #00A8CD;
	text-align: center;
}


#columns {
 margin-bottom: 0px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 column-gap: 10 px;
 width: 100%;
 background: #FFFFFF;
}

#navigation-container {
	position:relative;z-index:99;
    background: #FFFFFF;
	padding: 0px;
}

#navbar {
	margin: 0;
	padding: 0;
	height: 10px; }
	
#navbar li {
	list-style: none;
	float: right;
	background-color: #F5F5F5; }
	
#navbar li a {
	display: block;
	width: 93px;
	padding: 3px 11px;
	background-color: #F5F5F5;
	color: #696969;
	text-decoration: none;
	text-align: center;
	font-size: 11px;
 }
 
#navbar li:hover > a {
    background: #F5F5F5;
    color: #006699;
}
	
	#navbar li ul {
	display: none; 
	width: 10em; /* Width to help Opera out */
	background-color: #FFFFFF;}
	
	#navbar li:hover ul {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0; }
	
#navbar li:hover li {
	float: none; }
	
#navbar li:hover li a {
	background-color: #F5F5F5;
	border-bottom: 1px solid #fff;
	color: #696969; }
	
#navbar li li a:hover {
	background-color: #FFFFFF; }



#imageContainer { height:349px; }  

#imageContainer img { display:none; 	
			position:absolute; 	
			top:0px; left:0px; 	
			height:349px;  	
			width:920px; 	
			opacity: -0.01; 
} 


#leftcolumn { 
 float: left;
 display: inline;
 color: #333;
 margin: 15px;
 padding: 0px;
 width: 610px;
}
#rightcolumn { 
 float: left;
 display: inline;
 color: #333;
 margin: 15px;
 padding: 0px;
 width: 250px;
 position: relative;
}

#blogcontent
{
	clear: left;
	padding: 20px;
	background-color: #FFFFFF;
	
}


#footer { 
 width: 900px;
 clear: both;
 color: #333;
 background: #FFFFFF;
 margin: 0px 0px 10px 0px;
 padding: 10px;
 border-top-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #333333;
}
.clear { clear: both; background: none; }
