﻿body 
{
	/*min-width: 790px; */ /*550px;      /* 2x LC width + RC width */
	color:#232323;
	background-attachment: scroll;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #faf5e1;
}

.jokeLink
{
	Color:#C12F00;
	text-transform: capitalize;
}

/* Master page Table Layout */
.MTable
{
	border-style:none; 
	width:100%; 
	min-width:790px;

	position:relative;
	margin-left:auto;
	margin-right:auto;
}
.MTableLeft
{
	width:180px;
	min-width:180px;
}
.MTableCenter
{
	/*width:460px;
	min-width:460px;*/
	padding: 20px;
}
.MTableRight
{
	width:180px;
	min-width:180px;
}

.MTableHeader
{
	width:790px;
	min-width:790px;
	height:230px;
	min-height:230px;
	background-image:url(../images/banner.jpg);
	background-repeat:no-repeat;
}


/* Other elements */
h1
{
	font-family: Comic Sans MS;
	font-size:40px;
	color: #f0f33a;
	text-align:center;
	padding-left:75px;
}

/* Left side links */
.morelinks_top {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 9px;
	width: 160px;
	background-image: url(../images/morelinks_box_01.png);
	background-repeat: no-repeat;
}
.morelinks_area {
	margin: 0px;
	float: left;
	height: 158px;
	width: 160px; /* 193px; */
	background-image: url(../images/morelinks_box_02.png);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.morelinks_head {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	/* background-image: url(../images/morelinks.png);
	background-repeat: no-repeat; */
	background-color: Black;
	float: left;
	height: 24px;
	width: 105px;
	min-width:105px;
	text-transform: capitalize;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
}

.morelinks_bottom {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 11px;
	width: 160px; /* 193px; */
	background-image: url(../images/morelinks_box_03.png);
	background-repeat: no-repeat;
}
.morelink {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	text-transform: none;
	color: #c12f00;
	text-decoration: none;
	background-image: url(../images/morelinks_active.png);
	background-repeat: no-repeat;
	float: left;
	height: 19px;
	width: 143px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 17px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
.morelink:hover {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	text-transform: none;
	color: #c12f00;
	text-decoration: none;
	background-image: url(../images/morelinks_hover.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 19px;
	width: 143px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 17px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
.links_morearea {
	margin: 0px;
	float: left;
	width: 160px; /* 190px; */
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.links_text {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #7e7656;
	text-decoration: none;
}