/* CSS Document */

body 
{
	background-image: 
	url(../images/bkg.jpg);
	background-repeat: 
	repeat-xy;
	background-position: 
 	top center; 
}

#side{
	background-image: 
	url(../images/home_05.jpg);
	background-repeat: 
	repeat-y;
	background-position: 
 	top center; 
	min-height:451px;
	height:auto
}

*html #side{
	background-image: 
	url(../images/home_05.jpg);
	background-repeat: 
	repeat-y;
	background-position: 
 	top center; 
	height:451px;
	}
	
#inside{
	background-image: 
	url(../images/inside_06.jpg);
	background-repeat: 
	repeat-y;
	background-position: 
 	0px 50px;
	min-height:507px;
	height:auto
}

*html #inside{
	background-image: 
	url(../images/inside_06.jpg);
	background-repeat: 
	repeat-y;
	background-position: 
 	0px 50px; 
	height:507px;
	}
	
#FlashBKG{
	background-image: 
	url(../images/home_04.jpg);
	background-repeat: 
	no-repeat;
	background-position: 
 	top center; 
}

#TBLBKG{
	background-image: 
	url(../images/home_06.jpg);
	background-repeat: 
	no-repeat;
	background-position: 
 	0px 56px; 
	min-height:500px;
	height: auto;
}

*html #TBLBKG{
	background-image: 
	url(../images/home_06.jpg);
	background-repeat: 
	no-repeat;
	background-position: 
 	0px 56px; 
	height: 500px;
}

#bottom{
	background-image: 
	url(../images/home_07.jpg);
	background-repeat: 
	no-repeat;
	background-position: 
 	top center; 
	min-height:24px;
	height: auto;
	padding: 0px 0px 0px 20px;
}

*html #bottom{
	background-image: 
	url(../images/home_07.jpg);
	background-repeat: 
	no-repeat;
	background-position: 
 	top center; 
	height: 24px;}

#container{
	width: 625px;
}

#photos{
height:150;
width: 100%;
text-align:left;
margin-top: 6px;
margin-bottom: 10px;
}

#photos img{
background-color:#FFFFFF;
padding:2px;
border:1px solid #CCCCCC;
margin: 1px 1px 1px 1px;}


/* text formatting */
.mice {
	font-size: 10px;
	color: #FFFFCC;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	

	}
p {
	font-size: 12px;
	color: #663300;
}

#bottom p{font-size: 10px;
	color: #FFFFCC;}a {
	color: #CC3300;
	text-decoration: none;
	font-weight: bold;

}
h3 {
	font-weight: bold;
	color: cc3300;
}
