body {
	background-color: #efefef;
	background-image: url(../images/bg.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #465a58;
	margin: 30px auto;
	text-align: center; /* This is so that Internet Explorer behaves the way it should */
}

a:link {
	color: #465a58;
	text-decoration: none;
}

a:visited {
	color: #465a58;
	text-decoration: none;
}

a:active {
	color: #465a58;
	text-decoration: none;
}

a:hover {
	color: #465a58;
	text-decoration: underline;
}

#wrapper {
	margin: auto;
	vertical-align: middle;
	text-align: center;
	background-color: #deddd8;
	height: 660px;
	width: 990px;
}

#inside {
	text-align: left;
	vertical-align:top;
}

#top {
	height: 70px;
	margin: auto 0;
	vertical-align: middle;
	padding-left: 40px;
	background-image: url(../images/topbg.gif);
	background-repeat: no-repeat;
}

#pad {
	height: 30px;
}

#imgframe {
	border: 0;
	width: 598px;
}

.beige {
	color: #c3b4aa;
}

.nowflow {
	overflow: hidden;
}

.padimg {
	padding-right: 14px;
	padding-bottom: 0px;
}
