* {

	font: 16pt Calibri, Arial, sans;
	
		}

a {

	text-decoration: none;

	}

body {

	text-align: center;
	margin: 0px;
	padding: 0px;
	background-image: url('../../img/bottom.png');
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: bottom;

	}

div.content {

	margin: 0px auto;
	text-align: left;
	width: 780px;

	}

div.content div.holder {

	background: url('../../img/mid_color.png');
	text-align: center;
	border-top: 3px solid #4e4e4e;
	border-bottom: 3px solid #4e4e4e;

	}

div.content div.holder a {

	font-style: italic;
	text-decoration: none;
	color: white;
	padding-left: 20px;
	padding-right: 20px;

	}

div.content div.post {

	background: url('../../img/bg.png');

	}

div.content div.post div.body {

	padding-left: 5px;
	padding-right: 5px;
	color: white;

	}

div.content div.post div.body a {

	color: white;
	border-bottom: 1px dashed white;

	}

div.content div.post div.interact {

	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	color: white;
	background: url('../../img/mid_color_2.png');
	border-top: 3px solid #4e4e4e;
	border-bottom: 3px solid #4e4e4e;
	border-right: 3px solid #4e4e4e;
	border-left: 3px solid #4e4e4e;

	}

div.bottom {

	background: url('../../img/bot.png');
	height: 65px;
	color: white;
	text-align: center;

	}

div.bottom a {

	text-decoration: none;
	color: white;
	border-bottom: 1px dashed white;

	}
