/* CSS Document */

body{
	padding:0;
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18	px;
	background:url(images/pattern.gif) 0 0 repeat-x #fff;
	color:#000;
}
div, h1, h2, h3, h4, p, form, label, input, textarea, img, span{
	margin:0; padding:0;
}

ul{
	margin:0; 
	padding:0; 
	list-style-type:none;
	font-size:0;
}
.spacer{
	clear:both; 
	font-size:0; 
	line-height:0;
}
/*------------------------------------------------main--------------------*/

/*------------------------------------------------body--------------------*/
#body{
	background:url(images/header.jpg) 0 0 no-repeat;
	width:1000px;
	margin:0 auto;
	padding:36px 0 0 0;
}
#body img{
	display:block;
	font-size:0;
	line-height:0;
}
#body p.toptxt{
	font:40px Tahoma;
	color: #ffffff;
	margin:4px 0 41px 10px;
	display:block;
	width: 190px;
}
/*------------------------------------------------left--------------------*/
#left{
	width:207px;
	float:left;
	padding:0;
	margin:0;
}
#left p.leftTop{
	display:block;
	width:197px;
	background:url(images/left_top.gif) 0 0 no-repeat;
	height:27px;
	float:left;
	margin:17px 0 0 0;
}
#left p.leftBot{
	display:block;
	width:197px;
	background:url(images/left_bot.gif) 0 0 no-repeat;
	height:34px;
	float:left;
	margin:0 0 20px 0;
}
#left ul.menu2{
	width:171px;
	background:url(images/left_link_bg.gif) 0 0 repeat-y;
	padding:0 13px;
	margin:0;
	float:left;
}
#left ul.menu2 li{
	padding:0;
	margin:0;
	height:22px;
	background:url(images/left_link_div.gif) left bottom repeat-x;
}
#left ul.menu2 li a{
	display:block;
	height:21px;
	background:url(images/arrow.gif) 6px 7px no-repeat #FFF7D4;
	color:#706222;
	font:bold 12px/21px Arial, Helvetica, sans-serif;
	text-decoration:none;
	padding:0 0 0 25px;
}
#left ul.menu2 li a:hover{
	background-color:#FFFDF2;
	color:#706222;
}
#left ul.menu2 li.noBdr{
	background-image:none;
}
/*------------------------------------------------left--------------------*/

/*------------------------------------------------right--------------------*/
#right{
	width:740px;
	background:url(images/left_div.gif) left top repeat-y;
	float:right;
	padding: 100px 24px 10px 24px;
	margin:0 0 20px 0;
}
#right h2{
	display:block;
	margin:0 0 16px 0;
	color: #4169E1;
}
#right p{
	display:block;
	padding:5px 0 5px 0;
}
#right span{
	color:#CD7A00;
	background-color:inherit;
	font-weight:bold;
}
#update{
	width:260px;
	float:left;
}
#update h2{
	display:block;
	background:url(images/latest_update.gif) 0 0 no-repeat;
	width:260px;
	height:89px;
	margin:0 0 19px 0;
	text-indent:-2000px;
	float:left;
}
/*------------------------------------------------right--------------------*/

/*------------------------------------------------body--------------------*/

/*------------------------------------------------footer--------------------*/
#footerMain{
	width:100%;
	border-top:#EEEEEE solid 4px;
	background-color:#FBFBFB;
	color:#000;
}
#footer{
	width:1000px;
	margin:0 auto;
	position:relative;
	padding: 5px 0 10px 0;
	text-align: center;
}
#footer ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 auto;
}
#footer ul li{
	display: inline;
	font: 10px Tahoma;
	color: grey;
	background-color:inherit;
}
#footer ul li a{
	padding:0 8px;
	font: 10px Tahoma;
	color: grey;
	background-color:inherit;
	text-decoration:none;
}
#footer ul li a:hover{
	text-decoration:underline;
}
.album {
	border: 1px solid #eee;
	background-color: #fefef1;	
}
.album img {
	border: 1px solid #4169E1;
	padding: 2px;
}
.closure {
	text-align: center;
	font-size: 10px;
	width: 100%;
	clear: both;
	margin-top: 5px;
}
.sec_menu {
	margin: 0 auto;
}
.blogpost_reaction{
	margin: 5px 5px 15px 15px; 
	padding: 5px;
	border: 1px solid #eee;
	background-color: #fefef1;
}
.postinfo{
	margin-left: 10px;
}