BODY {
	color: Red;
	background-color: White;
	font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif;
	font-size: 12px;
}

A, A:LINK {
	color: ##708090;
	text-decoration: underline;
}

A:VISITED {
	color: #024BB4;
	text-decoration: none;
}

A:HOVER {
	color: #FFF;
	background: #708090;
	text-decoration: none;
}

.header {
	background: #FFF;
	color: #c12424;
	font-family: "Trebuchet MS", arial, verdana, tahoma, helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	padding: 10px;
	text-align: center;
}
#content {
	margin-top: 10px;
	margin-bottom: 10px;
	position: absolute;
	left: 10px;
	top: 10px;
	width: auto;
}

#banner { 
	background-image: url(http://www.dianabiz.net/woman_red_crisscross.jpg);
	background-attachment: scroll;
	background-position: top left;
	background-repeat: no-repeat;
	height: 480px;
	width: 320px;
	}
	
#links {
	position: absolute;
	top: 515px;
	left: 15px;
	width: 300px;
}

#blog	{
	padding: 15px;
	background: #FFF;
	color: #000;
	position: absolute;
	top: 10px;
	left: 350px;
}

.blogbody {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000;
	font-size: 12px;
	background: #FFF;
	margin-bottom: 25px;
}

p {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000;
	font-size: 12px;
	background: #FFF;
	text-align: left;
}

.menu {
	margin-bottom: 15px;
	text-align: center;
	font-family: arial, verdana, helvetica, sans-serif;
	color: #024BB4;
	font-size: 11px;
	font-weight: bold;
}		

.title	{
font-family: verdana, arial, helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
text-align: left;
color: #567995;
background: #FFF;
margin-top: 20px; 
font-variant: small-caps;
}

.copy	{ 
font-family: verdana, arial, helvetica, sans-serif; 
font-size: 10px; 
color: #024BB4;
background: #FFF;
text-align: center; 
text-transform:uppercase;
padding: 5px;	
}			

.date	{ 
font-family: verdana, arial, helvetica, sans-serif; 
font-size: 18px; 
color: #c12424; 
background: #FFF;
font-weight: bold;
margin-bottom: 20px;
text-align: center;
text-transform: uppercase;
}			

HR {
	border-bottom: 2px solide #708090;
	width: 75%;
}

.sidetitle, .calendarhead {
	font-family: "Trebuchet MS", verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	background: #FFF;
	text-transform: uppercase;
	letter-spacing: .2em;
	border-bottom: 2px solid #000;
	margin-top: 10px;
}

table, tr, td {
	font-size: 12px;
	color: #000;
	background: #FFF;
}

.side {
	color: #000;
	background: #FFF;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
	padding: 3px;

}

input, select, textarea {
	color: #000;
	background: #efdcaf;
	border: 1px solid #708090;
	font-size: 10px;
}