/* CSS Document */

body {
/* background-color:#fff; */
background-image:url(../thumbs/gradient.gif); 
/* background-image:url(../thumbs/fur_test2.gif); */
} 

#container_big
{
width: 750px;
height:auto;
margin: 10px auto;
background-color: #FBDFEB; 
color: #333;
/* border: 2px solid #000; */
line-height: 100%;
}

#container_small
{
width: 750px;
/* margin: 10px auto; */
}

#top
{
text-align:center;
height:150px;
}

#top a:link img, 
#top a:visited img, 
#top a:active img { background-color: #000; } 
#top a:hover img { background-color: #CC33CC }

#topnav
{
margin: 0;
padding: 10px;
border-bottom: 1px solid #FBDFEB;
text-align:center;
font-family: "Times New Roman", Times, serif;
font-size: .9em;
text-transform:uppercase;
}

#topnav a { text-decoration:none;}
#topnav a:hover {}

#content
{
width: 750px;
padding-top:10px;

}

#content a { text-decoration:none; color:#ff33cc; font-weight:bold;}
#content a:hover { background-color:#FBDFEB; }

#content h1
{
font-family: Arial, Helvetica, sans-serif;
margin:5px;
font-size: 1.1em;
color:#f3c;
}

#content h2
{
font-family: Arial, Helvetica, sans-serif;
margin-top:0px;
font-size: 0.9em;
}

#content h3
{
font-family: Arial, Helvetica, sans-serif;
margin-top:0px;
font-size: 0.8em;
font-weight:bold;
font-style:italic;
}

#content p
{
font-family: Arial, Helvetica, sans-serif;
font-size:.75em;
margin-top:0px;
}

#image_caption a { text-decoration:none; color:#000; text-transform: none; font-size: 0.9em; font-weight:bold;}
#image_caption a:hover { color:#CC33CC; }

#image_caption
{
font-family: Arial, Helvetica, sans-serif;
font-size:0.6em;
text-align:left;
margin-top:5px;
padding-left:5px;
margin-bottom:10px;
line-height: 120%;
}

#text_caption a { text-decoration:none; color:#000; text-transform: none; font-size: 0.9em; font-weight:bold;}
#text_caption a:hover { color:#CC33CC; }

#text_caption
{
font-family: Arial, Helvetica, sans-serif;
font-size:0.6em;
text-align:left;
margin-top:5px;
margin-bottom:10px;
line-height: 110%;
}

#left_column_3
{
float: left;
width: 235px;
padding: 5px;
margin: 0 auto;
}

#textpostcard
{
padding: 5px;
width: 213px;
height: 159px;
border: 1px solid #000;
margin-bottom:10px;
margin-left:5px;
}

#textpostcard p
{
font-size:0.8em;
line-height:120%;
margin-bottom:5px;
}


#middle_column_3
{
width: 235px;
padding: 5px;
margin-left: 252px;
}

#right_column_3
{
float: right;
width: 235px;
padding: 5px;
}

#image_column_2
{
padding-left: 15px;
float: left;
width: 350px;
margin: 0 auto;
}

#left_column_2
{
float: left;
width: 360px;
padding: 5px;
margin: 0 auto;
}

#right_column_2
{
width: 325px;
height:auto;
padding: 15px;
margin-left: 380px;
background-color: #FFFFFF;
border: 1px solid #FF33CC; 
}

#middle_column_1
{
width: 690px;
padding: 15px;
margin: 15px auto;
background-color: #FFFFFF;
border: 1px solid #FF33CC; 
}

#column_footer
{
border-top: 1px solid #000;
padding-top: 5px;
}

#footer_spacer
{
clear: both;
margin: 0px;
height:10px;
width:100%;
}

#footer
{
clear: both;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align:center;
font-family: Arial, Helvetica, sans-serif;
font-size:.65em;
color:#f3c;

}

#footer a { text-decoration:none; color:#000; padding:5px;}
#footer a:hover { background-color:#FBDFEB;}

.imageborder {
border: 1px solid #FF33CC; 
}

.text {
font-family: Arial, Helvetica, sans-serif;
font-size:.75em;
margin-top:0px;
}

.caption {
font-family: Arial, Helvetica, sans-serif;
font-size:.65em;
margin-top:0px;
font-style:italic;
color:#f3c;
}

.style1 {
	color: #ff33cc;
	font-weight: bold;
}

UL {list-style-type:disc;}

table.calendar {
border-width: 1px 1px 1px 1px;
border-spacing: 2px;
border-style: outset outset outset outset;
border-color: #f3c;
border-collapse: collapse;
background-color: #fff;
}
table.calendar th {
	border-width: 1px 1px 1px 1px;
	padding: 10px;
	border-style: inset inset inset inset;
	border-color: #f3c;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.calendar td {
	border-width: 1px 1px 1px 1px;
	padding: 10px;
	border-style: inset inset inset inset;
	border-color: #f3c;
	-moz-border-radius: 0px 0px 0px 0px;
}
/* .imageborder:hover { background-color:#FFCCFF; } */
