/* @group Layout */

body {
	font-size:  76%;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-image:url(/images/woodbackground.jpg);
	background-repeat: repeat;
}

/* Update color when template is changed. */

a, a:visited {
	color: #c84a3c;
	text-decoration:  none;
}

a:hover {
	color:  #333;
	text-decoration: none;
}

.layout #container {
	width:  898px;
	text-align: left;
	margin: 0 auto;
}

.layout #header {
	padding: 0;
}

.layout #header .content {
	margin: 0;
	padding: 0;
}

/* Where the content is. */


.layout #bgContent {
	background: url(/images/mainrepeat.png) repeat-y 0 0px;
	width: 898px;
	margin: 0;
	padding: 0;
}

/* 	height: 473px; */

.layout #mainContent {
	background: url(/images/mainbg.png) no-repeat;
	width: 898px;
	margin: 0;
	padding: 0;
}

.layout #mainContent #content {
	margin: 0;
	padding: 30px 250px 50px 40px;
}

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.layout #layoutbottom {
	padding: 0;
	margin: 0;
}

.layout #footer {
	padding: 0 0 20px 0;
	text-align: center;
}

.layout #footer .content {
	margin: 0;
	padding: 0;
	font-size: 0.9em;
}

.layout #footer a, .layout #footer a:visited{
	color: #333;
	text-decoration: none;
}

.layout #footer a:hover{
	color: #333;
	text-decoration: underline;
}

/* @end */

/* @group Layout Table */

#layoutTbl {
	margin: 0px;
	padding: 0px;
	height:  473px;
}

#layoutTbl .leftCol {
	border-right: 1px solid #E9E9E9;
	padding: 8px;
	width: 180px;
	vertical-align: top;
}

#layoutTbl .rightCol {
	padding:  8px;
	vertical-align: top;
}

/* @end */

h1 {
	color: #333;
	font: bold 20px Arial, sans-serif;
}

.messageStyle {
	font-size: 1em;
	font-weight: bold;
	color: #000;
	text-align: center;
	background-color: #fdfec5;
	margin: 0 0 10px 0;
	padding: 10px;
	border: 1px solid #fcd844;
	
}

/* @group Side Sections */

#sideSections {
	text-align: center;
	margin: 0;
	padding: 0;
}

#sideSections .sectionImage, #sideSections .counterImage {
	
	display:block;
	margin-bottom: 15px;
	width: 168px;
	height: 168px;
}

#sideSections .counterImage {
	background: url(/images/side/countdownxmas.jpg) no-repeat;
	text-align: center;
	padding-top: 50px;
	padding-left: -5px;
	padding-right: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 60px;
	font-weight: bold;
	color: #000;
}



/* @end */

/* @group Form Table */

.formTbl th {
	text-align: right;
	font-weight: bold;
	vertical-align: top;
	padding: 3px;
}

.formTbl td {
	vertical-align: top;
	padding: 3px;
}

/* @end */
