body			{	
		background-color: #ffffff;
		background-image: url('images/bg.gif');
		background-attachment: fixed;
		text-align: center;
		color: #5d5d65;
		font-family: "Verdana", sans-serif;
		font-size: 11px;
		padding: 0px;
		margin: 20px 0 20px 0;
}

a 			{color: #AC0E10; font-weight: bold; text-decoration: none; }
a:visited	{color: #AC0E10; font-weight: bold; text-decoration: none; }
a:hover 	{color: #FFFFFF; text-decoration: none; background: #AC0E10;}

h1	{font-size: 11px;}
	
div.content 	{
		position: absolute;
		top: 20px;
		left: 70px;
		padding: 0px;
		width: 661px;
		background-color: transparent;
}

div.maincontent		{
		width: 661px;
		background-color: transparent;
		padding: 10px;
}

div.footer 	{
		width: 640px;
		text-align: center;
		font-family: "Verdana", sans-serif;
		font-size: 11px;
		font-weight: bold;
		letter-spacing: 1px;
		background-color: transparent;
		color: #AC5B5C;
		z-index: 100;
		clear: both;
}
		
div.entry		{
		margin: 0 30px 30px 30px;
		min-height: 125px;
		padding: 10px;
		background-color: transparent;
		color: #5d5d65;
		font-family: "Verdana", sans-serif;
		font-size: 11px;
		text-align: left;
		border-width: 0px;
		border-color: #ffffff;
		border-style: solid;
}

div.subject 	{
		font-weight: bold;
		padding: 10px;
		font-family: "Impact";
		text-align: left;
		font-size: 25px;
		letter-spacing: 2px;
		line-height: 20px;
		color: #AC0E10;
}

div.userpic	{
		position: relative;
		z-index: 15;
		float: right;
		background-color: #ffffff;
		padding: 5px;
		margin: 10px 25px 5px 20px;
		border-width: 0px;
		font-family: "Verdana", sans-serif;
		font-size: 11px;
		text-align: center;
}

div.bottom	{
			color: #ffffff;
			width: 640px;
			margin-left: 0px;
			font-family: "Impact";
			font-size: 30px;
			text-transform: uppercase;
			text-align: right;
			padding: 0px;
			line-height: 22px;
			background-color: #AC0E10;
			float: left;
}

iv.bottom a:hover, div.bottom a, div.bottom a:link, div.bottom a:visited {color: #ffffff; background-color: transparent; }