body
{
	margin: 10px 0px;
	padding: 0px;
	text-align: center;
	color: #333;
	background: #fff url(images/pink3.gif) fixed;
}

#container
{
	width: 750px;
	margin: 0px auto;
	text-align: left;
	padding: 0px;
	border: 1px solid #000;
	background-color: #fcc;
	color: #333;
}

#banner
{
	text-align: center;
	padding: 10px;
	border-bottom: 0px;
	color: #000;
	background: #fcc url(images/pinkrose.jpg);
}

#menu
{
	text-align: center;
	padding: 5px 10px;
	border-top: 1px solid #000;
	border-bottom: 0px;
	font: 11px Georgia, serif;
	background-color: #fcc;
	color: #333;
}

#main
{
	width: 708px;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	text-align: center;
	padding: 0px;
	border: 1px solid #ccc;
	background-color: #fff;
	color: #333;
}

#container>#main { margin-left: 20px; }

#content
{
	width: 419px;
	float: left;
	text-align: left;
	margin: 0px;
	padding: 10px;
	border-right: 1px solid #fff;
	color: #333;
	background-color: #fff;
}

#nav
{
	text-align: center;
	padding: 3px 5px;
	border: 1px solid #ccc;
	font: 10px Georgia, serif;
}

#responses { margin-left: 25px; }

.response
{
	font: 11px/16px Georgia, serif;
	margin-left: 5px;
}

#sidebar
{
	width: 245px;
	float: left;
	color: #666;
	text-align: left;
	padding: 10px;
	background-color: #fff;
}

.sidetitle
{
	text-align: center;
	border-top: 1px solid #fcc;
	border-bottom: 1px solid #fcc;
	color: #333;
	background: #fcc;
}

.sidebox
{
	border: 1px solid #000;
	margin-bottom: 15px;
}

#footer
{
	padding: 10px;
	border: 0px;
	background-color: #fcc;
	color: #333;
}

a:link, a:visited
{
	font-weight: bold;
	text-decoration: none;
	color: #666;
	border-bottom: 1px dotted #666;
	background: transparent;
}

a:hover
{
	font-weight: bold;
	text-decoration: none;
	color: #000;
	border-bottom: 1px solid #666;
	background: transparent;
}

a:active
{
	font-weight: bold;
	text-decoration: none;
	color: #000;
	border-bottom: 1px solid #666;
	background: transparent;
}

a:link.none, a:visited.none, a:hover.none, a:active.none { border-bottom: 0px; }

h1, h2, h3, h4, h5, h6
{
	font-weight: normal;
	font-family: Georgia, serif;
}

h1
{
	font-size: 24px;
	margin-top: 20px;
	background: transparent;
}

h2
{
	font-size: 18px;
	color: #333;
	margin-top: 15px;
	margin-bottom: 2px;
	background: transparent;
}

h3
{
	font-size: 14px;
	color: #666;
	margin-top: 15px;
	margin-bottom: 2px;
	background: transparent;
}

h4
{
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}

.date
{
	font-size: 10px;
	font-style: italic;
	letter-spacing: 0.09em;
}

.posted
{
	font-size: 10px;
	color: #666;
	background: transparent;
	text-align: right;
}

p
{
	font: 12px/16px Georgia, serif;
	margin: 10px 0px;
}

ol, ul
{
	margin-top: 0;
	margin-bottom: 10px;
	line-height: 1.8;
	font: 11px Georgia, serif;
}

#sidebar ul { font: 11px Georgia, serif; }

.done { text-decoration: line-through; }

.calendar
{
	font-family: verdana, arial, sans-serif;
	font-size: x-small;
	font-weight: normal;
	line-height: 140%;
	padding: 2px;
	text-align: center;
}

.calendarhead
{
	font-family: georgia, times new roman, serif;
	font-size: small;
	font-weight: normal;
	padding: 2px;
	letter-spacing: .3em;
	text-transform: uppercase;
	text-align: center;
}

.loud
{
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}

img { border: 0px; }