@charset "utf-8";
body {
	font-family: Comic Sans MS;
	color: #FFF;
}
#container {
	position:relative;
	width:832px;
	height:auto;
	margin: 0 auto;
}
#header {
	position:relative;
	width:612px;
	height:102px;
	padding: 40px 110px;
	background-image: url(images/header.png);
}
#banner {
	position:relative;
	width:832px;
	height:115px;
	z-index:2;
	background-image: url(images/banner.png);
}
#content {
	position:relative;
	width:790px;
	height:auto;
	margin: 0px 21px;
	padding: 30px 0px;
	background-color: #9ABFE5;
}
#footer {
	position:relative;
	width:790px;
	height:170px;
	margin: 0px 21px;
	background-image: url(images/footer.png);
}
#pink-box {
	position:relative;
	width:646px;
	height:200px;
	margin: 0px 72px;
	background-image: url(images/pink-box.png);
}
#Welcome {
	position:relative;
	width:646px;
	height:auto;
	margin: 0px 72px;
	padding: 0px 0px 20px 0px;
}
#pink-box-left {
	position:relative;
	width:446px;
	height:150px;
	padding: 25px 0px 25px 25px;
	float:left;
}
#pink-box-right {
	position:relative;
	width:150px;
	height:70px;
	padding: 65px 25px 65px 0px;
	float:right;
}
.size12-pink {
	color: #EC028C;
	font-weight: bold;
	font-size: 12px;
}
.size13 {
	font-size: 13px
}
.size18 {
	color: #FFFFFF;
	font-size:18px;
	font-weight: bold;
}
.size18-nobold {font-size: 18px}

