/* This CSS file is created for you to create or override any of the existing CSS styles used in this theme */
a, a:link, a:visited	{ color: #007D47; text-decoration: none; }
blockquote {
	margin: 1em 3em;
	padding: .5em;
	background-color: #f6ebc1; 
        font-style: normal;}
blockquote p {
	margin: 0; 
        padding-bottom: 1em;
        font-style: normal;}

#yurt {
	   border-top:#000000 solid 1px;
	   border-bottom:#000000 solid 1px;
	   border-left:#000000 solid 1px;
	   border-right:#000000 solid 1px;
	   padding-top: 3px;
	   padding-bottom: 5px;
	   padding-left: 5px;
	   padding-right: 5px;
	   background-color: #FFFFFF;
	   float:right;
	   width:200px;
	}

#yurtl {
	   border-top:#000000 solid 1px;
	   border-bottom:#000000 solid 1px;
	   border-left:#000000 solid 1px;
	   border-right:#000000 solid 1px;
	   padding-top: 3px;
	   padding-bottom: 5px;
	   padding-left: 5px;
	   padding-right: 5px;
	   background-color: #FFFFFF;
	   float:left;
	   width:200px;
	}
