/* body */

body {
	background-color: #000;
}
img.pngfix {
	behavior: url(pngHack.htc);
}

#menu {
	font: Trebuchet MS;
	font-size: 12pt;
	font-weight: bold;
	word-spacing: 5px;
}

#page {
	width: 600px; 
	margin: 0 auto;
	padding: 40px;
	background-color: #425255;
	border: 1px solid #ccc;
}

a:link {
	color: #fff;
	text-decoration: none;
}

a:active {
	color: #fff;
	background: transparent;
	text-decoration: none;
}

a:hover {
	color: #333;
	background: #e3eff6;
}

a:visited {
	color: #c0c0c0;
	text-decoration: none;
}

/* tags */

.itemText img {
	padding: 2px 15px 10px 15px;
}

h3 {
	line-height: 120%;
	font: trebuchet MS;
	text-align: center;
}

body, td, th {
	font: 10pt Trebuchet MS, sans-serif;

}
h1, h2, h3, h4, h5 {
	font-family: arial, helvetica, sans-serif;
}
h1 {
	text-align: center;
}
h2 {
	text-align: center;
}
h4, h5, p, li {
	line-height: 120%;
}
body, td, th, h2, h5, p, li, 
div.synopsis, div.caption {
	color: #f2f4f4;
	line-height:inherit;
}
h5, p, li, .itemText {
	font-family: Trebuchet MS, sans-serif;
}
.indentlist {
     margin-left: 175px;
}
p, div.text, li, .itemText {
	font-size: 10pt;
}

/* structure */

div.text {
	color: #fff;
	font-family: Trebuchet MS, sans-serif;
	line-height: 180%;
}

div.caption {
	font: 7pt arial;
	text-align: center;
	line-height: 130%;
}

#popupwindow {
	padding: 15px;
	width: 535px;
	background-color: #425255;
}

#sidebar {
	border: 0px solid #33a6d2;
	float: left;
	padding: 10px;
	width: 125px;
	margin-right: 25px;
}
