/* CSS Document */
@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#content img {
	border: 2px solid #000000;
}



#container {
	background-image: url(images/bottomBG.jpg);
	background-repeat: repeat-x;
	background-position: 0 516px;
}

#leftMiddle {
	background-image: url(images/leftBG.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 33px;
	padding-right: 10px;
	padding-left: 32px;
	padding-bottom: 89px;
}
#rightMiddle {
	padding-right: 170px;
	background-image: url(images/rightBG.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#footer {
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(images/bottom.jpg);
}
#contentBorder {
	background-image: url(images/contentBG.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 20px;
}
#content {
	padding: 10px;
	height: 370px;
	width: 500px;
	background-color: #f2f2f2;
	text-align: left;
	overflow: auto;
}
#enter {
	height: 70px;
	width: 129px;
	float: right;
	padding-top: 232px;
	padding-right: 55px;
}
#enterleftMiddle {
	padding-left: 170px;
}
#enterrightMiddle {
	padding-right: 170px;
}
#entercontentBorder {
	background-image: url(images/enterPage.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 20px;
}

#entercontent {
	height: 370px;
	width: 520px;
}
#entryfooter {
	background-image: url(images/bottom-Plain.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}


.copyright {
	font-size: 10px;
	padding-top: 22px;
	padding-bottom: 78px;
	color: #666666;
}
.copyright  a {
	color: #666666;
	text-decoration: none;
}
.copyright a:hover {
	text-decoration: underline;
}
#content  img:hover {
	border: 2px solid #38BFC4;
}
