/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/
/*===================================================================
 * Insert flexdropdownmen.css to support their dropdown menu code
 *==================================================================*/
.flexdropdownmenu, .flexdropdownmenu ul{ /*topmost and sub ULs, respectively*/
font: normal 13px Verdana;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: white;
border: 1px solid black;
border-bottom-width: 0;
visibility: hidden;
display: none; /*collapse all sub menus to begin with*/
box-shadow: 3px 3px 8px #818181; /*shadow for CSS3 capable browsers.*/
-webkit-box-shadow: 3px 3px 8px #818181;
-moz-box-shadow: 3px 3px 8px #818181;
}


.flexdropdownmenu li{
position: relative;
}

.flexdropdownmenu li a{
display: block;
width: 180px; /*width of menu (not including side paddings)*/
height: 22px;
color: #ffffff;
/*background: #fae7a9; */
background-image: url("images/dropdownMenuBackground.jpg"); /*background of menu items*/
border: 1px solid #ffffff;
text-decoration: none;
padding: 4px 5px;
}

* html .flexdropdownmenu li{ /*IE6 CSS hack*/
display: inline-block;
width: 170px; /*width of menu (include side paddings of LI A*/
}

.flexdropdownmenu li a:hover, .flexdropdownmenu li.selected>a{
/*background: #F0CE7D;*/
background-image: url("images/dropdownMenuHoverBG.jpg");
color: #ff01ff;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/*===================================================================
 * End of flexdropdown.css
 *==================================================================*/


body {
	margin: 0;
	padding: 0;
	background: #cccccc url(images/img01a.jpg);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
}
h1, h2, h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #FFFFFF;
}

h1 {
	letter-spacing: -1px;
	font-size: 2.6em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1em;
	font-weight: bold;
}
<!--
p, ul, ol {
	margin-bottom: 1.6em;
	line-height: 180%;
}
-->
p {
      margin: 0 auto;
}

blockquote {
	font-style: italic;
}

ul {
}

ol {
}

a {
	color: #ffffff;
}

a:hover {
	text-decoration: none;
      color: #00ffff;
}

small {
}

hr {
	display: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: left;
	margin: 0 0 0 15px;
}

/* Header */

#header {
	width: 730px;
	height: 350px;
	margin: 0 auto;
	background: url(images/Banner.jpg) no-repeat;
}

/* Page */

#page {
	width: 700px;
	margin: 0 auto;
	background: #666767 url(images/img03a.jpg);
}

.top_navigationbar {
      margin: 0 auto;
      width: 600px;
      height: 26px;
}

.bottom_navigationbar {
       margin: 0 auto;
      width: 600px;
      height: 26px;
}

#topline {
      margin: 0  auto;
	padding-top: 30px;
      padding-bottom: 40px;	
      text-align: center;
}
/* Content */

#leftside {
      float: left;
      margin: 0 auto;
      padding: 50px 0;
	width: 350px;
	background: #666767 url(images/img03a.jpg);
}

/* pads words & image relative to leftside */
.post {
      margin: 0 auto;
      padding: 30px;
      padding-left: 80px;
}

/* pads words relative to post */
.post .title {
	margin: 0 auto;
      padding-left: 30px;
	font-size: 20px;
	background: url(images/tinyAnthurium.gif) no-repeat left center;
}

#entryPicFormal {
      padding-left: 50px;
}

#w3c {
      padding-top: 200px;
      padding-left: 50px;
}

.post .right_title {
	margin: 0 auto;
	padding-left: 40px;
	background: url(images/tinyDog-cartoon.gif) no-repeat left center;
	font-size: 20px;
}


/* rightside */

#rightside {
	float: right;
	width: 350px;
      padding: 50px 0;
	background: #666767 url(images/img03a.jpg);
}

#entryPicFunky {
      padding-left: 30px;
}

#rightside ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#rightside li {
	margin-bottom: 20px;
	padding: 34px 20px 20px 20px;
}

#rightside li ul {
	line-height: 2em;
}

#rightside li li {
	margin: 0;
	padding: 0;
}


#rightside a {
	border: none;
}

#showhead {
   padding: 20px 0 0 8px;
}

#navigator {
    margin: 0;
    padding: 0 0 0 50px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #000000;
}
#navigator ul {
	margin: 0;
	padding: 0;
      list-style: none;
}
#navigator ul li {
	margin: 0;
	padding: 0;
}
/* Footer */

#footer {
      clear: both;
	width: 730px;
	height: 130px;
	margin: 0 auto;
      padding-top: 20px;
	font-size: 13px;
	background: url(images/footerBar.jpg) no-repeat;
}

#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;
      color: #cccccc;
}

#footer a {
	color: #cccccc;
}

#footer a:hover {
      text-decoration: none;
	color: #ffffff;
}

