body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #6C83D3;
	color: #000000;
	margin: 0;
	padding: 0;
}

.main_table {
background-color: #D8D8BE;
border: 1px solid #999;
}

.left_bg {
padding-top: 250px;
background: #B8B193 url(images/left_puppy_blue.jpg) no-repeat top; /* theme change here */
}

.header_image {
	padding: 0;
	margin: 0;
	width: 583px;
	height: 135px;
	background: #9B9DA4 url(images/header_blue.jpg) no-repeat top; /* theme change here */

}

.title_right {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 18px;
	color: #8B8464; /* theme change here */
}

.title_left {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 18px;
	color: #11115E; /* theme change here */
}


.content {
	padding: 20px;
	}
	
.content_text {
	padding: 10px;
	border-top: 1px solid #B8B193;
	border-right: 1px solid #B8B193;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #11115E; /* theme change here */
	}
	
.footer {
	background-color: #11115E;
	font-family: "Verdana", Times, serif;
	font-size: 10px;
	color: #999;
	height: 34px;
	text-align: center;
}

.footer A:link, .footer a:visited, .footer a:active {
	color: #999;
font-size: 10px;
text-decoration: none;
}

.nav {
font-family: Verdana, Helvetica, sans-serif;
font-size: 11px;
line-height: 24px;
color: #11115E;
background-color: #D8D8BE;
opacity:.80;
filter: alpha(opacity=50);
-moz-opacity: 0.5;
text-align: right;
padding-right: 10px;
margin-top: 4px;
}

.nav, .nav a:link, .nav a:visited, .nav a:active {
font-family: Verdana, Helvetica, sans-serif;
font-size: 11px;
line-height: 24px;
font-weight: bold;
color: #11115E;
text-align: right;
padding-right: 10px;
text-decoration: none;
}

.nav a:hover {
font-family: Verdana, Helvetica, sans-serif;
font-size: 11px;
line-height: 24px;
color: #11115E;
text-align: right;
padding-right: 10px;
text-decoration: underline;
}

.pic_right {
    float: right;
    width: 250px;
    margin: 10px 8px 12px 30px;
    font-size: 0.75em;
    text-align: center;
    }
	
.pic_left {
    float: left;
    width: 250px;
    margin: 10px 8px 12px 30px;
    font-size: 0.75em;
    text-align: center;
    }

.photo {
border: 1px solid #555;
}

.caption, .caption a:link, .caption a:visited, .caption a:hover {
    margin: 4px 3px 0px 3px;
	font-size: 10px;
    }


