/* CSS Document */
body{
	text-align:center;
	margin: 0;
	background-color:#858585;
	width:1111px;
	margin:0 auto;
	padding:0;
	background-color:#858585;
	color:#000;
		background-image: url(images/bg.png);
	background-position: bottom right;

}
ul{
	margin:0; 
	padding:0; 
	list-style-type:none;
	font-size:0;
}
.spacer{
	clear:both; 
	font-size:0; 
	line-height:0;
}
DIV.header {
    margin-left: auto;
    margin-right: auto;

	text-align:center;
	width:1111px;
	border-bottom:dotted 1px;
	padding-bottom:8px;
	background:#FFFFFF;
	background-image:url(./images/head.png);
	background-repeat:no-repeat;
	background-position:top center;
	height:160px;

}
DIV.page{
	width:1111px;
	background-color:#858585;
	/*background-image:url('form2.png');*/
	background-repeat:repeat-y;
}

a.button{
	background:gray;
	color:white;
	padding:2px;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
	line-height:32px;
	padding-left:12px;
	padding-right:12px;


}
a.selected{
	background:#8B1A1A;
	color:white;
	padding:2px;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
	line-height:32px;
	padding-left:12px;
	padding-right:12px;
	


}
a.button:hover{
	background:#A62A2A;
	color:white;
	padding:2px;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
	padding-left:12px;
	padding-right:12px;
}

#top{
	background:url(images/filler.png) 0 0 no-repeat;
	background-position: center;

	width:100%;
	height:128px;
	margin:0 auto;
	padding-bottom:5px;
	position:relative;
}



/*------------------------------------------------left panel--------------------*/

/*left_column*/
.left_column{
	float:left;
	width:720px;
}
.left_column h3,
.left_column h4{
	margin-top:16px;
}

.left_column .archive-heading{
	margin:18px 0 0 47px;
	float:left;
	width:100%;
	overflow:hidden;
	font:bold 21px/24px Trebuchet MS,Arial, sans-serif,Tahoma;
	color:#669517;
	font-weight:normal;
	padding:0;
	background:none;
}
.section{
margin-top: 20px;
border-top: 2px solid #fafafa;
padding: 5px;
}
.subtitle{

width:260px;
font-size:8pt;
}
/*------------------------------------------------mid panel--------------------*/
.weblog{
text-align:center;
	width:100%;
	background: #990000;
	color:#fff;
	/*padding:4px 13px 0 11px;*/
	/*margin:0 17px 0 0;*/
	border-radius: .5em;

	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	float:left;
	margin-top: auto;
	margin-right: auto;
	margin-left: 16px;
	margin-bottom: 5px;
	text-indent:16px;
		border:1px #740000 solid;
	border-top-style:none;
}
.mainBox{




	width:100%;
	border-radius: .5em;


	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;


	background-color: #990000;
	color:#FFFFFF;
	/*padding:4px 13px 0 11px;*/
	/*margin:0 17px 0 0;*/

	float:left;
	margin-top: auto;
	margin-right: auto;
	margin-left: 16px;
	padding-bottom: 5px;
	text-align:left;
	


	border:1px #740000 solid;

}
.mainBox p{
margin-left:8px;
}
.center{
text-align:center;
}
.miniHead{
	text-shadow: 2px 2px 2px #000;
	border-style: none;
	border-width: thin;
	border-color: #a8a8a8;
	border-radius: .25em;
	-moz-border-radius-topleft: .25em;
	-webkit-border-top-left-radius: .25em;
	-moz-border-radius-topright: .25em;
	-webkit-border-top-right-radius: .25em;
	
	background: #8A0405;
	text-align:center;
	padding-top:8px;
		font:bold 26px/16px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	height:30px;
	padding-bottom: 2px;
	margin-bottom: 2px;
}

#framedpicture
{
border:0;
width:400px;
height:380px;

}

/*------------------------------------------------mid panel--------------------*/

/*------------------------------------------------right panel--------------------*/
/*right_column*/
.right_column{
	float:right;
	overflow:hidden;
	width:350px;
	padding:0 10px 0 0;
}


div.yellow_star{
	overflow:hidden;
	background:url(../img/blue.gif) no-repeat 0 0;
	width:254px;
	height:37px;
	padding:10px 0 0 0;
}
div.yellow_star p{
	float:left;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	line-height:18px;
	background:url(../img/star_yellow.gif) no-repeat 0 50%;
	padding:0 0 0 20px;
	margin:0 0 0 14px;
	display:inline;
}
/*blue baloon*/
div.baloon{
clear:both;
text-align:left;
	//overflow:hidden;
	width:300px;
	background:url(../img/blue_bal_center.gif) repeat-y 100% 0;
	margin:14px 0 0 0;
}
div.baloon_top{
	//overflow:hidden;
	width:300px;
	background:url(../img/blue_bal_top.gif) no-repeat 0 0;
	padding:9px 0 0 0;
}
div.baloon_bottom{

	//overflow:hidden;
	width:300px;
	background:url(../img/blue_bal_bottom.gif) no-repeat 100% 100%;
	padding:0 0 8px 0;
}
div.baloon strong{
	//overflow:hidden;
	background:url(../img/house.gif) no-repeat 0 50%;
	font-size:12px;
	color:#fff;
	line-height:16px;
	padding:0 0 0 25px;

	margin:0 0 0 25px;
}
/*orange baloon*/
div.orange_baloon div.baloon{
	background:url(images/orange_bal_center.png) repeat-y 100% 0;
}
div.orange_baloon div.baloon_top{
	background:url(images/orange_bal_top.png) no-repeat 0 0;
}
div.orange_baloon div.baloon_bottom{
	background:url(images/orange_bal_bottom.png) no-repeat 100% 100%;
}
div.orange_baloon div.baloon strong{
	background:url(images/question.png) no-repeat 0 50%;
}
div.orange_baloon div.baloon div.css_image{
	overflow:hidden;
	width:82px;
	height:17px;
	padding:4px 0 0 50px;
}
div.orange_baloon div.baloon ul li a:hover{
	background-color:#f2a263;
}
div.baloon p{
padding-left:32px;
}
DIV.right{

	width:32%;
	float:right;
}

DIV.right h2{
	font:bold 24px Arial, Helvetica, sans-serif;
	color:#000000;
	background-color:#EEE9E9;

}
/*------------------------------------------------right panel--------------------*/

/*------------------------------------------------bodyBottom--------------------*/
#bodyBottom{
	width:1111px;
	margin:18px 0 0 0;
	padding:8px 8px 19px 7px;
	float:left;
}


/*------------------------------------------------bodyBottom--------------------*/

/*------------------------------------------------body--------------------*/

/*------------------------------------------------footer--------------------*/
#footerMain{
	width:1111px;
	background-color:#660000;
	color:#000;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}
#footer{
	width:100%;
	background-color:#272727;
	height:30px;
	margin-right: auto;
	margin-left: auto;
	position:relative;
}
#footer ul{
	width:100%;
	margin: auto;
}
#footer ul li{
	float:left;
	color:#fff;
	background-color:inherit;
	font:normal 12px/16px Arial, Helvetica, sans-serif;
}
#footer ul li a{
	font:normal 12px/16px Arial, Helvetica, sans-serif;
	color:#fff;
	background-color:inherit;
	padding:0 11px;
	text-decoration:none;
}
#footer ul li a:hover{
	color:#fff;
	background-color:#333333;
}
p.copyright{
	font:normal 11px/11px Tahoma, Arial, Helvetica, sans-serif;
	color:#FFFFFF;

}
/*------------------------------------------------footer--------------------*/
