body
	{
		background-color: #434343;
		margin: 0px 0px 0px 0px;
	}

#content 
	{
		background-image: url('http://www.kristiestremel.com/images/content_bg.gif');
		background-repeat: repeat-y;
		background-position: center top;
		margin: 0px auto 0px auto;
		width: 800px;
	}

#header 
	{
		background-color: #434343;
		background-position: center top; 
		margin: 0px auto 0px auto;
		width: 800px;
		height: 240px;
		padding-bottom: 0px;
		padding-top: 0px;
	}

#menubar
	{
		background-image: url('http://www.kristiestremel.com/images/content_bg.gif');
		background-repeat: repeat-y;
		background-position: center top;
		margin: 0px auto 0px auto;
		width: 800px;
	}

#mainbody
	{
		margin: 20px 20px 20px 20px;
		color: #000000;
	}

#footer
	{
		background-image: url('http://www.kristiestremel.com/images/footer_bg.gif');
		background-repeat: no-repeat;
		background-position: center top; 
		margin: 0px auto 0px auto;
		width: 800px;
		background-color: #FFFFFF;
		margin: -20px auto 0px auto;
		width: 800px;
		height: 80px;
		text-align: center;
		color: #FFFFFF;
		font-weight: bold;
		font-family: arial, helvetica, verdana, sans-serif;
		font-size: 10pt;
	}

H1 {
font-family:verdana, arial, helvetica, sans-serif;
font-size:36px;
line-height:36px;
font-weight:bold;
margin:0px;
padding:0px;
margin-top:20px;
margin-bottom:5px;
}

H2 {
font-family:verdana, arial, helvetica, sans-serif;
font-size:28px;
line-height:32px;
font-weight:bold;
margin:0px;
padding:0px;
margin-top:20px;
margin-bottom:5px;
width:100%;
}

H3 {
font-family:verdana, arial, helvetica, sans-serif;
font-size:16px;
line-height:16px;
font-weight:bold;
color:#777;
margin:0px;
padding:0px;
margin-top:20px;
margin-bottom:5px;
margin-left:-5px;
min-width:172px;
}

H4 {
font-family:verdana, arial, helvetica, sans-serif;
font-size:16px;
line-height:16px;
font-weight:bold;
margin:0px;
padding:0px;
margin-top:20px;
margin-bottom:5px;
}

P {
font-family:verdana, arial, helvetica, sans-serif;
font-size:13px;
line-height:17px;
font-weight:normal;
}

LI {
font-family:verdana, arial, helvetica, sans-serif;
font-size:12px;
line-height:14px;
font-weight:normal;
padding-bottom:3px;
}

CITE {
font-family:verdana, arial, helvetica, sans-serif;
font-size:12px;
line-height:14px;
font-weight:normal;
font-style:normal;
}

TD {
font-family:verdana, arial, helvetica, sans-serif;
font-size:12px;
line-height:14px;
color:#fff;
font-weight:normal;
}

a:link { color:#AA1423; text-decoration:none; font-weight:bold }
a:visited { color:#AA1423; text-decoration:none; font-weight:bold }
a:active { color:#FF1200; text-decoration:underline; font-weight:bold }
a:hover { color:#FF0000; text-decoration:underline; font-weight:bold }

a.menu:link { color:#FF0000; text-decoration:none; font-weight:bold  }
a.menu:visited { color:#FF0000; text-decoration:none; font-weight:bold  }
a.menu:active { color:#FFFFFF; text-decoration:none; font-weight:bold  }
a.menu:hover { color:#FFFFFF; text-decoration:none; font-weight:bold  }

.picture {
border:1px solid #ccc;
padding:5px;
margin:5px;
}

.entryview {
padding:20px;
}

.entry {
padding-left:10px;
}

.margin {
margin-top:20px;
padding:20px;
border-left:1px solid #ccc;
}

.section {
padding:10px;
line-height:16px;
}

.day_empty {
background-color:#fff;
}

.day_heading {
font-weight:bold;
text-align:center;
}

.day_off {
background-color:#fff;
}

.day_on {
background-color:#ddd;
font-weight:bold;
}

.day_today {
background-color:#fa0;
font-weight:bold;
}

.month_previous{
text-align:left;
}

.month_next {
text-align:right;
}

.month_current {
text-align:center;
}

.code {
font-family:"Courier New",Courier;
border:1px solid #aaa;
background-color:#ffa;
padding:5px;
margin:10px;
}