/* Tags Begin Here */
body{
	background-color: #ffffFF;
	background-image: url(back.jpg);
	background-repeat: repeat-y;
	font-family: serif;
	font-size: 15px;
    margin:50px 0px; padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
	text-align:center; /* Hack for IE5/Win */
}

a{
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

a:link{
	color: #6633CC;
}

a:visited{
	color: #663366;
}

a:hover{
	color: #663366;
}

/* Test Items Begin Here*/
.bottom{
	z-index: 0;
	float: left;
	position: absolute;
}

.middle{
	z-index: 1;
	position: absolute;
}

.top{
	z-index: 2;
	float: left;
	position: absolute;
}


/* ID Selectors Begin Here */
#top{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	clear: both;
}

#side{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	clear: both;
}

#navbottom{
	margin-left: 36px;
}

#content{
	width: 550px;
	height: 950px;
	float: center;
}

#container{
	position: 50%;
	margin:0px auto;
	text-align:left;
	padding:15px;
	left: -1px;
	top: -28px;
	width: 944px;
	height: 877px;
}  
  
#contact{
	width: 100%;
	height: 100%;
	float: left;
}



/* Classes Begin Here */

.nav{
	margin: 0px;
	padding: 0px;
	display: block;
	border: 0px; 
}

.home{
	padding: 0px 2px 1px 2px;
	font-weight: bold;
	color: #000;
}

.nospace{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	clear: both;
}

.noborder{
	border: 0px;
}

/* CSS Document */

