#wrap {
	background-color: #BEBEBE;
	width: 778px;
	position: absolute;
	margin-left: -387px;
	left: 50%;
	height: 700px;
	margin-top: -15px;
	padding-top: 5px;
	z-index: 0;
	background-image: none;
}
#footer {
	position: absolute;
	top: 630px;
	width: 700px;
	margin-left: 35px;
	border: thick solid #FFFFFF;
	background-color: #980633;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
}

#rightimg {
	background-image: url(images/dog.jpg);
	height: 223px;
	width: 188px;
	position: absolute;
	z-index: 4;
	margin-left: 589px;
	margin-top: 398px;
	visibility: hidden;
}

#leftimg {
	height: 218px;
	width: 213px;
	position: absolute;
	z-index: 2;
	margin-top: 133px;
	left: 0px;
}

#content {
	position: absolute;
	width: 700px;
	margin-left: 35px;
	background-color: #980633;
	margin-top: 133px;
	height: 470px;
	border: 5px solid #FFFFFF;
	z-index: 1;
}
#textmain {
	position: absolute;
	z-index: 5;
	width: 400px;
	margin-left: 250px;
	margin-top: 100px;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 20px;
}
#navmain {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	color: #FFFFFF;
	position: absolute;
	margin-top: 320px;
	margin-left: 140px;
	z-index: 5;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	width: 115px;
	padding-left: 10px;
}

#title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: normal;
	color: #FFFFFF;
	width: 400px;
	margin-left: 250px;
	margin-top: 25px;
	position: absolute;
	z-index: 7;
}


#header {
	position: absolute;
	left: 0px;
	height: 132px;
	width: 775px;
	z-index: 3;
	margin-top: 1px;
}

/* Class */

a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 14pt;
	line-height: 30px;
	text-decoration: none;
}

 a:hover{
color: #BEBEBE;
}
