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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:url(images/bg2.jpg) top center repeat-x;
	height:100%;
}
#page { 
	padding:0; text-align:left; 
	width:100%;
	min-height:500px;
	margin:0 auto;
	height:100%;
	background:url(images/bg.jpg) top center no-repeat;
	text-align:center;
	}
#page990{
	width:990px;
	height:283px;
	text-align:center;
	margin:0 auto;
	color:#333333;
	font-size:11px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;

	}
#head{
	width:990px;
	height:283px;
	text-align:center;
	}
#leftcolumn{
	width:268px;
	min-height:530px;
	
	background:url(images/bg_left.jpg) top right no-repeat;
	float:left;
	text-align:right;
	}
#rightcolumn{
	width:722px;
	min-height:530px;
	
	background:url(images/bg_right.jpg) top left no-repeat;
	
	text-align:left;
	float:left;
	}
#rightcontent{
	width:595px;
	height:100%;
	margin:0px 0px 0px 0px;
	padding:20px 20px 0px 20px;
	
	}
#clear{
	clear:both;
	}
#footer{
	width: 990px;
	background:url(images/footer.jpg) no-repeat top #FFFFFF;
	height:67px;
	padding-top: 15px;
	}
#menuwrapper{
	width:269px;
	height:177px;
	text-align:right;
	}
#blog{
	width:144px;
	padding:10px 20px 0px 10px;
	text-align:left;
	float: right;
	text-decoration:none;
	color:#000000;
}
#line{
	border-bottom: #999999 dotted 1px;
	}
/*------------------------------------------------------------*/
.link{
	color:#8191c5;
	text-decoration:none;
	}
a: link{
	color:#8191c5;
	text-decoration:none;
	}
a: hover{
	color:#CC9900;
	text-decoration:none;
	}
a: visited{
	color:#8191c5;
	text-decoration:none;
	}
.heading{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-transform:uppercase;
	}
.heading2{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	}
.heading3{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-transform:uppercase;
	}
.small{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	}
.img1{
	border:#CCCCCC solid 5px;
	}

/*-------------------------------------*/
ul.menu{
	margin: 0px 0px 0px 0px ;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	cursor: default;
	width: 268px;
	text-transform: uppercase;
	height: 20px;
	font-weight: bold;
	line-height:20px;
	position: inherit;
	float: right;
	
	
}
ul.menu li{
	list-style-type: none;
	color: #333333;
	font-size: 10px;
	text-align: left;
	cursor: pointer;
	width:auto;
	
}

ul.menu a{
	display: block;
	color: #333333;
	text-decoration:none;
	width:auto;
	float:left;
	width: 165px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 2px 105px ;
}
ul.menu a:hover{
	text-decoration:none;
	color:#8191c5;
	padding: 0px 0px 0px 5px;

}
ul.menuactived a{
	list-style-type: none;
	color: #333333;
	font-size: 10px;
	text-align: left;
	cursor: pointer;
	width:auto;
	background:url(images/menu_actived.gif) no-repeat;
}
/*****recent post**********/
/*-------------------------------------*/
ul.bloglist{
	margin: 10px 0px 15px 0px ;
	padding: 0px 0px 0px 0px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	cursor: default;
	font-weight: bold;
	position: inherit;
	float: right;	
}
ul.bloglist li{
	list-style-type: none;
	color: #333333;
	font-size: 10px;
	text-align: left;
	cursor: pointer;
}

ul.bloglist a{
	display: block;
	color: #333333;
	text-decoration:none;
	float:left;
	margin: 0px 0px 2px 0px ;
	padding: 0px 24px 5px 0px;
	width:120px;
	border-bottom:1px dotted #CCCCCC;
}
ul.bloglist a:hover{
	text-decoration:none;
	color:#8191c5;

}

