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

* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	margin: 0px;
	padding: 0px;
	width: 100%;
}


/* Global Styles */

body {
	margin:0px;
	background-color: #FFFFFF;
	padding: 0px;
	background-attachment: fixed;
	background-image: url(../assets/images/coco_tilting_action.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	}
h1 {
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 130%;
	font-weight: bold;
	color: #336699;
}
h2 {
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 95%;
	font-weight: bold;
	color: #333333;
}


p {
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 75%;
	line-height: 130%;
	color: #333333;
}
#table_main_left {
	width: 60%;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
}
.maintablecell_right {
	padding: 2px;
	text-align: right;
}
.maintablecell_left {
	padding: 2px;
	text-align: left;
	vertical-align: top;
}
#rsvp_table_main_left {
	width: 60%;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
}
.rsvp_maintablecell_right {
	padding: 5px;
	text-align: left;
}
.rsvp_maintablecell_left {
	padding: 5px;
	text-align: left;
	vertical-align: top;
}


a:link {
	text-decoration: underline;
	color: #1AA4FF;
}

a:visited {
	text-decoration: underline;
	color: #1AA4FF;
}
a:hover {
	color: #97B0E6;
}
a:active {
	color: #999999;
	text-decoration: underline;
}
.bold {
	font-weight: bold;
}
.important_text_1 {
	font-family: "Century Gothic", Arial, sans-serif;
	font-weight: bold;
	color: #666666;
	font-style: italic;
	font-size: 100%;
}

.link_currentpage {
	color: #9D9D9D;
	font-family: "Century Gothic", Arial, sans-serif;
	font-style: italic;
	font-weight: bold;
}
.italics {
	font-style: italic;
}

#dance_info_table {
	width: 100%;
}
#dance_info_table a:link {
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 200%;
	font-weight: bold;
	color: #333;
}
#dance_info_table a:visited {
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 200%;
	font-weight: bold;
	color: #333;
}
#dance_info_table a:hover {
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 200%;
	font-weight: bold;
	color: #369;
}
#dance_info_table a:active {
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 200%;
	font-weight: bold;
	color: #999;
}
#div_contact_thanks {
	text-align: left;
	padding: 20px;
}
