@charset "UTF-8";
/* CSS Document */

*{margin:0;padding:0;}

h1 {
	font-weight: bold;
	font-size: 17px;
	padding:10px 8px 8px 8px;
}
h2, h3, h4, h5, h6 {
	font-weight: bold;
	font-size: 16px;
	padding:10px 8px 8px 8px;
}

a:link, a:focus, a:active, a:visited {
	text-decoration: underline;
	color:#ffffff;
}
a:hover {
	text-decoration: none;
	color:#ffffff;
	background:#555555;
}
a:link img, a:visited img {
	border: none;
}

ul{list-style:none;}

li {
	background-image:url(../images/link.png);
	background-repeat:no-repeat;
	background-position:0px 2px;
	font-weight:bold;
	font-size:13px;
/*	padding:5px 0 0 5px;*/
	margin:0 0 0px 0px;border:0px solid #000;padding:0 0 0 25px;vertical-align:text-top;height:25px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style:normal;
	color: #ffffff;
	line-height:17px;
	background-color:#9D9F7A;
}

#headerOut {
	margin: 0 auto;
	width: 100%;
	height: 200px;
	background-color:#484818;
}
#headerIn {
	margin: 0 auto;
	width: 900px;
	height: 68px;
	padding-top:34px;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}

#menuIn {
	margin: 0 auto;
	width: 900px;
	height: 37px;
	background-color:#333333;
}

#mainOut {
	background-color:#9D9F7A;
	width:100%;
}
#mainIn {
	height:auto;
	margin-left:auto;
	margin-right:auto;
	width: 900px;
	position:relative; top: -61px;
}
#mainFull {
	height:auto;
	width: 895px;
	float:left;
}
#mainFullInner {
	height:auto;
	width: 100%;
	background-color:#333;
	padding:0 5px 0 0;
}

#mainLeft {
	height:auto;
	width: 600px;
	float:left;
}
#mainL1 {
	height:400px;
	width: 100%;
	background-color:#333333;
}
#mainL2 {
	height:auto;
	width: 100%;
	background-color:#9D9F7A;
}

#mainRight {
	height:auto;
	float:right;
	border-left:5px solid white;
}
#mainR1 {
	height:400px;
	width: 295px;
	background-color:#333333;
	border-bottom:5px solid white;
}
#mainR2 {
	height:250px;
	width: 295px;
	background-color:#484818;
	border-bottom:5px solid white;
}
#mainR3 {
	height:auto;
	width: 295px;
	background-color:#484818;
	border-bottom:5px solid white;
}

#bottomOut {
	background-color:#484818;
	width:100%;
	height: 65px;
	position:relative; top: 0px;
}
#bottomIn {
	height:auto;
	margin-left:auto;
	margin-right:auto;
	width: 900px;
}

#baseOut {
	background-color:#333333;
	width:100%;
	height: 125px;
	position:relative; border:0px solid #ddd;top: 0px;
}
#baseIn {
	height:auto;
	margin-left:auto;
	margin-right:auto;
	width: 900px;
}

.content {
	padding:10px;
}

.txt_body {
	text-align: left;
	padding: 10px;
}

.txt_footer {
	text-align: center;
	padding:10px;
}

.fleft {float:left; padding-bottom:10px;}
.fleft_txt_body {float:left; padding: 0 10px 10px 10px;}
.fright {float:right; padding:0 0 10px 0;}
.fright_txt_body {float:right; padding: 0 10px 10px 10px;}
.fright_txt_side {float:right; padding: 0 0 10px 10px;}

.content_img {border:3px solid white;}

div.clearFloat {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0px;
}

.christmas-content {
    background-image: url(../images/christmas-content-bg.jpg);
    background-position: top right;
    background-repeat: no-repeat;
    min-height: 560px;
    _height: 560px;
}