@charset "utf-8";

html {
min-height: 101%;
}
/* CSS Document */

body {
	padding: 0px;
	background-color: #111a37;
	background-image: url(images/indexbackground.gif);
	margin: 0px;
}


#container {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 620px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #111A37;
	padding: 5px;
	text-align: center;
}


#navigation {
	margin: 0px;
	padding: 0px;
	color: #FFF;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	text-decoration: none;
}
#blog {
	text-align: justify;
	background-color: #f2eadd;
	color: #1A193D;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#ads {
	color: #FFF;
	font-size: 10px;
	float: right;
	text-align: center;
	margin: 0px;
	padding: 0px;
	width: 120px;
}
#copyright {
	font-size: 10px;
	color: #FFF;
	text-align: center;
}

.topleft {
	background-color: #F2EADD;
	background-image: url(http://www.with-gusto.com/images/tlcurve.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	width: 13px;
	float: left;
	height: 13px;
}
.topright {
	background-color: #F2EADD;
	background-image: url(http://www.with-gusto.com/images/trcurve.png);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
	padding: 0px;
	clear: right;
	height: 13px;
	width: 13px;
	float: right;
}
.bottomleft {
	background-color: #F2EADD;
	background-image: url(http://www.with-gusto.com/images/blcurve.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0px;
	padding: 0px;
	width: 13px;
	float: left;
	height: 13px;
}

.bottomright {
	background-color: #F2EADD;
	background-image: url(http://www.with-gusto.com/images/brcurve.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 0px;
	padding: 0px;
	height: 13px;
	width: 13px;
	float: right;
	clear: right;
}

.ContentMargin {
	font-size: 12px;
	padding-top: 13px;
	padding-right: 10px;
	padding-bottom: 13px;
	padding-left: 10px;
	word-spacing: normal;
}


.ContentMargin img{
	border: 1px solid #111A37;

}





h1 {
	font-size: 18px;
	color: #FFF;
	margin-bottom: 2px;
	margin-top: 0px;
	font-weight: bold;
}

a:link {
	color: #F47A00;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #F47A00;
}

a:hover {
	color: #606676;
}
a:active {
	text-decoration: none;
	color: #F47A00;
}

#navigation a {
	color: #FFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
}
#navigation a:visited {
	color: #FFF;
}
#navigation a:hover {
	color: #F47A00;
}

.titleBack {
	color: #FFF;
	margin: 0px;
	background-color: #111A37;
	font-size: 10px;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
}

.titleBack a {
	color: #FFF;
}
.titleBack a:visited {
	color: #FFF;
}



.titleBack a:hover {
	color: #F47A00;
}
.permalinkbg {
	text-decoration: none;
	text-align: right;
	margin: 0px;
	font-size: 10px;
	white-space: nowrap;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 13px;
}
.floatleft {
	text-align: center;
	float: left;
	width: 450px;
	margin-top: 20px;
}
.clear {
	clear: both;
}



.hilite {
	background-color: #FFF;
	padding: 6px;
}
.hilite2 {
	background-color: #F2EADD;
	padding: 6px;
}
