body
{
	margin: 0;
	padding: 0;
	font: 85% arial, hevetica, sans-serif;
	text-align: center;
	color: #660033;
	background-color: #FFFFCC;
	background-image: url(images/bg.gif);
}

a:link { color: #660033; }
a:visited { color: #660033; }

a:hover, a:active
{	color: #007E80;
	
}

h2
{
	color: #660033;
	font: 120% georgia, bold, times, "times new roman", serif;
	margin: 0 0 2px 0;
}

h2 a { text-decoration: none; }

h3
{
	color: #6B8E23;
	font: 106% georgia, times, bold, "times new roman", serif;
	margin-top: 0;
}


#container
{
	margin: 1em auto;
	width: 750px;
	text-align: left;
	background-color: #FAFAD2;
	border: 1px none #E4E4C8;
}



#header
{
	height: 185px;
	width: 100%;
	background-image: url(images/bg_01.gif);
	background-repeat: repeat;
	background-position: 0 0;
	position: relative;
	border: 1px none #fff;
	border-bottom: 1px solid #fff;
}

#header h1
{
	font-size: 9px;
	text-align: right;
	color: #fff;
	margin: 0;
	padding: 0;
}

#mainnav ul { list-style-type: none; }
#mainnav li { display: inline; }

#menu
{
	float: right;
	width: 220px;
	border-left: 1px solid #C5C877;
	padding-left: 15px;
}

#minimenu
{
	float: right;
	width: 40px;
	border-left: 1px solid #C5C877;
	padding-left: 15px;
	padding-right: 20px;
}

#contents { margin: 0 240px 40px 20px;  }
#contents p { line-height: 165%; }

#fullcontents { margin: 0 100px 40px 20px;  }
#fullcontents p { line-height: 165%; }


.dogentry { border-bottom: 1px solid #C5C877; }
.imageleft { float: left; }
.imageright { float: right; }
.imagecenter {
	float: none;
	margin-right: 10%;
	margin-left: 10%;
}

#star { margin: 0 240px 40px 20px;  background-image: url(images/star.gif);  background-repeat: no-repeat;  background-position: right;    }
#star p { line-height: 165%; }

#footer
{
	clear: both;
	color: #272900;
	text-align: right;
	font-size: 90%;
}
#boxes {
float:right;
width:145px;
margin:10px
}
#box1,#box2,#box3 {
margin-bottom:20px;
background-image:url(images/bottom.gif);
background-position:left bottom;
background-repeat:no-repeat
}
#box1 h2,#box2 h2,#box3 h2 {
text-align:center;
padding:23px 30px 9px 0;
margin:0 0 0 -1px;
background:url(images/boxtop.gif) top no-repeat #ececec;
font-weight:600
}
#box1 p,#box2 p,#box3 p {
padding:9px 19px 24px 12px;
margin:0
}
