.category {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}
.pager {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color: #000000;
}
.pager a {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size:10px;
	font-weight:bold;
	color: #FFF;
}
.title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}
.title2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
font-weight: bold; }
.comment {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}
.dogs {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
.thumbnail {
	margin:3px;
	border: 1px solid #fff;
}
.thumbnail:hover {
	margin:3px;
	border: 1px #aeaeae solid;
}
.thumbnail_live {
	margin:3px;
	border: 1px solid #7f7f7f;
}
form {
	margin:0;
	padding:0;
}
body { 	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size:10px;background-color: #ffffff}

#head {
	background:url(http://www.rhondagrimberg.com/img/head.jpg) no-repeat center; 
	color:#FF0000;
	height:88px;
width:850px; 
margin:0 auto;
 }

#content {
	background:url(http://www.rhondagrimberg.com/img/bot.jpg) no-repeat top; 
	height:745px; width:850px; margin:0 auto;
color: #444444; }

#content a:hover {
color: #000000;
text-decoration: none; }

#content a{
color: #424242;
text-decoration: underline; }

#box {width:710px; height:600px;
margin: 0 auto;
overflow: auto;
padding-right: 20px;
background-image: url(http://www.rhondagrimberg.com/img/Grande_Finale.jpg);
background-repeat: no-repeat;
}

#box2 {width:710px; height:600px;
margin: 0 auto;
overflow: auto;
padding-right: 20px;

}

#boxb {width:730px; 
margin: 0 auto;
padding-top: 10px;
padding-bottom: 10px; }

#menu {margin: auto 0;
width: 745px;
position: relative; }

#nav, #nav ul { /* all lists */
	padding: 0;
	margin:  0 auto;
	list-style: none;
	line-height: 1;
width: 745px;}

#nav a {
	display: block;
	width: 11em;
color: #000000;
text-decoration: none; }

#nav li { /* all list items */
	float: left;
	width: 10em; /* width needed or else Opera goes nuts */
border: 1px #d6d6d6 solid;
background-color: #ffffff;
padding: 3px;
margin: 0px;
margin-right: 10px; }
#nav li:hover{ /* lists nested under hovered list items */
	left: auto;
color: #000000;
background-color: #dcd7ca; }

#nav li ul { /* second-level lists */
	position: absolute;
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
color: #000000;
background-color: #dcd7ca; }
