@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
body {
	background: #cdcdcd;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 15px;
}
h1 {
	font-size: 21px;
}
h2 {
	font-size: 19px;
}
h3 {
	font-size: 17px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 13px;
}
h6 {
	font-size: 11px;
}	
img {
	border: none;
}
a {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #990000;
	border-bottom: 1px dashed #990000;
}
a:hover.imgLink {
	border: none;
}
ul, ol {
	margin-left: 24px;
}
dl {
	margin-bottom: 15px;
}
dt {
	font-size: 10px;
	font-weight: bold;
}
dd {
	margin-bottom: 3px;
}
blockquote {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 24px;
	width: 320px;
	padding-left: 20px;
	background: url(http://www.hkballet.com/2007/img/quote_start.gif) no-repeat 0 3px;
}
#header {
	width: 720px;
	margin: 0 auto;
	padding: 15px 20px;
	border-left: 5px solid #e1e1e1;
	border-right: 5px solid #e1e1e1;
	background: #fff;
}
#header h2, #header h3, #header h4, #header p {
	text-align: center;
}
#header h2, #header h3, #header h4, #header p {
	margin-bottom: 5px;
}

#header #date {
	margin-top: 25px;
	margin-bottom: 25px;
}
#content {
	width: 720px;
	margin: 0 auto;
	padding: 5px 20px;
	border-left: 5px solid #e1e1e1;
	border-right: 5px solid #e1e1e1;
	background: #fff;
}
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6, #content p, #content ul, #content ol {
	margin-bottom: 24px;
	line-height: 1.5em;
}
#content blockquote p {
	margin-top: 0;
	margin-bottom: 0;
}
#content blockquote cite {
	padding-right: 20px;
	display: block;
	text-align: right;
}
#content blockquote .quote_end {
	padding-right: 12px;
	background: url(http://www.hkballet.com/2007/img/quote_end.gif) no-repeat bottom right;
}
.logo {
    padding: 54px 0 0 0;
    overflow: hidden;
    background: url(http://www.hkballet.com/2007/img/logo/hkb.gif)  no-repeat;
    height: 0px !important;
    height /**/: 54px;
}
.floatRight {
	float: right;
	margin-left: 15px;
}
.photo {
	width: 460px;
}

table.photo td {	
	padding: 8px 8px 0 8px;
	vertical-align: top;
}
table.photo td.caption {
	padding-top: 3px;
	padding-bottom: 8px;
	font-size: 11px;
	line-height: 1.25em;
}

.sm {
	font-size: 11px;
	font-weight: normal;
}
.bottomDivider {
	border-bottom: 1px dashed #666;
	padding-bottom: 18px;
}
.floatLeft {
	float: left;
}
