@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

#container {
	width: 100%;
	background-color: #fff;
}
#contents {
	width: 600px;
	height: auto;
	margin: auto;
	background-color: #D1DEE7;
	background-image: url(images/suntree.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}
#topborder {
	width: 100%;
	height: auto;
	background-image: url(images/bldg_bg.gif);
}
#botborder {
	width: 100%;
	height: 35px;
	background-color: #707070;
	text-align: center;
	padding: 10px;
}
.comic14W {
	font-family: "Comic Sans MS";
	font-size: 14px;
	color: #FFFFFF;
}
p {
	padding-left: 20px;
	padding-top: 30px;
	padding-bottom: 10px;
}

a {
	font-family: comic Sans MS;
}
a:link {
	font-size: 16px;
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #CC3333;
}
a:active {
	text-decoration: none;
}

#botborder a:link {
	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
}
#botborder a:visited {
	text-decoration: none;
	color: #ffffff;
}
#botborder a:hover {
	text-decoration: underline;
	color: #CC3333;
}
#botborder a:active {
	text-decoration: none;
}