body {
	font-family: auto,"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-size-adjust: none;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	color: #4f6b72;
	background: #E6EAE9;
}

a {
	color: #c75f3e;
}

#mytable {
	width: 700px;
	padding: 0;
	margin: 0;
}

caption {
	padding: 0 0 5px 0;
	width: 700px;	 
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 4px 4px 4px 12px;
	background: #CAE8EA url(images/bg_header.jpg) no-repeat;
}

th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}

td {
	border-right: 0px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 3px 3px 3px 12px;
	color: #4f6b72;
	font: 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

td.alt {
	background: #F5FAFA;
	color: #797268;
}

th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(images/bullet1.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(images/bullet2.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
}

#breadcrumb {
    font: 11px Arial, Helvetica, sans-serif;
    background-image:url('/images/bc_bg.gif'); 
    background-repeat:repeat-x;
	height:22px;
    line-height:22px;
    color:#888;
    border:solid 1px #cacaca;
    width:100%;
    overflow:hidden;
    margin:0px;
    padding:0px;
}

#breadcrumb li {
    list-style-type:none;
    padding-left:10px;
	display:inline-block;
	float:left;
}

#breadcrumb a {
	display:inline-block;
    background-image:url('/images/bc_separator.gif'); 
    background-repeat:no-repeat; 
    background-position:right;
    padding-right: 15px;
    text-decoration: none;
    color:#333333;
	outline:none;
}

.home {
    border:none;
    margin: 3px 0px;
}

#breadcrumb a:hover {
	color:#35acc5;
}

#Background {
	background-image: url(/images/v2/tfa_bg_top.gif);
	background-repeat: repeat-x;	
	background-position: top left;
	padding: 0 0 0 22px;
}
/* ---------------------------------- */
/* Logo                               */
/* ---------------------------------- */
#Logo {
	position: absolute;
	z-index:3;
	width: 36px;
	padding: 5px 14px 0 23px;
	float: left;
}
/* ---------------------------------- */
/* Content Area                       */
/* ---------------------------------- */
#Content {
	position: relative;
	z-index:2;
	margin: 0;
	width: 665px;
	padding: 0 30px 15px 75px;
	background-image: url(/images/v2/content-bg-2cols.png);
	background-repeat: repeat-y;
	font-size: 120%;
	line-height: 150%;
	min-height: 500px;
	
}
#Content.large {
	background-image: url(/images/v2/content-bg-2cols-l.png);
	width: 746px; 
}
.xl #Content {
	background-image: url(/images/v2/content-bg-x970.png);
	width: 865px;
}
#Content.oneColumn {
	background-image: url(/images/v2/content-bg.png);
}
#Content.oneLargeColumn {
	background-image: url(/images/content-bg-x850.png);
	width: 746px; 
}
/* ---------------------------------- */
/* Top Navigation                     */
/* ---------------------------------- */
#NavBar {
	padding: 0 5px 0 0;
	height: 49px;
}
#NavBar p {
	position: absolute;
	font-size: x-small;
	right: 19px;
	top: 30px;
	margin: 0;
}
#NavBar ul {
	float: right;
	margin: 0;
	padding: 0; /*26px 0 0 0;*/
}
#NavBar li {
	float: left;
	list-style-type: none;
	width:88px;
	height: 20px;
	padding: 4px;
	margin: 0 1px;
	background-image: url(/images/v2/tab_bg.png);
	background-position: bottom left;
	font-size: x-small;
}
#NavBar li:hover {
	padding-top: 6px;
}

* html #NavBar li a:hover {	padding-top: 3%;} 

#NavBar li.selected   {
	padding-top: 12px;
	font-weight: bold;
}
#NavBar a {
	color: #333;
	width:100%;
	display:block;
}
#NavBar li a {
	text-decoration: none;
	color: #333;
}
#NavBar li a img {
	float: left;
	margin: 0 4px 0 0;
}
#NavBar li.logout {
	border: none;
	background-color: #FFF;
	background-image: none;
	padding-top: 4px !important;
	text-align: center;
	width: 53px;
}
/* ---------------------------------- */
/* Columns */
/* ---------------------------------- */
#LeftColumn {
	width: 207px;
	padding: 5px;
}
#RightColumn, .RightColumn  {
	float: right;
	width: 430px;
}
#Content.large #RightColumn,#Content.large .RightColumn, #Content.oneLargeColumn #RightColumn { 
	width: 520px;
} 
#RightColumnNoFloat, .RightColumnNoFloat {
	margin-left: 234px;
}
/* ---------------------------------- */
/* Footer                             */
/* ---------------------------------- */
#FooterNav {		
	clear: both;
	border-top: 1px dotted #ddd;
	margin: 40px 0 0 222px;
	text-align: left;
	font-size: xx-small;
}
#Footer  {	
	position:absolute;
	top: 50px;
	right: 10px;
	width: 190px;
	text-align: right;
	line-height: 120%;
	z-index: 1;
}
#Footer p {
	font-size: xx-small;
	color: #bbb;
}
#Footer a {
	text-decoration: none;
	color: #fff;
}
/* ---------------------------------- */
/* Generic Markup - Links             */
/* ---------------------------------- */
a:visited {
	color: #b9a576;
}
a:hover {
	color: #ed8a22;
	text-decoration: none;
	border-bottom: 1px dotted #ed8a22; 
}
a.noVisited:visited {
	color: #B68663 !important;	
}
a img {
	border: none;
	text-decoration: none;
}
hr {
	height: 0; 
	border: none; 
	border-bottom: 3px double #CCC;
}
sup {
	font-size: small;
}
/* ---------------------------------- */
/* Generic Markup - Titles            */
/* ---------------------------------- */
h1 {
	line-height: 150%;
	font-size: 190%;
	letter-spacing: 1px;
	font-weight: normal;
	color: #000;	
}

h2 {
	font-weight: normal;
	line-height: 140%;
	font-size: 140%;
	letter-spacing: 1px;
	background-image: url(/images/v2/tfa_hr.gif);
	background-position: bottom left;
	background-repeat: repeat-x;	
}
h2 a {
	text-decoration: none;
}
h2 a:visited {
	text-decoration: none;
	color: #333;
}
h3 {
	font-size: 120%; 
	background-image: url(/images/v2/tfa_hr.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
	padding-bottom: 4px;
	color: #a2cd9e;
	margin: 6px 0 6px 0;
}
h3 a {
	text-decoration: none;
}
h3 a:visited {
	text-decoration: none;
}
h4 {
	font-size: 100%;
	margin: 6px 0 6px 0;
	line-height: 170%;
}
h2.large {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 240%;
	background-image: none;
	margin: 0 0 0.6em 0;
}
h3.large {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	font-size: 180%;
	background-image: none;
	margin: 0 0 0.6em 0;
	line-height: 130%;
}
.orange {
	color: #f8b05b !important;
}
.green {
	color: #a2cd9e !important;
}

/* ---------------------------------- */
/* Buttons                            */
/* ---------------------------------- */
.okButton {
	border: none; 
	background-image:url(/images/v2/b-ok.gif); 
	width:79px; 
	height:28px;
	cursor: pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px !important;
	padding-bottom: 3px;
	color: #FFF;
}
.cancelButton {
	border: none; 
	background-image:url(/images/v2/b-green.gif);  
	width:79px; 
	height:28px;
	cursor: pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px !important;
	padding-bottom: 3px;
	color: #FFF;
}
.greyButton {
	border: none; 
	background-image:url(/images/v2/b-grey.gif); 
	width: 128px; 
	height: 28px;
	cursor: pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px !important;
	padding-bottom: 3px;
	color: #FFF;
}
.upButton {
	border: none; 
	background-image:url(/images/v2/b-up.gif); 
	width: 128px; 
	height: 28px;
	cursor: pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px !important;
	padding-bottom: 3px;
	color: #FFF;
}
.payButton {
	border: none; 
	background-image:url(/images/v2/b-purchase.gif); 
	width: 128px; 
	height: 28px;
	cursor: pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px !important;
	padding-bottom: 3px;
	color: #FFF;
}
/* ---------------------------------- */
/* Highlights                         */
/* ---------------------------------- */
.highlight {
	background-color: #FFFFCC;
	font-weight: normal;
}
.callout {
	font-size: 130%; 
	text-align: left; 
	line-height: 130%; 
	margin: 1em; 
	letter-spacing: 1px;
}
.arrow {
	float: left;
	background-image: url(/images/v2/tfa_arrow.png);
	width: 225px;
	height: 39px;
	text-align: center;
	padding-top: 20px;
}
.arrow p {
	text-align: right;
	margin-top: 20px;
	font-size: 88%;
	width: 200px;
}
.important {
	border: 1px solid #FCC;
	background-color: #FFF4F4;
	padding: 10px 5px;
	margin-top: 1.2em;
	margin-bottom: 1.2em;
	font-size: 120%;
	line-height: 150%;
}
.important a {
	font-weight: bold;
}
.warning {
	border: 1px solid #FCC;
	background-color: #FFF4F4;
	color: #FF0000;
	padding: 10px 5px;
	margin-top: 1.2em;
	margin-bottom: 1.2em;
	font-size: 120%;
	line-height: 150%;	
}
/* ---------------------------------- */
/* Code                               */
/* ---------------------------------- */
.XHTMLCode {
	list-style-type: none !important;
	font-family: "Courier New", Courier, mono;
	font-size: small !important;
}
.codeSample {
	background-color:#F4F4F2; 
	padding: 5px; 
	border: 1px solid #ccc; 
}
/* ================================================================ */
/* Right Column Lists                                               */
/* ================================================================ */
dt {
	font-weight: bold;
	margin: 1em 0;
}
/* ================================================================ */
/* Left Column Lists                                                */
/* ================================================================ */

#LeftColumn ul, #RightColumn ul {
	margin: 0;
	padding: 0 0 0 17px;
}
#LeftColumn li, #RightColumn li {
	list-style-type: square;
	margin-top: 0.7em;
}
ul.noBullet {
	padding: 0  !important;
}
.noBullet li {
	list-style-type: none !important;
}
/* ================================================================ */
/* Right Column Form Elements                                       */
/* ================================================================ */
#RightColumn form {
	margin: 0;
	padding: 0;
}
#RightColumn .preField {
	background-image: url(/images/v2/tfa_hr.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
	padding: 0;
}
#RightColumn .actions {
	text-align: center;
}
#RightColumn .interface .actions {
	margin-top: 2em;
	border-top: 1px solid #AED5AC;
}
#RightColumn .interface fieldset {
	border: 1px solid #ddd;
}
/* ================================================================ */
/* Left Column Form Elements                                        */
/* ================================================================ */
#LeftColumn form {
	margin: 0;
	padding: 0;
	width: 180px;
}
#LeftColumn fieldset {
	padding-top: 15px;
	margin-bottom: 25px;
	line-height: 100%;
	border: 1px solid #ccc;
	background-color: transparent;
}
#LeftColumn form fieldset legend {
	font-weight: bold;	
	color: #777;
}
#LeftColumn form .preField {
	display: block;
	width: auto;
	margin: 4px 0 0 0;
	background-image: none;
}
#LeftColumn form .postField {
	margin: 0;
}
#LeftColumn form .oneChoice {
	margin: 6px 0 8px 0;
	white-space: normal;
	line-height: normal;
}
#LeftColumn .oneChoice input {
	float: left; 
	margin: 4px 4px 4px 2px;
	font-size: x-small;
}
#LeftColumn .actions {
	margin: 3px 0 0 0;
	clear: none;
}
/* ================================================================ */
/* HOMEPAGE MAIN TEXT                                               */
/* ================================================================ */
.pitch {
	padding: 0 50px;
}
.pitch p {
	font-size: 120%;
	line-height: 150%;
}
.pitch strong {
	font-weight: normal;
	background-color: #FFFFCC;
}
.pitch h2 {
	font-weight: normal;
	font-size: 120%;
	background-image: none;
}
.pitch dd {
	margin: 0;
}

/* ================================================================ */
/* HOMEPAGE SIDEBAR BOX                                             */
/* ================================================================ */
.sideBarBox {
	background-image: url(/images/sidebar-box-bg.gif);
	background-repeat: no-repeat;	
	width: 173px;
	padding: 10px 20px;
	line-height: normal;
}
#LeftColumn .sideBarBox {
 	margin-left: -5px;
}
.sideBarBox h3 {
	font-size: small;
	margin-top: 16px;
}
/* ================================================================ */
/* HOMEPAGE BLOG ENTRY */
/* ================================================================ */
.post h2 {
	font-size: small;
	background-image: none;
	line-height: 100%;
}
.post h2 a {
	text-decoration: none;
	color: #777;
}
.postmetadata {
	font-size: xx-small;
	color: #888;
	margin-bottom: 10px;
}
.postmetadata  a {
	font-size: xx-small;
	color: #888;
}
.forgottenPasswordLink {
	font-size: x-small;
}
/* ================================================================ */
/* ACCOUNT.PHP */
/* ================================================================ */
.accountHistory td {
	font-size: x-small !important;
}
/* ================================================================ */
/* UPGRADE-PLAN.PHP */
/* ================================================================ */
.planSelection  {
	border-collapse: collapse;
	border: none;	
}
.planSelection tr {
	border: none;
}
th.col {
	font-weight: normal;
}
th.currentPlan {
	text-align: center;
	font-size: x-small;	
}
th.upgradeTo {
	text-align: center;
	font-size: x-small;
}
th.freePlan {
	font-size:  120%;
	width: 150px;
	padding: 3px 0;	
}
th.paygoPlan {
	font-size:  120%;
	width: 150px;
	background-color: #717171;
	color: #f6f6f6;
	padding: 3px 0;	
}
th.subscrPlan {
	font-size: 120%;
	width: 150px;
	background-color: #717171;
	color: #f6f6f6;
	padding: 3px 0;
}
th.profPlan {
	font-size:  120%;
	width: 150px;
	background-color: #696969;
	color: #f6f6f6;
	padding: 3px 0;
}

.freePlan {
	background-color: #fcfaf7;
	padding: 0 5px;
	text-align: center;
	border-bottom: 1px dotted #bbb;
	border-top: none;
}
.paygoPlan {
	background-color: #f2f1ee;
	padding: 0 5px;
	text-align: center;
	border-left: 1px solid #FFF;
	border-bottom: 1px dotted #bbb;
	border-top: none;
}
.subscrPlan {
	background-color: #eae9e5;
	padding: 0 5px;
	text-align: center;
	border-left: 1px solid #FFF;
	border-bottom: 1px dotted #bbb;
}
.profPlan {
	background-color: #e4e4d1;
	padding: 0 5px;
	text-align: center;
	border-left: 1px solid #FFF;
	border-bottom: 1px dotted #bbb;
}
.planSelection .col {
	text-align: right;
	width: 160px;
	border: none;
	padding: 3px 6px;
}
.planSelection form {
	margin: 3px 0 0 4px !important;
	padding: 0 !important
}
.paygobutton {
	padding: 0 !important;
	margin: 0 !important;
	width: 59px;
}
.paygobutton table, .paygobutton td {
	margin: 0;
	padding: 0;
}
.planSelection .hint {
	border: none !important;
	color: grey;
	font-size: x-small;
	text-align: right;
	line-height: normal;
}
/* ================================================================ */
/* FORM-PREVIEW.PHP */
/* ================================================================ */
#FormPreview {	
	padding: 0 40px;
}
/* ================================================================ */
/* ACCOUNT.PHP */
/* ================================================================ */
#AccountInformation .inputReadOnly {
	margin-left: 135px;
}
.formBrowser {
	width: 100%;
}
.new {
	font-weight: bold;
}

/* ================================================================ */
/* FORM-LIBRARY.PHP													*/
/* ================================================================ */
.comment {
	margin:0; 
	font-size: smaller;
}
.evenrow {
	background-color: #F3F3F3; 
	padding: 2px; 
	margin: 3px 0;
}
.oddrow {
	background-color: #FFFFFF; 
	padding: 2px; 
	margin: 3px 0;
}
.libraryLanguageSection {
	overflow: auto;	
}
.libraryLanguageSection h4 {
	margin-top: 1em;
}
.libraryLanguageSection a {
	text-decoration: none;
}
/* ================================================================ */
/* FORM-GARDNE.PHP													*/
/* ================================================================ */
.gardenAuthor {
	text-decoration: none;
}

/* ================================================================ */
/* CALENDAR STYLES */
/* ================================================================ */
#caldiv1 table, #caldiv1 tr {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}
#caldiv1 td, #caldiv1 th {
	padding: 0 2px;
}
#caldiv1 td.cpTd {
	padding: 0;
}
.cpYearNavigation,
.cpMonthNavigation 	{
	text-align:center;
	vertical-align:center;
	text-decoration:none;
	color:#fff;
	background-color: #666;
	font-weight:bold;
}
.cpDayColumnHeader,
.cpYearNavigation,
.cpMonthNavigation,
.cpCurrentMonthDate,
.cpCurrentMonthDateDisabled,
.cpOtherMonthDate,
.cpOtherMonthDateDisabled,
.cpCurrentDate,
.cpCurrentDateDisabled,
.cpTodayText,
.cpTodayTextDisabled,
.cpText	{
	font-family:arial;
	font-size: small;
}
TD.cpDayColumnHeader {
	text-align:right;
}
.cpCurrentMonthDate,
.cpOtherMonthDate,
.cpCurrentDate	{
	text-align:right;
	text-decoration:none;
}
.cpCurrentMonthDateDisabled,
.cpOtherMonthDateDisabled,
.cpCurrentDateDisabled {
	color:#D0D0D0;
	text-align:right;
	text-decoration:line-through;
}
.cpCurrentMonthDate {
	color:#555;
	font-weight:bold;
}
.cpCurrentDate {
	color: #FFFFFF;
	font-weight:bold;
}
.cpOtherMonthDate {
	color:#808080;
}
TD.cpCurrentDate {
	color:#FFFFFF;
	background-color: #666;
}
TD.cpCurrentDateDisabled {
}
TD.cpTodayText,
TD.cpTodayTextDisabled {
}
A.cpTodayText,
SPAN.cpTodayTextDisabled {
	height:20px;
}
A.cpTodayText {
	color:#888;
	font-weight:bold;
	font-size: 90%;
}
SPAN.cpTodayTextDisabled {
	color:#D0D0D0;
}
.cpBorder {
	border:solid 1px #666;
}

/* sign in button */
#container {
    width:780px;
    margin:0 auto;
    position: relative;
}

#content {
    width:520px;
    min-height:500px;
}
a:link, a:visited {
    color:#27b;
    text-decoration:none;
}
a:hover {
    text-decoration:underline;
}
a img {
    border-width:0;
}
#topnav {
    padding:10px 0px 12px;
    font-size:11px;
    line-height:23px;
    text-align:right;
}
#topnav a.signin {
    background:#88bbd4;
    padding:4px 6px 6px;
    text-decoration:none;
    font-weight:bold;
    color:#fff;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    *background:transparent url("images/signin-nav-bg-ie.png") no-repeat 0 0;
    *padding:4px 12px 6px;
}
#topnav a.signin:hover {
    background:#59B;
    *background:transparent url("images/signin-nav-bg-hover-ie.png") no-repeat 0 0;
    *padding:4px 12px 6px;
}
#topnav a.signin, #topnav a.signin:hover {
    *background-position:0 3px!important;
}

a.signin {
    position:relative;
    margin-left:3px;
}
a.signin span {
    background-image:url("images/toggle_down_light.png");
    background-repeat:no-repeat;
    background-position:100% 50%;
    padding:4px 16px 6px 0;
}
#topnav a.menu-open {
    background:#ddeef6!important;
    color:#666!important;
    outline:none;
}
#small_signup {
    display:inline;
    float:none;
    line-height:23px;
    margin:25px 0 0;
    width:170px;
}
a.signin.menu-open span {
    background-image:url("images/toggle_up_dark.png");
    color:#789;
}

/* sign in form */
#signin_menu {
    -moz-border-radius-topleft:5px;
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-bottomright:5px;
    -webkit-border-top-left-radius:5px;
    -webkit-border-bottom-left-radius:5px;
    -webkit-border-bottom-right-radius:5px;
    display:none;
    background-color:#ddeef6;
    position:absolute;
    width:210px;
    z-index:100;
    border:1px transparent;
    text-align:left;
    padding:12px;
    top: 24.5px; 
    right: 0px; 
    margin-top:5px;
    margin-right: 0px;
    *margin-right: -1px;
    color:#789;
    font-size:11px;
}

#signin_menu input[type=text], #signin_menu input[type=password] {
    display:block;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border:1px solid #ACE;
    font-size:13px;
    margin:0 0 5px;
    padding:5px;
    width:203px;
}
#signin_menu p {
    margin:0;
}
#signin_menu a {
    color:#6AC;
}
#signin_menu label {
    font-weight:normal;
}
#signin_menu p.remember {
    padding:10px 0;
}
#signin_menu p.forgot, #signin_menu p.complete {
    clear:both;
    margin:5px 0;
}
#signin_menu p a {
    color:#27B!important;
}
#signin_submit {
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    background:#39d url('images/bg-btn-blue.png') repeat-x scroll 0 0;
    border:1px solid #39D;
    color:#fff;
    text-shadow:0 -1px 0 #39d;
    padding:4px 10px 5px;
    font-size:11px;
    margin:0 5px 0 0;
    font-weight:bold;
}
#signin_submit::-moz-focus-inner {
padding:0;
border:0;
}
#signin_submit:hover, #signin_submit:focus {
    background-position:0 -5px;
    cursor:pointer;
}

/*
h2.accoutInformation, legend.accoutInformation {
	background-image: url(/images/v2/tfa_account_information.gif);
	background-repeat: no-repeat;
	width: 105px;
	height: 15px;
}
h2.accoutInformation span, legend.accoutInformation span {
	visibility: hidden;
	line-height: 15px;
}
*/
/*

.featureList h3 {
	margin: 40px 0 0 0  !important;
}
.featureList li {
}
.featureList li ul li {
	margin: 0 !important;
	pading: 0 !important;
	font-size: x-small;
	list-style-type: circle  !important;
}

*/
/*#LeftColumn span.inputFrame {
	font-size: medium;
	padding: 4px 1px !important;
	border: 1px solid #DDD;
	background-color: #FFF;	
}
#LeftColumn span.inputFrame input {
	width: 165px !important;	
	font-size: 16px !important;
	height: 20px;
}*/
/*
#blogSection {
	clear: both;
	margin: 0 0 1em 0;
}
#blogSection h2  {
	background-image: none;
}*/

