/*  	
--------------------------------------------------------------
Color scheme and layout for muttbelove.com
-------------------------------------------------------------- */


html {
	font-size: 100%;
	/* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */
	height: 100%;
	margin-bottom: 1px;
}

body {
	color: #000000;
	background-color: #009A9A;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	padding: 7px;
}

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 4em;
}

h2 {
	color: #000000;
	font-size: 2.5em;
	margin: 0 10px 0.8em 10px;
}

h3 {
	color: #000000;

}

p {
	color: #000000;
	font-size: 1.5em;
	text-align: justify;
	line-height: 135%;
	margin: 0 10px 1.2em 10px;
/*	vertical-align: 50%; */
}

.drop {
	color: #000000;
	font-size: 1.5em;
	text-align: justify;
	margin: 35px 10px 1.5em 10px;
/*	vertical-align: 50%; */
}

.sub {
	color: #000000;
	font-size: 1.2em;
	text-align: center;
}

.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;	
}

hr {
	border-color: #9A0000;
/*	border-top-color: #CCCCCC; */
}

.wrap {
	padding: 8px;
	margin-left: auto;
	margin-right: auto;
	min-width: 785px;
	max-width: 1100px;
        background-color: #FFFFFF;
        border: 6px inset #00BABA;
}

.mascot {
	float: left;
	width: auto;
	height: auto;
	padding: 0;
        border: 4px inset #00BABA;
        margin: 0 15px 0 0;
}

.logo {
	float: right;
	width: auto;
	height: auto;
	padding: 10px 0 0 0;
        border: 0;
        margin: 0 0 0 15px;
}

.headerbar {
	background: #9A0000;
	padding: 10px 10px 10px 10px;
	margin-bottom: 1px;
	width: auto;
	height: auto;
	min-height: 118px;
}

.navbar {
	background: #000000;
	padding: 7px 4px 7px 4px;
	margin-bottom: 1px;
	width: auto;
	height: auto;
	min-height: 14px;
}

.textarea {
	display: table;
	background-color: #ebebeb;
	border: 4px outset #8e8e8e;
	overflow: hidden;
	padding: 0;
	margin: 0 0 10px 0;
	height: auto;
}

.textheader {
	display: block;
	width: auto;
	min-height: 20px;
	background-color: #9A0000;
	padding: 0;
	margin-bottom: 10px;
}

.frameheader {
	display: block;
	width: auto;
	min-height: 12px;
	background-color: #007A7A;
	padding: 0;
	margin-bottom: 10px;
}

.imgright {
	float: right;
	width: auto;
	height: auto;
	padding: 0;
        border: 3px inset #8e8e8e;
	margin: 0 10px;
}

.imgleft {
	float: left;
	width: auto;
	height: auto;
	padding: 0;
        border: 3px inset #8e8e8e;
        margin: 0 10px;
/*	vertical-align: super; */
}

.righttext {
	display: block;
	float: right;
	width: 48%;
	height: 100%;
	background-color: #ebebeb;
}

.lefttext {
	display: block;
	float: left;
	width: 48%;
	height: 100%;
	background-color: #ebebeb;

}

.rightframe {
	float: right;
	width: 48%;
	height: auto;
	background-color: #ffffff;
	border: 3px inset #8e8e8e;
	margin: 0 10px 5px 10px;
}

.leftframe {
	float: left;
	width: 48%;
	height: auto;
	background-color: #ffffff;
	border: 3px inset #8e8e8e;
	margin: 0 10px 5px 10px;
}

.invframe {
	display: table;
/*	vertical-align: super; */
	padding: 0;
	margin: 0 10px 10px 0;
	height: auto;
	width: 100%;
}


/* hyperlinks in navigation bars */

a.navbarlnk:link {
	font-size: 1.5em;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	margin: 0 13px;
}

a.navbarlnk:visited {
	font-size: 1.5em;
	font-weight: bold;
	text-decoration: none;
	color: #CCFFFF;
	margin: 0 13px;
}

a.navbarlnk:hover {
	font-size: 1.5em;
	font-weight: bold;
	text-decoration: underline;
	color: #FFFFCC;
	margin: 0 13px;
}

a.navbarlnk:active {
	font-size: 1.5em;
	font-weight: bold;
	text-decoration: underline;
	color: #FFFF99;
	margin: 0 13px;
}


/* hyperlinks in pictures */

.piclink {
	float: left;
	border: 0;
}

a.picture:link {
/*	float: left; */
	border: 0;
	margin: 0 15px;
}

a.picture:visited {
/*	float: left; */
	border: 0;
	margin: 0 15px;
}

a.picture:hover {
/*	float: left; */
	border: 2px solid #FFFF99;
	margin: 0 15px;
}

a.picture:active {
/*	float: left; */
	border: 2px solid #FFFF99;
	margin: 0 15px;
}














