/* @group reset */

* {
	margin: 0;
	padding: 0;
	font-size: 1em;
	text-decoration: none;
	border: none;
	list-style: none;
	outline: none;
}

/* @end */

/* @group default */

/* @group list */

ul.list,
.entry ul,
.entry ol {
	margin-top: 15px;
	padding-left: 30px;
	margin-bottom: 20px;
}

ul.list li,
.entry ul li {
	list-style: disc;
	margin-bottom: 5px;
}

.entry ul li {
	list-style: decimal;
	margin-bottom: 5px;
}

/* @end */

/* @group small */

small {
	color: #999;
	font-size: 11px;
}

/* @end */

/* @group header */

h3 {
	font: bold 18px/24px "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: lowercase;
	margin-bottom: 15px;
	color: #666;
}

h3 strong {
	text-transform: none;
	color: #333;
}

/* @end */

/* @group p */

p {
	margin-bottom: 16px;
}

/* @end */

/* @group blockquote */

blockquote {
	font-style: italic;
	font-family: Georgia;
}

blockquote cite {
	font-weight: bold;
}

/* @end */

/* @group img */

img {
	vertical-align: bottom;
}

/* @end */

/* @group a */

a {
	color: #39c;
	cursor: pointer;
}

a:focus,
a:hover {
	text-decoration: underline;
}

a:active {
	color: #069;
}

/* @end */




/* @end */

/* @group body */

html {
	background-color: #333; 
	background-image: url(../img/body-home.png);
}

body { 
	background: #fff url(../img/body.png) repeat 0 0;
	font: 12px/18px "Lucida Grande", Verdana, sans-serif;
	color: #333;
	text-shadow: #fff 0 1px 1px;
}

body#home { 
	background: url(../img/body-home.png) repeat 0 0;
}

/* @end */

/* @group content */

#content {
	width: 660px;
	margin: -90px auto 0;
	padding: 30px 30px 0;
	background: url(../img/content.png) no-repeat 0 0;
	min-height: 600px;
}


/* @group wrapper */

#wrapper { 
	background: url(../img/wrapper.png) repeat-x 0 0;
}

#home #wrapper { 
	background: url(../img/wrapper-home.png) repeat-x 0 0;
}

/* @end */

/* @group header */

#header {
	height: 340px; 
	background: url(../img/header.png) no-repeat 50% 0;
}

#home #header {
	height: auto;
}


/* @group masthead */

#masthead {
	width: 740px;
	margin: 0 auto 9px;
	height: 61px;
}


/* @group navigation */

#navigation {
	float: right;
	margin: 13px 19px 0 0;
	font: bold 13px/30px "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: lowercase;
	text-shadow: #fff 0 1px 1px;
}

#navigation li {
	float: left;
	padding-right: 2px; 
	background: url(../img/nav-li.png) no-repeat right 0;
}

#navigation li a {
	float: left;
	padding: 1px 20px 5px; 
	background: url(../img/nav-a.png) repeat-x 0 0;
	color: #666;
}

#navigation li.selected a,
#navigation li.selected a:hover {
	color: #39c;
	cursor: default;
	text-decoration: none;
}

#navigation li.selected a:focus {
	color: #069;
}

#navigation li a:hover,
#navigation li a:focus {
	color: #333;
	text-decoration: none;
}

#navigation li a:active {
	padding-top: 2px;
	padding-bottom: 4px;
}

#navigation li.first a { 
	background: url(../img/nav-a-first.png) no-repeat 0 0;
	padding-left: 22px;
}

#navigation li.last {
	background: none;
	padding: 0;
}

#navigation li.last a { 
	background: url(../img/nav-a-last.png) no-repeat right 0;
	padding-right: 22px;
}

/* @end */

#intro {
	width: 474;
	background: url(../img/intro.png) no-repeat 0 0;
}

/* @group logo */

h1 {
	float: left;
	margin: 10px 0 0 20px;
}

h1 a {
	display: block;
	width: 200px;
	height: 40px; 
	background: url(../img/logo_white.png) no-repeat 0 1px;
	text-indent: 150%;
	overflow: hidden;
	opacity: .8;
}

h1 a:hover,
h1 a:focus {
	opacity: 1;
}

h1 a:active {
	background-position: 0 2px;
}

/* @group footer */

#footer {
	padding: 20px 0;
	height: 20px; 
	background: url(../img/footer.png) repeat-x 0 0;
	font: bold 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #999;
	text-shadow: #222 0 -1px 1px;
	clear: both;
}

#home #footer { 
	background: url() no-repeat center -46px;
}

#footer ul {
	width: 700px;
	margin: 0 auto;
	position: relative;
}

#home #footer ul {
	width: 680px;
}

#footer a {
	color: #ccc;
}

#footer a:hover,
#footer a:focus {
	color: #fff;
	text-decoration: none;
}

#footer a:active {
	text-decoration: underline;
}


/* @group contact */

#contact h2 {
	display: none;
}


#mailgrid {
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
	background: #eee url(../img/inner.png) repeat-x 0 0;
	width: 440px;
	margin-bottom: 20px;
	height: 80px;
	padding-top: 3px;
}

#mailgrid a {
	display: block;
}

#mailgrid dt {
	width: 139px;
	float: left;
	text-transform: uppercase;
	font: bold 11px/40px "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: right;
	border-bottom: 1px solid #ddd;
	height: 40px;
	color: #666;
}

#mailgrid dt.last,
#mailgrid dd.last {
	border: 0;
}

#mailgrid dd {
	width: 279px;
	padding-left: 20px;
	float: left;
	border-bottom: 1px solid #ddd;
	line-height: 39px;
	height: 40px;
}

#masthead2 {
	width: 740px;
	margin: 0 auto 9px;
	height: 89;
}

#intro {
	float: left;
	margin:40px 0 0 40px;
}
#dancer {
	float: left;
	margin:23px 0 0 65px;
}

#free {
	float:left;
	margin:-65px auto auto -60px;
}

