body {
	background-image: url('images/bg.png');
}

body, td {
	/*font-family: 'Lucida Grande',Verdana,Arial,Sans-Serif;*/
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size: 87.5%;
}

a {
	color: #666666;
}

#footer a, #footer {
	color: #666666;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

.italic {
	font-style: italic;
}

.larger {
	font-size: 120%;
}

#header, 
#container {
	width: 820px;
	margin-left: auto;
	margin-right: auto;
}

#container #top {
	background-image: url('images/body.png');
	height: 20px;
}

#container #mid {
	background-image: url('images/body-mid.png');
	padding: 0px 20px 0px 20px;
}

#container #bot {
	background-image: url('images/body.png');
	background-position: bottom;
	height: 20px;
}

#header {
	height: 260px;
	width: 750px;
	padding: 12px 0px 0px 4px;
	background-image: url('images/annie-header-v2.png');
	background-repeat: no-repeat;
	background-position: top right;
}

#footer {
	font-size: 80%;
	padding-top: 20px;
	text-align: right;
	clear: both;
}

#fleft {
	float: left;
}

img {
	border: 0px;
}

#col {
	width: 180px;
	padding: 10px 0px 0px 10px;
	float: left;
	font-size: 80%;
}

#col img {
	display: block;
	padding-bottom: 20px;
}

#content {
	margin-left: 210px;
}