body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixLtHdr #container { 
	width: 925px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #f4edd6;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	background: #DDDDDD; 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #f4edd6; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #footer { 
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:none; /*#f4edd6*/ 
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 0;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 0;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


.head_part{
width:925px; height:1px; background-color:#f4edd6;
}

.ul{
float:left;
width:100%;
padding:0;
margin:0;
list-style-type:none;
vertical-align:middle;
}

.li{
margin-bottom:15px;
text-align:left;
padding-left:15px;
background:url(/images/anis/menu_bg.gif);
background-repeat:repeat-x;
height:20px;
}

.menu{
font-family:Verdana, Arial, Helvetica, sans-serif;font-size:13px; color:#fdf8f8; font-weight:bold; text-decoration:none; font-style:italic;
}

.menu-selected{
font-family:Verdana, Arial, Helvetica, sans-serif;font-size:13px;color:#dc95b7; font-weight:bold; font-style:italic; text-decoration:none;
}

.menu:a{
font-family:Verdana, Arial, Helvetica, sans-serif;font-size:13px;color:#dc95b7; font-weight:bold; text-decoration:none;font-style:italic;
}

.menu:visited{
font-family:Verdana, Arial, Helvetica, sans-serif;font-size:13px;color:#fdf8f8; font-weight:bold; text-decoration:none;font-style:italic;
}

.menu:hover{
font-family:Verdana, Arial, Helvetica, sans-serif;font-size:13px;color:#dc95b7; font-weight:bold; text-decoration:none;font-style:italic;
}

.sakura{
background:url(/images/anis/sakura_whole.jpg);background-repeat:no-repeat;width:260px;height:500px;margin-left:-30px; position:relative;padding-top:100px
}

.menu-pos{
width:205px; position:relative; margin-top:-500px;
}

.sidebar-main{
width:200px; background-color:#f4edd6; text-align:center;
}

.sidebar-column{
width:150px; background:none; float:left; margin-left:30px; background-repeat:repeat-y;
}/*	 	MAY CHANGE HEIGHT	*/

.footer-menu{
font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#322311; font-weight:bold; text-decoration:none;
}

.footer-menu:a{
font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#322311; font-weight:bold; text-decoration:none;
}

.footer-menu:visited{
font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#322311; font-weight:bold; text-decoration:none;
}

.footer-menu:hover{
font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#322311; font-weight:bold; text-decoration:underline;
}

.dots{
font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold; color:#322311;
}

.copyright{
text-align:center;font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; color:#322311;font-weight:bold; text-decoration:none; width:925px;
}

.logo-pos{
width:600px; height:110px; background-color:#f4edd6; float:right; padding-top:50px;
}

.text-main{
width:570px;  background-color:#f4edd6; float:left; margin-left:300px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; color:#000000; font-weight:bold; padding-right:20px; padding-bottom:70px; line-height:200%;
}

.img-main-pos{
width:570px; background-color:#f4edd6; float:left; padding-right:20px; margin-top:40px;
}

.img1-pos{
background:url(/images/anis/img1.jpg); background-repeat:no-repeat; width:148px; height:273px; float:left; margin-right:35px;
}

.img2-pos{
background:url(/images/anis/img2.jpg); background-repeat:no-repeat; width:151px; height:273px; float:left; margin-right:35px;
}

.img3-pos{
background:url(/images/anis/img3.jpg); background-repeat:no-repeat; width:150px; height:273px; float:left;
}

.img1-text-pos{
width:145px; text-align:left; margin-top:105px; padding-left:10px;
}

.img-text{
font-family:Monotype Corsiva; font-size:16px; color:#000000; text-decoration:none;
}

.img-text:a{
font-family:Monotype Corsiva; font-size:16px; color:#000000; text-decoration:none;
}

.img-text:visited{
font-family:Monotype Corsiva; font-size:16px; color:#000000; text-decoration:none;
}

.img-text:hover{
font-family:Monotype Corsiva; font-size:16px; color:#000000; text-decoration:none;
}

.cont-main{
float:left; width:925px; background:url(/images/anis/bg.gif); background-repeat:repeat-y; margin-left:-250px; padding-bottom:100px;
}

.footer-main-pos{
width:925px;  position:relative; margin-top:-80px; float:left; text-align:center;
}

.footer-bg{
width:791px; height:47px; background:url(/images/anis/footer_bg_repeat.png); background-repeat:repeat-x; border-top-style:solid; border-bottom-style:solid; border-width:1px; float:left; text-align:center; position:relative;
}

.footer-bottom-pos{
width:925px; height:20px; background-color:#f4edd6; float:left; margin-top:-20px;
}

.footer-sidebar{
width:150px; height:20px; background-color:#d1c7b0; float:left; margin-left:30px;
}

.footer-sakura{
float:right;  margin-top:-77px;
}


.footer-copy{
font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; color:#322311;font-weight:bold; text-decoration:none;
}

.footer-copy:a{
font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; color:#322311; font-weight:bold; text-decoration:none;
}

.footer-copy:visited{
font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; color:#322311; font-weight:bold; text-decoration:none;
}

.footer-copy:hover{
font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; color:#322311; font-weight:bold; text-decoration:underline;
}

.news-link{
font-family:Monotype Corsiva, Script MT Bold, Verdana, Arial, Helvetica, sans-serif; font-size:22px; color:#605340;font-weight:bold; text-decoration:none;
}

.news-link:a{
font-family:Monotype Corsiva, Script MT Bold, Verdana, Arial, Helvetica, sans-serif; font-size:22px; color:#605340; font-weight:bold; text-decoration:none;
}

.news-link:visited{
font-family:Monotype Corsiva, Script MT Bold, Verdana, Arial, Helvetica, sans-serif; font-size:22px; color:#605340; font-weight:bold; text-decoration:none;
}

.news-link:hover{
font-family:Monotype Corsiva, Script MT Bold, Verdana, Arial, Helvetica, sans-serif; font-size:22px; color:#605340; font-weight:bold; text-decoration:underline;
}

.single-news-link{
font-family:Monotype Corsiva, Script MT Bold, Verdana, Arial, Helvetica, sans-serif; font-size:22px; color:#605340;font-weight:bold; text-decoration:none;
}

.paging{
font-family:Monotype Corsiva, Script MT Bold, Verdana, Arial, Helvetica, sans-serif; font-size:22px; color:#000000; font-weight:bold; text-decoration:none;
}

.contact-left{
float:left; width:150px; text-align:right; margin-right:10px;
}

.contact-right{
width:300px;
}

.gallery-link{
font-family:Monotype Corsiva, Script MT Bold, Verdana, Arial, Helvetica, sans-serif; font-size:22px; color:#605340;font-weight:bold; text-decoration:none;
}

.gallery-link:a{
font-family:Monotype Corsiva, Script MT Bold, Verdana, Arial, Helvetica, sans-serif; font-size:22px; color:#605340; font-weight:bold; text-decoration:none;
}

.gallery-link:visited{
font-family:Monotype Corsiva, Script MT Bold, Verdana, Arial, Helvetica, sans-serif; font-size:22px; color:#605340; font-weight:bold; text-decoration:none;
}

.gallery-link:hover{
font-family:Monotype Corsiva, Script MT Bold, Verdana, Arial, Helvetica, sans-serif; font-size:22px; color:#605340; font-weight:bold; text-decoration:underline;
}

