/** CSS by Toni Impiö
www.tonskudaigle.info **/

body {
	background-color: #000;
	background-image: url(img/bodybg.jpg);
	background-position: center top;
	background-attachment: fixed;
}

img {
	border: none;
}

/** valikkomääritykset **/

.menu {
	float: right;
	text-align: right;
	height: 116px;
	width: 193px;
	padding: 0px;
	padding-right: 30px;
	padding-top: 10px;
}

li {
	font-weight: bold;
	font-size: 12px;
	list-style: none;
	color: #FFF;
	text-align: center;
	font-family: "Trebuchet MS";
	text-transform: uppercase;
	background-image: url(img/menuitem.jpg);
	background-repeat: no-repeat;
	width: 150px;
	height: 20px;
	padding-top: 2px;
}

/** valikkomääritykset päättyy **/


/** LINKIT ALKAA **/

div.left_top a {
	color: #FFF;
	text-decoration: none;
}

div.left_top a:hover {
	color: #ff9900;
	text-decoration: none;
}

div.content_bg a {
	color: #ff9900;
	text-decoration: none;
}

div.content_bg a:hover {
	color: #333333;
	text-decoration: none;
	border-bottom: 1px dotted #333333;
}

div.right_news a {
	color: #ff9900;
	text-decoration: none;
}

div.right_news a:hover {
	color: #333333;
	text-decoration: none;
}

div.copyright a {
	color: #848484;
	text-decoration: none;
}

div.copyright a:hover {
	color: #333333;
	text-decoration: none;
}

div.footer a {
	filter:alpha(opacity=25);
	-moz-opacity:.25;
	opacity:.25;
}

div.footer a:hover {
	filter:alpha(opacity=100);
	-moz-opacity:0.8;
	opacity:0.8;
}

/** LINKIT PÄÄTTYY **/

/** rakennedivit **/

.maintable {
	width: 868px;
	margin: auto;
	text-align: center;
	font-size: 11px;
	font-family: Tahoma, Verdana, "Times New Roman", sans-serif, Arial;
	color: #FFF;
}

.left_top {
	width: 430px;
	height: 138px;
	float: left;
	background-image: url(img/left_top.jpg);
	background-repeat: no-repeat;
	text-align: right;
}

.right_top {
	width: 438px;
	float: right;
	height: 348px;
	background-image: url(img/right_top.jpg);
	background-repeat: no-repeat;
}

.lt_bottom {
	background-image: url(img/left_top_bottom.jpg);
	width: 430px;
	height: 16px;
	float: left;
}

.content {
	width: 410px;
	height: auto;
	padding-left: 20px;
}

.right {
	float: right;
	width: 438px;
}

.content_title {
	background-image: url(img/content_title.jpg);
	width: 430px;
	height: 37px;
	float: left;
	text-align: center;
	padding-left: 20px;
}

.content_top {
	background-image: url(img/content_top.jpg);
	width: 373px;
	height: 30px;
	float: left;
}

.content_bg {
	background-image: url(img/content_repeat.jpg);
	background-repeat: repeat-y;
	width: 353px;
	float: left;
	text-align: left;
	padding: 10px;
}

.content_bottom {
	background-image: url(img/content_bottom.jpg);
	background-repeat: no-repeat;
	width: 373px;
	height: 44px;
	float: left;
}

.copyright {
	width: 353px;
	height: 89px;
	float: left;
	color: #333333;
}

.right_news {
	width: 438px;
	float: right;
	text-align: left;
}

.footer {
	width: 868px;
	height: 50px;
	text-align: center;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
}

/** rakennedivit päättyy **/
