* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #EEEEEE;
	margin-top: 10px;
}
/* ------------   layout  ------------ */
#wrapper {
	width: 760px;
	margin: 0 auto;
	background-color: #FFFFFF;
	border: 2px solid #68583E;
	
	/*border: solid 1px #ff0000;*/
}
#top {
	width: 100%;
	
}
#main {
	width: 100%;

}
#footer {
	width: 100%;
	height: 20px;
}
#logo {
	width: 200px;
	background-color: #88FF88;
	border: 5px solid #FF6600;	
	float: left;
}
#banner {
	width: 548px;
	background-color: #BB9B77;
	border-top: 5px solid #FF6600;	
	border-bottom: 5px solid #FF6600;
	border-left: 2px solid #68583E;	
	float: right;
	position: relative;
	
}


#menublock {
	width: 200px;
	height: 760px;
	border-left: 5px solid #FF6600;	
	border-right: 5px solid #FF6600;
	border-top: 2px solid #68583E;		
	float: left;	
	background-image:url(images/menublockbg.jpg);
	background-repeat: repeat-x;	
	
}
#mainblock {
	width: 548px;
	height: 760px;	
	border-left: 2px solid #68583E;	
	border-top: 2px solid #68583E;		
	float: right;	
	background-image:url(images/pawprints.gif);
	background-repeat: repeat-y;
	background-position: right;
	background-color: #ffffff;
}

.clearall {
	clear: both;
}

/* ------------   menu  ------------ */
#menubutton0, #menubutton1, #menubutton2{
	border: 3px solid #FF6600;	
}
#mainmenu {
	list-style: none;
	margin: 50px auto 30px;
	width: 156px;
	height: 200px;

}

#mainmenu li {
	margin-bottom: 20px;
}

#mainmenu img {
	background-color: #88FF88;
}
#mainmenu img:hover {
	background-color: #FF6600;
}


/* ------------   text  ------------ */

body , a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: Black;
}
h1 {
	font-size: 16px;	
	font-weight: bold;
}
h2 {
	font-size: 14px;	
	font-weight: bold;	
}
h3 {
	font-size: 13px;	
	font-weight: bold;	
}

.size10 {
	font-size: 10px;
}
.orange {
	color: #FF6600;
}
.blue {
	color: #0033CC;
}

#title {
	position: absolute;
	z-index: 110;
	left: 116px;
	top: 10px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: DarkGreen;
}
#subtitle {
	position: absolute;
	z-index: 110;
	left: 30px;
	bottom: 25px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: DarkGreen;
}
#marquee {
	position: absolute;
	width:300px
	z-index: 110;
	left: 20px;
	top: 180px;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
}
#textblock1 {
	margin: 20px 100px 10px 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;	
	text-align: left;
	padding: 0 2px;
}
#footer {
	margin: 5px 0;
	font-size: 10px;
	text-align: center;
}
.email {
	margin-bottom: -4px;
}

