html {
	background-image: url(images/gradient.jpg);
	background-repeat: repeat-x;
	background-color: #999999;
}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	padding-top: 50px;
	padding-bottom: 50px;
	left: 0px;
	top: 0px;
}

a img { 
	border-style:none; 
}

h1, h2, h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #000000;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.4em;
	border-bottom: 1px dashed #D2D4C9;
	color: #BE983E;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

.post {
}

.post .title {
	color: #BE983E;
}

.post .title a {
	background: none;
	color: #000000;
	border: none;
}

.post .title a:hover {
	text-decoration: underline;
}

.post .meta {
	border-bottom: 1px dashed #D2D4C9;
	text-transform: uppercase;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.post .meta1 {
	border-bottom: 1px dashed #D2D4C9;
	text-transform: uppercase;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.post .entry {
	padding: 10px 0 20px 0;
	text-align: justify;
	font-size: 16px;
	line-height: 12px;
}


#wrapper {
	width: 800px;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	border: 12px solid #999999;
	padding: 7px;
}

#header {
	background-image: url(images/header3.jpg);
	height: 250px;
	width: 800px;
}

#header1 {
	background-image: url(images/header1.jpg);
	height: 250px;
	width: 800px;
}


#menu {
	width: 790px;
	height: 43px;
	padding-right: 5px;
	padding-left: 5px;
}

ul#menu1 { width: 100%; height: 43px; background: #FFF url("images/menu-bg.gif") top left repeat-x; font-size: 1.0em; font-family: "Lucida Grande", Verdana, sans-serif; font-weight: bold; list-style-type: none; margin: 0; padding: 0; }
ul#menu1 li { display: block; float: left; margin: 0 0 0 5px; }
ul#menu1 li a { height: 43px; color: #333; text-decoration: none; display: block; float: left; line-height: 200%; padding: 8px 15px 0; }
ul#menu1 li a:hover { color: #777; }
ul#menu1 li a.current{ color: #FFF; background: #FFF url("images/current-bg.gif") top left repeat-x; padding: 5px 15px 0; }
                    
                    

#contentwrapper {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#leftcolumn {
	float: left;
	width: 186px;
	padding-right: 7px;
	padding-left: 7px;
	background-repeat: no-repeat;
	height: 100%;
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: #999999;
	text-align: center;
}
#rightcolumn {
	height: 100%;
	width: 580px;
	left: 170px;
	float: right;
	padding-right: 10px;
	padding-top: 15px;
}

#rightrightcolumn {
	height: 500px;
	width: 250px;
	float: right;
	background-image: url(images/extracare-benefits.jpg)
}

#rightleftcolumn {
	height: 100%;
	width: 320px;
	float: left;
}

#rightbottom {
	width: 580px;
	float: right;
	padding-right: 10px;
	padding-top: 10px;
}

#footer {
	height: 38px;
	width: 800px;
	background-image:url(images/footer.jpg);
	text-align: center;
	padding-top: 12px;
	color: #FFFFFF;
}

