/* CSS Document */
/* ------------------------------------------ */
/* RESETS, BASIC PAGE SETUP, BASIC TYPOGRAPHY */
/* ------------------------------------------ */
* { margin: 0; padding: 0;text-decoration:none;list-style:none }
/*html { overflow-y: scroll; }*/
a { outline: none; 	color:#cccc33;}
a img { border: none; }
img{ border:none}
a{ text-decoration:none}
/* END RESET */

/* ------------------------------------------ */
/* PAGE STRUCTURE */
/* ------------------------------------------ */
.clear{
	clear:both;
}


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display:inline-block;}
/* Hides from IE-mac \*/
.clearfix {display:block;}
/* End hide from IE-mac */




/*************  general styling  ****************/
/* ------------------------------------------ */
/* common styles */
/* ------------------------------------------ */

body{
	background:url(../files/body-bg.jpg) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:center;
	
}
#wrapper{
	margin:10px auto;
	width:980px;
	
}
#wrapper-inside{
	padding:0px 5px 0px 5px;
	background:url(../files/body-bg.png) right repeat-y ;		
}
#page{
	padding:9px;
	border:1px solid #c7c7c7;
	background:#FFFFFF;
}

/*header styling*/

#header{
	position:relative;
	background:url(../files/header-bg.jpg) repeat-x;
	height:163px;
	width:950px;
}
#logo{
	position:absolute;
	left:169px;
}
#top{
	position:absolute;
	background:url(../files/toptext.jpg) no-repeat;
	left:335px;
	width:455px;
	height:106px;
	top:23px;
}
#top h1,h2{
	text-indent:-9999px;
}

/*nav styling*/


/*main styling*/

#main{
	margin-top:15px;
	padding-left:17px;
	background:url(../files/right-bg.jpg) right repeat-y;


}
/*left styling*/

#left{
	width:520px;
	float:left;
}
#top-text p{
	font-family:"Myriad Pro", Arial, Tahoma;
	color:#a88f62;
	font-size:20px;
	line-height:20px;
	/*font-weight:semi-bold;*/
	font-weight:500;
	text-align:justify;
}
#left-blog{
	width:519px; /*289*/
	float:left;
}
#left-blog p{
	padding-top:16px;
	font-size:13px;
	color:#000;
	text-align:justify;
}

#right-blog{
	background:url(../files/l-app.jpg) no-repeat;
	float:right;
	width:200px;
	margin-top:50px;

}
#blog-inside{
	background:url(../files/r-app.jpg) no-repeat bottom right ;
	padding-bottom:20px;	
}
	
#right-blog p{
	font-family:"Myriad Pro", Arial, Tahoma;
	font-size:18px;
	color:#7f7f7f;
	padding-top:40px;
	padding-left:20px;
}
#right-blog span{
	color:#b19970;
	font-size:12px;
	font-weight:bold;
}
	
/*right styling*/

#right{
	float:right;
	background:url(../files/group.jpg) no-repeat top right;
	min-height:293px;
	height:auto !important;
	height:293px;
	width:410px;

}

#times{
	padding-top:272px;
	padding-bottom:35px;
	
}
#times  h1{
	color:#fff;
	text-align:left;
	font-family:Gill Sans MT;
	font-size:27px;
	padding-left:58px;
}
	
#times p{
	padding-top:17px;
	font-size:13px;
	text-align:justify;
	padding-left:58px;
	padding-right:20px;
}

/*footer styling*/

#footer{
	background:#b19a71;
	height:30px;
	/*margin-top:20px;*/
	text-align:right;
	line-height:30px;
	color:#d5c8b0;
	font-family:"Myriad Pro", Arial, Tahoma;
	font-size:17px;
	clear:both;
	width:950px;
	
}
#footer p{
	padding-right:10px;
}

/*#bottom{
	background:url(../files/bottom.png) no-repeat;
	height:12px;
	margin:0 auto;
	text-align:left;
	width:980px;
}*/
#bottom{
	height:5px;
	background:url(../files/f-bottom.png) no-repeat;
}
