/* Start of CMSMS style sheet 'dance' */
* {
	font-family:arial, helvetica, sans-serif;
}
body {
	background:#000;
	margin:20px;
}

#container {
	clear:both;
	width:900px;
	height:auto !important;
	height:480px;
	min-height:480px;
	border:2px solid #fff;
	margin:0 auto 0 auto;
	background:url("./images/bg.jpg") top left repeat-x;
}

#header {
	width:900px;
	margin:0 auto 0 auto;
}

#header h1 {
	margin:0;
	padding:20px 0 0 0;
	font-size:22pt;
	color:#fff;
	font-weight:normal;
	width:500px;
	float:left;
}

#nav {
	float:right;
	display:inline;
	padding-top:30px;
}

#nav a {
	margin:0 10px 0 10px;
	padding:0 2px 0 2px;
	border-top:2px solid #555;
	color:#fff;
	text-decoration:none;
	font-size:10pt;
	text-transform:lowercase;
             border-bottom:none;
}

#nav a:hover {
	border-top:2px solid #ec008c;
             border-bottom:none;
}

#left {
	width:400px;
	height:auto !important;
	height:480px;
	min-height:480px;
	background:#fff;
	float:left;
}

#left img {
	margin:32px;
             padding-left:15px;
}

#right {
	float:right;
	width:500px;
}

#right h1 {
	background:#fff;
	font-size:18pt;
	font-weight:normal;
	margin:60px 0 0 0;
	height:60px;
	line-height:60px;
	text-transform:lowercase;
	color:#ec008c;
             padding-left:40px;
}

#right h1 .info {

             text-align:right;
	font-size:8pt;
	color:#999;
	text-transform:uppercase;
             padding-left:180px;
	padding-right:10px;
}

#right .main {
             padding:20px;
             padding-left:40px;
             padding-right:40px;
             color:#fff;
             font-size:10pt;
}

#copyright {
	clear:both;
	height:1em;
	border-top:2px solid #fff;
	background:#ec008c;
	color:#fff;
	font-size:8pt;
	text-align:right;
	padding:1px 10px 1px 0;
}

a {
	color:#fff;
	text-decoration:none;
             border-bottom:1px solid #fff;
}

a:hover {
	color:#fff;
	text-decoration:none;
             border-bottom:1px solid #ec008c;

}
/* End of 'dance' */

