html {
	margin:0;
	padding:0;
	border:0;
	height: 100%;
}
body {
	margin:0;
	padding:0;
	border:0;
	height: 100%;
	background: #ccc;
	font-family: optima, arial, helvetica;
}
a {
	color: #666;
}
div#container-main {
	padding:0;
	border:0;
	height: 100%;
	width: 660px;
	margin: 0;
	margin-right: auto;
	margin-left: auto;
	background: url(container-main-bg.jpg) repeat-y top left;
}
div#header {
	position: relative;
	padding:0;
	border:0;
	height: 118px;
	width: 660px;
	margin: 0;
	background: url(header-bg.jpg) repeat-y top left;
}
div#mainmenu {
	margin:0;
	padding:0;
	border:0;
	position: absolute;
	right: 24px;
	bottom: 6px;
	font: 12px optima, arial, helvetica;
	color: #ada;
}
div#mainmenu A{
	font: 12px optima, arial, helvetica;
	color: #fff;
	text-decoration: none;
}
div#mainmenu A:hover{
	background-color: #8a8;
}
div#container-inner {
	padding:0;
	border:0;
	margin-top: 50px;
	background: url(container-main-bg.jpg) repeat-y top left;
}
div#right-column {
	float: right;
	margin:0;
	padding: 0;
	border:0;
	font-size: 80%;
	line-height: 140%;
	width: 30%;
}
div#right-column div.rightTitle{
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 55px;
	padding: 2px;
	font-family: georgia, times new roman, times;
}
div#right-column P {
	margin-right:55px;
	margin-left: 3px;
}
div#right-column div.monthlyArchiveText {
	margin-right:55px;
	margin-left: 3px;
}

div#right-column A {
	color: #999;
	font-weight: bold;
	text-decoration: underline;
}
div#content {
	margin-right: 35%;
}
div#content h1 {
	margin-left: 55px;
	font-size: 1.4em;
	border-bottom: 1px solid black;
}
div#content h2 {
	margin-left: 55px;
	font-size: 1.2em;
	border-bottom: 1px solid black;
}
div#content p {
	margin-left: 55px;
}
div#content div.day div.itemTxt p {
	margin-left: 0;
}
div#content ul {
	margin-left: 45px;
}
div#content ul li {
	margin-top: 5px;
	margin-bottom: 5px;
}

div#footer {
	clear:both;
	text-align: center;
	font-variant: small-caps;
	font-size: 80%;
	margin-top: 48px;
}
div#teaserimg {
	margin-top: 40px;
	margin-bottom: 10px;
	text-align: center;
}
div#teaser {
	width: 550px;
	margin-top: 0px;
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #999;
	font-size: 90%;
}
div#teaser A {
	color: #696;
	text-decoration: none;
}
div#teaser A:hover {
	text-decoration: underline;
	
}
div.postDate {
	font-variant: small-caps;
	font-size: 80%;
	margin-top: 4px;
	margin-bottom: 20px;
}
div.itemTitle A {
	text-decoration: none;
	color: black;
	font-weight: bold;
	font-size: 110%;
	margin-bottom: 0px;
	font-family: georgia, times new roman, times;
}
div.itemTitle {
	margin-top: 40px;
}
div.day {
	padding-left: 55px;
}
table.hCalendarTable {
	border: 1px solid black;
}