* {
	margin: 0px;
	padding: 0px;
}
h1  {
	color: #6CF;
	font-size: 30px;
	text-align: center;
	margin-top: 5px;
}
h2 {
	font-size: 16px;
	color: #85D7FA;
	margin-top: 10px;
	margin-left: 50px;
}
h3 {
	font-size: 18px;
	color: #00F;
	margin-top: 15px;
	margin-left: 20px;
}
h4 {
	font-size: 24px;
	color: #7D3E95;
	margin-top: 15px;
	text-align: center;
}
h5 {
	font-size: 18px;
	color: #06F;
	margin-top: 15px;
	margin-right: 20px;
	margin-left: 20px;
	text-align: center;
	margin-bottom: 10px;
}




p {
	margin-top: 15px;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 14px;
}

a {
	text-decoration: none;
	color: #06F;
}
a:hover {
	color: #09F;
}
ul {
	margin-top: 15px;
	margin-left: 125px;
	font-size: 14px;
}
ul li {
	background-repeat: no-repeat;
	background-position: right bottom;
	font-size: 14px;
}
strong {
	font-size: 14px;
}

ol {
	margin-top: 15px;
	margin-left: 125px;
	margin-right: 10px;
}
ol li {
	margin-right: 15px;
	font-size: 14px;
}






body {
	background-repeat: repeat-x;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	background-repeat: no-repeat;
	background-image: url(../images/logobackdrop.png);
	position: relative;
	border: 2px solid #6CAEDF;
	background-color: #FFF;
}


#wrapper #logo {
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	height: 190px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: #FFF;
	background-image: url(../images/logobackdrop.png);
	background-repeat: repeat-x;
}


#wrapper #content {
	width: 800px;
	height: 100%;
	background-color: #FFF;
	margin-bottom: 20px;
	margin-top: 10px;
}
#wrapper #content #suit {
	height: 300px;
	width: 182px;
	position: absolute;
	left: 620px;
	top: 2675px;
	background-image: url(../images/suit.png);
	background-repeat: no-repeat;
}


#wrapper #footer {
	height: 35px;
	width: 800px;
	clear: both;
	background-color: #6CAEDF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	line-height: 35px;
}
#wrapper #footer p a {
	text-decoration: none;
	color: #90F;
}
#wrapper #footer a:hover {
	color: #90F;
}
#wrapper #escape {
	height: 50px;
	width: 72px;
	position: absolute;
	top: 130px;
	left: 35px;
}

#wrapper #content #link {
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	height: 109px;
	width: 300px;
}
#wrapper #content #link2 {
	height: 109px;
	width: 300px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #content #link3 {
	height: 61px;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}
#wrapper #content #link4 {
	height: 75px;
	width: 209px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}
#wrapper #flower {
	width: 800px;
	background-repeat: no-repeat;
	background-image: url(../images/flower.jpg);
	height: 400px;
}

#wrapper #content #leaving {
	height: 225px;
	width: 300px;
	position: absolute;
	top: 453px;
	left: 462px;
	background-image: url(../images/leave.jpg);
	background-repeat: no-repeat;
}
#wrapper #content #thanks {
	margin-right: auto;
	margin-left: auto;
}


.bubble {
	clear: both;
	margin: 0px auto;
	width: 350px;
	background: #fff;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
	-khtml-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
	position: absolute;
	z-index: 90; /* the stack order: displayed under ribbon rectangle (100) */
	left: 66px;
	top: 700px;
}

.rectangle {
	height: 50px;
	width: 832px;
	position: absolute;
	left:-17px;
	top: 1017px;
	float: left;
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
	-khtml-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
	z-index: 100; /* the stack order: foreground */
	background-color: #A4D8FE;
}

.rectangle h2 {
	font-size: 20px;
	color: #fff;
	text-shadow: 2px 2px 2px #000);
	text-align: center;
}
.rectangle h2 a {
	color: #804199;
text-shadow: #666 2px 2px 2px;}


.triangle-l {
	height:-4px;
	width:0px;
	position: absolute;
	left: -31px;
	top: 1002px;
	z-index: -1; /* displayed under bubble */
	border-top-width: 15px;
	border-right-width: 15px;
	border-bottom-width: 15px;
	border-left-width: 15px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: transparent;
	border-right-color: #06C;
	border-bottom-color: transparent;
	border-left-color: transparent;
}

.triangle-r {
	height:1px;
	width:-30px;
	position: absolute;
	left: 800px;
	top: 1001px;
	z-index: -1; /* displayed under bubble */
	border-top-width: 15px;
	border-right-width: 15px;
	border-bottom-width: 15px;
	border-left-width: 15px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: #06C;
}
#wrapper #facebook {
	height: 32px;
	width: 32px;
	position: absolute;
	left: 761px;
	top: 156px;
}
#wrapper #cte {
	height: 36px;
	width: 40px;
	position: absolute;
	left: 715px;
	top: 151px;
}
