@charset "utf-8";

/* start main page elements */

html {
	overflow-y: scroll;
}

body {
	background-image: url(trend_bg.gif);
	background-repeat: repeat-x;
	background-color: #003;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#wrapper {
	text-align: left;
	margin: auto;
	width: 780px;
}
#head {
	height: 97px;
	width: 780px;
}


#logo {
	position: relative;
	top: 20px;
	height: 76px;
	width: 188px;
	float: left;
	padding-left: 20px;
	
}

#rocky {
	top: 0px;
	height: 97px;
	width: 224px;
	float: left;
	position: relative;
	padding-left: 30px;
}

#ballet {
	position: relative;
	height: 97px;
	width: 316px;
	top: 0px;
	float: right;
}

#tapLine {
	height: 1px;
	width: 780px;
	background-color: #004da4;
}

#nici {
	text-align: right;
	padding-top: 5px;
	padding-right: 17px;
}

#mainDanceSite {
	height: 15px;
	width: 469px;
	position: relative;
	float: left;
	top: 7px;
	left: 10px;
}

#trendContent {
	width: 745px;
	padding-top: 30px;
	padding-right: 25px;
	padding-bottom: 30px;
	padding-left: 10px;
	height: 100%;
}

#trendInfo {
	min-height: 500px;
	float:right;
	width: 445px;
	padding-left: 35px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #004DA4;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #FC0;
	padding-left: 20px;
	padding-bottom:5px;
	letter-spacing:1px;
	padding-top: 5px;
}


h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #abe0ff;
	padding-left: 20px;
	margin-top:0px;
	letter-spacing:0px;
	font-style: italic;
}

#trendTxt p {
	text-align: justify;
	text-indent: 20px;
}

#navHead {
	width: 200px;
	padding-top: 20px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #004DA4;
	font-weight: bold;
	margin-left: 10px;
	margin-bottom: 10px;
	letter-spacing: 1px;
	color: #8CA2D5;
}


#trendNav {
	color: #8CA2D5;
	width: 250px;
}

#trendNav ul li {
	list-style-type: circle;
	list-style-position: outside;
}

#trendNav ul li a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #8CA2D5;
	text-decoration: none;
	letter-spacing: 0.5px;
}

#trendNav ul li a:hover {
	color: #FFF;
	text-decoration: none;
}

#footer {
	clear:both;
	height: 300px;
	width: 780px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #004da4;
}
#gap {
	clear: both;
	height: 20px;
}


#trendFootNav {
	font-size: 10px;
	font-weight: normal;
	color: #003979;
	text-align: center;
	width: 730px;
	padding: 25px;
	line-height: 20px;
}

#trendFootNav a {
	color: #003979;
	text-decoration: none;
}

#trendFootNav a:hover {
	color: #0059BB;
	text-decoration: underline;
}
#mediablue {
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 1px;
	text-align: right;
	padding-top: 100px;
	padding-right: 20px;
}

#mediablue a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #069;
	text-decoration: none;
	font-weight: normal;
	letter-spacing: 1px;
}

#mediablue a:hover {
	color: #C90;
	text-decoration: none;
}
