
* {
	margin: 0px;
	padding: 0px;
	}


body {
	background: #000 url('img/danceredge.jpg') top center no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
	height: 100%;
	text-align: center;
	}

img {
	border: 0px;
	}

a {
	color: #c60204;
	text-decoration: none;
	font-size: 14px;
	}

a:hover {
	color: #c60204;
	text-decoration: underline;
	font-size: 14px;
	}
h1 {
	font-size: 22px;
	color: #cf0304;
	padding: 10px 10px 10px 60px;
	}

h2 {
	font-size: 18px;
	color: #cf0304;
	padding: 10px 10px 10px 40px;
	}

p {
	padding: 10px 10px 10px 30px;
	color: #000;
	font-size: 12px;
	}


/*  Layout  */

#container {
	width: 780px;
	padding: 0;
	text-align: left;
	margin: 0 auto;
	min-height: 500px;
	height: auto;
	background: url('img/background.jpg') bottom;
	}

#containerhome {
	width: 780px;
	padding: 0;
	text-align: left;
	margin: 0 auto;
	min-height: 700px;
	height: auto;
	background: url('img/homebackground.jpg') bottom;
	}


#header {
	height: 130px;
	width: 780px;
	padding: 0px;
	background: url('img/dancertop.jpg') right no-repeat #fff;	
	}

#topbar {
	width: 780px;
	height: 20px;
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	background: url('img/topbar.jpg') #c40203 no-repeat;
	}

#wrapper {
	width: 780px;
	}

#content {
	float: right;
	width: 580px;
	background: url('img/dancerbottom.jpg') top right no-repeat;
	padding: 20px;
	padding-left: 20px;
	}

html > body #content {
	float: right;
	width: 540px;
	background: url('img/dancerbottom.jpg') top right no-repeat;
	padding: 20px;
	padding-left: 20px;
	}

#contenthome {
	width: 380px;
	min-height: 300px;
	height: auto;
	float: left;
	padding-left: 20px;
	margin-left: 20px;
	}

html > body #contenthome {
	width: 380px;
	min-height: 300px;
	height: auto;
	float: left;
	padding-left: 20px;
	margin: 0px;
	}


#navigation {
	float: left;
	width: 150px;
	height: 250px;
	padding: 40px 12px 20px;
	text-align: center;
	background: url('img/navbackground.jpg') no-repeat 10px 5px;
	}

#rightside {
	float: right;
	width: 175px;
	padding: 40px 12px 20px;
	text-align: center;
	background: url('img/dancerbottom.gif') top right no-repeat;
	}

#footerhome {
	clear: both;
	height: 80px;
	}

#footer {
	clear: both;
	height: 40px;
	}


/*   MENU LIST STYLE      */

li {
	list-style-type: none;
	width: 130px;
	height: 16px;
	display: block;
	}

li a{
	color: #000;
	text-decoration: none;
	font-size: 10px;
	line-height: 16px;
	width: 130px;
	height: 16px;
	display: block;
	background: url('img/link.jpg');
	}

li a:hover{
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	font-size: 10px;
	display: block;
	background: url('img/hover.jpg');
	}

/*   DANCE LINKS    */
	

.dance li {
	list-style-type: none;
	text-align: center;
	width: 144px;
	height: 36px;
	padding: 3px 3px 3px 25px;
	}

.swing a {
	background: url('img/swing.jpg');
	width: 144px;
	height: 36px;
	}

.swing a:hover {
	background: url('img/swingon.jpg');
	width: 144px;
	height: 36px;
	}

.waltz a {
	background: url('img/waltz.jpg');
	width: 144px;
	height: 36px;
	}

.waltz a:hover {
	background: url('img/waltzon.jpg');
	width: 144px;
	height: 36px;
	}

.foxtrot a {
	background: url('img/foxtrot.jpg');
	width: 144px;
	height: 36px;
	}

.foxtrot a:hover {
	background: url('img/foxtroton.jpg');
	width: 144px;
	height: 36px;
	}

.rumba a {
	background: url('img/rumba.jpg');
	width: 144px;
	height: 36px;
	}

.rumba a:hover {
	background: url('img/rumbaon.jpg');
	width: 144px;
	height: 36px;
	}

.chacha a {
	background: url('img/chacha.jpg');
	width: 144px;
	height: 36px;
	}

.chacha a:hover {
	background: url('img/chachaon.jpg');
	width: 144px;
	height: 36px;
	}

.tango a {
	background: url('img/tango.jpg');
	width: 144px;
	height: 36px;
	}

.tango a:hover {
	background: url('img/tangoon.jpg');
	width: 144px;
	height: 36px;
	}
	
.lindyhop a {
	background: url('img/lindyhop.jpg');
	width: 144px;
	height: 36px;
	}

.lindyhop a:hover {
	background: url('img/lindyhopon.jpg');
	width: 144px;
	height: 36px;
	}
	
	
	