@charset "UTF-8";
.thrColFixHdr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding: 0px;
} 
body {
	overflow-y: scroll;
	background-color: #FFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#header  {
	height: 169px;
	padding: 0;
	background-image: url(../png/latin-dance-american-ballroom-head.png);
	margin: 0px;
	background-repeat: no-repeat;
} 
#navbar {
	width: 960px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
#flash {
	height: auto;
	width: 960px;
	margin: 0px;
	padding: 0px;
}
.imagetest {
	background-image: url(../png/maincontent.png);
	height: 70px;
	width: 60px;
	float: left;
	margin-top: 10px;
	padding: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 265px;
	margin: 0px;
	padding: 0px;
	height: 540px;
	background-image: url(../png/latin-dance-american-ballroom-side1.png);
	background-color: #C68DB2;
	background-position: bottom;
	background-repeat: no-repeat;
}
.thrColFixHdr #sidebar2 {
	margin: 0px;
	padding: 0px;
	float: right;
	background-image: url(../png/right%20sidebar/latin-dance-american-ballroom-side2.png);
	height: 540px;
	width: 300px;
	background-color: #9B6189;
	background-repeat: no-repeat;
	background-position: bottom;
}
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 300px;
	margin-bottom: 0;
	margin-left: 265px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #FFF;
} 
.thrColFixHdr #footer {
	height: 70px;
	padding-top: 5;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #FFF;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BA79A2;
	border-right-color: #BA79A2;
	border-bottom-color: #BA79A2;
	border-left-color: #BA79A2;
} 
.thrColFixHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 12px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	text-align: right;
	line-height: 70px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: bold;
	line-height: 27px;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 7px;
	color: #735067;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding-top: 12px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 7px;
	color: #735067;
	line-height: 0px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-top: 12px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 7px;
	color: #000;
	font-weight: normal;
}
.address {
	margin-top: -20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.map {
	height: 225px;
	width: 225px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	border: 1px solid #BA79A2;
	background-color: #F1F1F1;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 14px;
	color: #000;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
td img {display: block;}td img {display: block;}td img {display: block;}td img {display: block;}td img {display: block;}td img {display: block;}td img {display: block;}td img {display: block;}
td img {display: block;}
a:link {
	color: #A17290;
}
#container #mainContent h2 a {
	color: #FFF;
	font-size: 16px;
	line-height: 19px;
}
#galleryarea {
	height: auto;
	width: auto;
	float: left;
	margin: 0px;
	padding: 0px;
}
.bvh {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	border: 1px solid #BA79A2;
	background-color: #F1F1F1;
	padding: 0px;
	width: 298px;
	height: auto;
}
.h2noline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding-top: 12px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 7px;
	color: #735067;
	line-height: normal;
}
.specialnoticeCopy {
	margin-right: 11px;
	margin-left: 11px;
	color: #FFF;
	padding-bottom: 1px;
	padding-top: 1px;
	line-height: 27px;
	margin-top: 3px;
	margin-bottom: 5px;
	padding-right: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
}

