@charset "UTF-8";

/* hide hack from Mac-IE5 \*/
* html .mybuggyelement { height: 1%; }
/* end hiding */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 160%;
	color: #333333;
	background-color: #d8d3ac;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
}
p {
	margin-bottom: 1em;
	margin-top: 0px;
}
table {
    border-collapse:collapse;
}

/* link style
--------------------------*/
a:link {
	color: #880000;
}
a:visited {
	color: #880000;
}
a:hover {
	color: #662b00;
}


/* basic layout
--------------------------*/
#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 846px;
	background-color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
}
#head {
	padding: 0px;
	border-style: none;
}
#headNavi {
	background-color: #662b00;
	color: #FFFFFF;
	width: 826px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 0px;
	float: left;
}
#headNavi #headLeft {
	text-align: left;
	float: left;
}
#headNavi #headRight {
	text-align: right;
	float: right;
}
#headNavi a:link {
	color: #ffffff;
	text-decoration: none;
}
#headNavi a:hover {
	color: #ffffff;
	text-decoration: underline;
}
#headNavi a:visited {
	color: #ffffff;
	text-decoration: none;
}

#main {
	background-color: #FFFFFF;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
}
#footer {
	margin: 0px;
	padding: 0px;
}
#footer #contact {
	background-color: #e5e2cd;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 10px;
	font-style: italic;
	font-family: Araial;
	font-weight: bold;
	font-size: 14px;
	clear: both;
	line-height: 20px;
	height: 20px;
}
#footer #address {
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-top: 1px;
	font-weight: bold;
	background-image: url(images/foot.jpg);
	background-repeat: no-repeat;
	line-height: 1.2em;
	color: #ffffff;
}
#copyright {
	text-align: center;
	margin: 0px;
	padding-bottom: 14px;
	padding-top: 6px;
}
.backto {
	text-align: right;
	color: #662b00;
	font-family: Helvetica;
	font-style: italic;
	float: right;
	margin: 0px;
}


/* image styles
--------------------------*/
a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.rightPhotos {
	margin: 0px 0px 0px 18px;
	padding: 0px;
	float: right;
	width: 200px;
}
.rightPhotos td {
	text-align: right;
}
.p_right {
	float: right;
	margin-bottom: 3px;
	margin-left: 18px;
}
.p_left {
	float: left;
	margin-right: 18px;
	margin-bottom: 3px;
}
.imageCapsRight {
	float: right;
	text-align: right;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 14px;
}
.imageCapsLeft {
	float: left;
	text-align: left;
	margin-right: 14px;
	margin-bottom: 3px;
}


/* texts styles
--------------------------*/
h1 {
	font-family: Garamond;
	font-size: 50px;
	color: #cccccc;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #880000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	line-height: 50px;
	padding-bottom: 6px;
	font-weight: normal;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
	color: #880000;
	background-image: url(images/ballet_h2.gif);
	background-repeat: no-repeat;
	padding-left: 24px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 14px;
	margin-left: 0px;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	font-family: Arial;
	text-align: center;
	color: #662b00;
	padding-top: 10px;
}
h4 {
	font-family: Garamond;
	font-style: italic;
	font-size: 30px;
	color: #662b00;
	line-height: 30px;
	font-weight: normal;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h5 {
	margin-top: 5px;
	clear: both;
	font-size: 11px;
	color: #662b00;
	margin-bottom: 5px;
	line-height: 1.2em;
}
.middle {
	font-size: 120%;
	font-weight: bold;
}
.spaceBottom {
	margin-bottom: 10px;
}
.spaceTop {
	margin-top: 20px;
}
.comment {
	margin-bottom: 50px;
	font-family: "Times New Roman", Times;
	font-size: 120%;
}
blockquote {
	margin-top: 0px;
}

