* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
	min-height: 100%;
}
a {
	color: #FF0000;
	text-decoration: none;
}

a:hover {
	color: #6B0000;
	text-decoration: underline;
}

a:visited {
	color: #9D0000;
}

body {
	background-image: url("images/body_bg.jpg");
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #6A0101;
	color: white;
	font-family: verdana;
	font-size: 8pt;
	height: 100%;
}

#container {
	width: 777px;
	background-image: url("images/container_bg.jpg");
	background-repeat: repeat-y;
	background-position: top left;
	min-height: 100%;
}

#varjo {
	position: absolute;
	left: 743px;
	top: 0px;
	border: 0;
}

#tausta-aurinko {
	position: absolute;
	left: 777px;
	top: 0px;
	border: 0px;
}

#right_column {	
	position: absolute;
	left: 582px;
	background-image: url("images/right_column_bg.jpg");
	background-repeat: no-repeat;
	background-position: top left;
	background-color: transparent;
	width: 262px;
	height: 712px;

}

#right_menu {
	margin-top: 560px;
}

#left_column {
	width: 582px;
	height: 100%;
}

#menu {
	width: 582px;
	height: 202px;
}

#content{
	background-image: url("images/content_bg2.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	width: 530px;
	margin: 0 0 0 0;
	padding-left: 50px;
	height: 100%;
}

#content p {
	width: 500px;
	margin-bottom: 1em;
}

.otsikko {
	background-image: url("images/hr.gif");
	background-position: 0px 1.5em;
	background-repeat: no-repeat;
	background-color: transparent;
	width: 100%;
	height: 2em;
	clear: left;
}

.otsikko strong {
	line-height: 1.7em;
	color: #DC0000;
}

.uutisteksti {
	width: 500px;
	margin-bottom: 2em;
}

.pvm {
	color: #6B0000;
	font-weight: bold;
	font-size: 8pt;
}

#right_column_content {
	margin-top: 350px;
	margin-left: 15px;
	width: 130px;
}

#footer {
	position: relative;
	margin-top:70px;
	text-align: center;
	padding-bottom: 20px;
}

h1 {
	margin-left: -20px;
	color: #DC0000;
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: 5px;
}

h2 {
	color: #DC0000;
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 5px;
	border-bottom: 1px solid #DC0000;
}

li {
	margin-left: 20px;
	margin-top: 2px;
	margin-bottom: 2px;
}

ul, p {
	margin-bottom: 1em;
	list-style-type: square;
}

ol {
	margin-top: 10px;
	margin-bottom: 10px;
}

ol li {
	margin-left: 40px;
}

.levy_info {
	margin-left: 160px;
}

hr {
	background-image: url("images/hr.gif");
	height: 3px;
	width: 460px;
	border: 0;
	margin-bottom: 20px;
	background-repeat: no-repeat;
	clear: left;

}

.cover {
	float: left;
	margin-bottom: 10px;
}

.tuoteinfo {
	margin-left: 90px;
	width: 100px;
}

.keikkalista {
	padding-bottom: 250px;
}

table {
	width: 100%;
}

.media_table {
	margin-bottom: 20px;
}

th {
	text-align: left;
	padding-top: 10px;
}

.thumbnail {
	margin-right: 21px;
	margin-bottom: 10px;
}

.last {
	margin-right: 0px;
}

.viewed {
	color: white;

}

.profiilikuva {
	float: right;
	border: 3px solid black;
	margin: 10px;
}

.sisennys {
	margin-left: 40px;
}

.galtsu_navi {
	margin-top: 20px;
	text-align: center;
}

.thumbs {
	margin-top: 20px;
	margin-left: 0px;
}

input {
	border: #920000;
	color: white;
	background-color: #600000;
}

.submit {
	background-color: #9D0000;
	border: 2px solid #600000;
	color: black;
	font-weight: bold;
}

.submit:hover {
	background-color: #6A010;
	border: 2px solid #600000;
	color: white;
}

#bottom {
	background-image: url(images/bottom.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	width: 777px;
	height: 40px;
}