body {
	background:url(../images/page-background.png) repeat-x #ffffff;
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	height:100%;
}
.container {
	background:url(../images/container-background.png) repeat-y;
	height:1%;
	overflow:hidden;
}
.logo-click {
	height:125px;
	cursor:pointer;
	cursor:hand;
}
.left-column {
	width:151px;
	height:100%;
	padding:0px 10px 30px 10px;
	background:url(../images/weiss-ratings-logo.png) no-repeat #b3975a;
	float:left;
}
.left-column-background {
	position:absolute;
	z-index:-1;
	width:171px;
	height:100%;
	background:#b3975a;
}
.left-column .navigation {
	margin:25px 0px 0px 0px;
}
.left-column .navigation div {
	margin:0px;
	padding:3px 0px 3px 0px;
	list-style:none;
	border-bottom:1px dotted #dddddd;
	font-size:0.75em;
	font-weight:bold;
	text-align:right;
}
.left-column .navigation div a {
	color:#000000;
	text-decoration:none;
}
.left-column .navigation div a:hover {
	color:#336633;
	text-decoration:none;
}
.left-message {
	margin:30px 0px 0px 0px;
	padding:10px;
	list-style:none;
	border:1px dotted #dddddd;
	font-size:0.7em;
}
.right-column {
	width:659px;
	padding:102px 0px 0px 20px;
	background:url(../images/top-curve.png) no-repeat;
	float:left;
	clear:none;
}
h1 {
	background:url(../images/header-curve.png) no-repeat #336633;
	margin-top:0px;
	color:#ffffff;
	font-size:1.3em;
	padding:5px 0px 5px 10px;
}
h2 {
	border-top:1px dotted #cccccc;
	margin:1em 0em 1em 0em;
	padding:1em 0em 0em 0em;
	font-size:1.15em;
}
a {
	color:#009900;
}
a:hover {
	color:#00cc00;
}
.news-box {
	width:200px;
	float:right;
	margin:0px 0px 10px 20px;
	padding:10px;
	background:#eeeeee;
	font-size:0.75em;
}
.news-box div {
	background:#999999;
	color:#ffffff;
	padding:3px;
	font-weight:bold;
}
table.ratings-definitions tr td {
	padding:.5em 0em;
}
.release-date {
	float:left; 
	margin:0em 1em 1em 2em;
	clear:both;
	text-align:right;
}
.release-link {
	margin:0em 0em 1em 0em;
}
.copyright {
	border-top:1px dotted #cccccc;
	margin:2em 0em 10px 0em;
	padding:1em 0em 1em 0em;
	font-size:0.75em;
	clear:both;
}
input {
	width:200px;
	padding:3px;
	font-family:"Courier New", Courier, monospace;
	font-weight:bold;
	font-size:15px;
}
.email-error {
	color:#ff0000;
	font-size:0.8em;
	font-weight:bold;
	margin:1em 0em 0em 0em;
	visibility:hidden
}
.ratings-scale {
	width:300px;
	padding:20px;
	background:#eeeeee;
	text-align:left;
	border:1px #dddddd solid;
}
table.lists {
	border-collapse:collapse;
}
table.lists td {
	border-bottom: 1px solid #cccccc;
}