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

/*----- MAIN CONTENT -----*/

#mainContentWrapper {
padding: 0;
margin-top: -10px;
border-left: 1px;
border-right: 1px;
border-top: 1px;
border-bottom: 1px;
border-style: solid;
border-color: #dcddde;
}

#flashGallery {
	margin-top:20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #CCC;
}

#main h1 {
font-size: 118%;
font-weight: 600;
letter-spacing: 1.5px;
}

h1.centerCopy {
text-align:center; /* centers heading copy*/
padding: 2px 0 1px 0; /* this adjust the height of the heading 1 copy */
}

#main p {
margin: 8px 0 0 0;
padding: 0;
}


/* this makes the top part of each bucket have one round corner*/
#header_roundedcorner {
background-image: url(../images/main_content_graphics/bucket_tr_corner760x30.gif);
background-repeat: no-repeat;
background-color:#FFFFFF;
margin: 0;
padding: 0;
}

.title {
font-weight:normal; 
font-size: 92%;"
}

h2#shortcut {
	color:#5B1400;
	font-size:80%;
	margin-left:20px;
	font-weight:normal;
}

.photoVideoHeader {
	margin-left:20px;
}

.dancesteemVideo {
width:560px; 
margin-left:auto; 
margin-right:auto; 
margin-bottom:20px;
}

h2#shortcut a:link, h2#shortcut a:visited {
	border-bottom: dotted 1px #EB6E1F;
	font-size:60%;
	color: #EB6E1F;
}


