html, body {
	height: 100%;
	width:100%;
}

body {
	background: #CCCCCC;
	font: 86%  "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	margin: 0;       
	padding: 0;      	
}

a:link    { color: #aa2716}
a:visited { color: #821F11}  
a:hover, a:active  { color: red;}

a:link    { color: #d82412}

a:visited { color: #a12115}

h1, h2, h3, h4 {
	font-weight: bold;
	color: #000066;
	background-color: transparent;
}
h1 { font-size: 130%; }
h2 { font-size: 125%; }
h3 { font-size: 110%; }
h4 { font-size: 100%; }

img {
	border: 0px;
}

.breadcrumbs{
font: bold 14px;
}

.breadcrumbs a{
background: transparent url(breadcrumb.gif) no-repeat center right;
text-decoration: none;
padding-right: 18px; /*adjust bullet image padding*/
color: navy;
}

.breadcrumbs a:visited, .breadcrumbs a:active{
color: navy;
}

.breadcrumbs a:hover{
text-decoration: underline;
}

ul {
	margin: 0px 5px 5px 5px;
	padding: 0px;
}
ul li {
	font-size: 85%;
	margin: 1px 0 1px 1px;
	padding: 1px 0 1px 11px;
	list-style-type: none;
	background-repeat: no-repeat;
	background-position: center left;
}

ul.children, ul.brothers {
	float: right;
	width: 12em;
	background-color: #aa2716;
	color: #333;
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
	border: none;
	clear: both;

}

ul.children li,ul.brothers li {
	border-bottom: 1px solid #000000;
	margin: 0;
}

ul.children li a, ul.brothers li a {
	display: block;
	padding: 5px 5px 5px 0.5em;
	color: #fff;
	text-decoration: none;
	width: 100%;
}

ul.translations {
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 1201;
}
ul.translations li {
	display: inline;
}

.video object, .video object object {
	width: 400px;
	height: 300px;
}

.sound object, .sound object object {
	width: 400px;
	height: 20px;
}

.movieclip object, .movieclip object object {
	width: 400px;
	height: 300px;
}
