body {
	height: 97%;
	width: 100%;
	margin: 0px;
	text-align: center;
	background-color: #e9ebf5;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
#main {
	width: 890px;
	min-height: 750px;
	height: auto !important;
	height: 750px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}

#middle {
	background-color: #FF33FF;
}

#top, #middle, #bottom {
	width: 890px;
}

/* Top row */
#top_left_corner, #top_border, #top_right_corner {
	height: 20px;
	float: left;
}
#top_left_corner {
	width: 20px;
	background-image: url('http://i529.photobucket.com/albums/dd333/Krabbelme/krabbelme10/lbnw.jpg');
}
#top_right_corner {
	width: 20px;
	background-image: url('http://i529.photobucket.com/albums/dd333/Krabbelme/krabbelme10/rbnw.jpg');
}
#top_border {
	width: 850px;
	background-color: #FF33FF;
}

/* Bottom row */
#bottom_right_corner, #bottom_border, #bottom_left_corner {
	height: 20px;
	float: left;
}
#bottom_right_corner {
	width: 20px;
	background-image: url('http://i529.photobucket.com/albums/dd333/Krabbelme/krabbelme8/ro.jpg');
}
#bottom_left_corner {
	width: 20px;
	background-image: url('http://i529.photobucket.com/albums/dd333/Krabbelme/krabbelme8/lo.jpg');
}
#bottom_border {
	width: 850px;
	background-color: #FF33FF;
}


/* Middle section */
#left_border, #left_ad, #midcon, #right_ad, #right_border, #middle {
	min-height: 710px;
	height: auto !important;
	height: 710px;
	float: left;
}

/* 40 */
#left_border, #right_border {
	width: 20px;
	background-color: #FF33FF;
}

/* 240 */
#left_ad, #right_ad {
	width: 130px;
	background-color: #FF33FF;
}

#midcon {
	width: 590px;
}
#logo {
	width: 590px;
	height: 100px;
	background-image: url('http://i529.photobucket.com/albums/dd333/Krabbelme/krabbelme12/krabbelme.gif');
}
#navigation {
	width: 100%;
	height: 40px;
	background-color: #FF33FF;
}
.nav {
	width: 100%;
	height: 20px;
}
.navlink {
	float: left;
	width: 147px;
	text-align: center;
	color: #ffccff;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.linknav {
	color: #ffccff;
	text-decoration: none;
}
#content {
	width: 590px;
	min-height: 570px;
	height: auto !important;
	height: 570px;
	background-color: #FFBBE8;
	text-align: left;
}
.but_row {
	height: 35px;
	width: 100%;
}
.button {
	width: 147px;
	height: 35px;
	float: left;
	background-image: url('http://i529.photobucket.com/albums/dd333/Krabbelme/Krabbelme7/button.gif');
	background-repeat: no-repeat;
	text-align: center;
}
.but_tex {
	margin-top: 7px;
	font-family: Comic Sans MS;
	color: #333333;
	font-size: 10pt;
}
.linkcat {
	color: #0000ee;
	text-decoration: none;
}
#stat_track {
	text-align: right;
}
#preview {
	width: 570px;
	background-color: #fff;
	border: solid 1px #ff00ff;
	min-height: 200px;
	height: auto !important;
	height: 200px;
	margin-left: 10px;
}
.krabimg {
	max-width: 500px;
	width: expression(this.width > 500 ? 500: true);
}