*
{
	margin: 0;
	padding: 0;
}

body
{
	width: auto;
	font-family: Helvetika;
	background: black;
}

#bg
{
	position: fixed;
	margin: 0px auto;
	left: 5%;
	right: 60%;
	top: 0px;
	width: auto;
	min-width: 400px;
	max-width: 400px;
	height: 100%;
	background: url(data/images/bg.png) repeat top left;
}

#left_bg
{
	float: left;
	width: 50px;
	height: 100%;
	background: url(data/images/bg_vasen.png) repeat top left;
}

#right_bg
{
	float: right;
	width: 50px;
	height: 100%;
	background: url(data/images/bg_oikea.png) repeat top left;
}

#all
{
	position: relative;
	top: 30px;
	width: 944px;
	height: auto;
	margin: 0px auto;
}

/* Logo */
#logo
{
	position: absolute;
	top: 0px;
	left: 80px;
	width: 170px;
	height: 170px;
	background: url(data/images/logo.png) no-repeat top left;
}

/* Header */
#header
{
	position: absolute;
	top: 0px;
	left: 220px;
	width: 580px;
	height: 170px;
	background: url(data/images/head.png) no-repeat top right;
}

/* Navigation */
#navigation
{
	position: absolute;
	top: 170px;
	left: 0px;
	width: 100px;
	height: auto;
	padding: 5px 0 5px 0;
	border-right: 1px solid black;
	background: transparent;
	text-align: right;
}
#navigation ul
{
	list-style-type: none;
}
#navigation li
{
	display: inline;
	width: auto;
}
#navigation ul a
{
	display: block;
	font-family: Arial, Helvetica, sans-serif, sans-serif;
	font-size : 11pt;
	font-weight : bolder;
	text-decoration : none;
	color: red;
	background: black;
	margin: 3px 0px 3px 0px;
}
#navigation ul a:hover
{
	color: white;
	background: black;
}
#navigation ul li#active a
{
	color: #a00000;
}

/* Content */
#content_page
{
	position: absolute;
	left: 104px;
	top: 160px;
	padding: 0px 0px 30px 0px;
	border: 0px solid #000000;
	width: 820px;
	background: transparent;
}

#content_page img
{
	border: 0px;
}

#content
{
	border: 1px solid #ff9070;
	border-right: 0;
	border-left: 0;
	font-size: 12pt;
	padding: 30px 15px 30px 15px;
	margin: 0px 0px 10px 0px;
	min-height: 200px;
	height: auto !important;
	height: 200px;
	width: 670px;
	background: url(data/images/reuna.png) repeat top left;
}
#content A
{
	color: #505050;
}
#content A:HOVER
{
	color: #ff0000;
}
#content H2
{
	font-size: 20pt;
	padding: 10px 0px 30px 20px;
}
#content H3
{
	font-size: 14pt;
/*	font-weight : normal;*/
	padding: 0px 0px 10px 40px;
}

/* Content for stand alone pages */
#content_stand_alone
{
	width: auto;
	height: auto;
	font-size: 12pt;
/*	min-height: 300px;*/
/*	border: 2px dashed #f04020;*/
/*	border-right: 0;*/
	padding: 50px 0px 0px 0px;
/*	margin: 0px 0px 30px 152px;*/
	background: white;
	border: 1px solid #f04020;
}
#content_stand_alone A
{
	color: #505050;
}
#content_stand_alone A:HOVER
{
	color: #ff0000;
}
#content_stand_alone H2
{
	font-size: 20pt;
	padding: 10px 0px 30px 20px;
}
#content_stand_alone H3
{
	font-size: 16pt;
	font-weight : normal;
	padding: 0px 0px 10px 40px;
}
#content_stand_alone img
{
	border: 0px;
}

/* News */
.news fieldset
{
	border: 1px solid #f04020;
	padding: 2px 2px 2px 2px;
	margin: 10px 0 0 0;
	background: #ffefef;
}

.news .news_title
{
	border: 0px solid #f04020;
	margin: 0px 5px 0px 5px;
	padding: 0px 5px 0px 5px;
}

.news .news_date
{
	float: right;
	margin: -10px 0 0 0;
}

.news .news_content
{
	padding: 5px 0 0 0;
}

/* FAQ */
.faq_info
{
	padding: 0px 0px 0px 35px;
	background: #f0f0f0;
}

.faq_qa
{
	float: left;
	padding: 0px 0px 0px 0px;
	background: #ffe0e0;
	width: 25;
}

/* Contact */
.author
{
	float: left;
	padding: 0px 0px 0px 0px;
	background: #ffe0e0;
	width: 150;
}

.author_info
{
	padding: 0px 0px 0px 160px;
	background: #f0f0f0;
}

/* Shots */
.shot_table
{
	border: 1px solid #e0d0d0;
	background: transparent;
}

.shot_table .shot_title
{
	border: 0px;
	margin: 0px 5px 0px 5px;
	padding: 0px 5px 0px 5px;
	background: transparent;
}

.shot fieldset
{
	border: 1px dashed #3F2217;
	border-right: 0px;
	border-bottom: 0px;
	background: #ffe0e0;
	padding: 2px 2px 2px 2px;
	marging: 2px 2px 2px 2px;
}

.shot img
{
	float: left;
	width: 100;
	height: 75;
	margin: 2px 2px 2px 2px;
	border: 1px solid #888888;
}

.shot .content
{
	padding-left: 115px;
}

.shot
{
/*	marging: 10px 0px 0px 0px;*/
	padding: 3px 3px 3px 3px;
	width: 300;
}

/* Global */
.desc
{
	float: left;
	padding: 0px 0px 0px 0px;
	background: #ffe0e0;
	width: 120px;
}

.info
{
	padding: 0px 0px 0px 130px;
	background: #f0f0f0;
}

.p1
{
	padding: 10px 0px 0px 10px;
}

.cmd
{
	font-family: monospace, Arial, Helvetica, sans-serif, sans-serif;
	font-size : 12pt;
	padding: 10px 0px 10px 10px;
}

#prev
{
	float: left;
	marging: 10px 10px 10px 10px;
	padding: 10px 10px 10px 10px;
}

#next
{
	float: right;
	marging: 10px 10px 10px 10px;
	padding: 10px 10px 10px 10px;
}

#middle
{
	float: center;
	marging: 10px 10px 10px 10px;
	padding: 10px 10px 10px 10px;
}

/* status info at page end */
#status 
{
	font-size : 11pt;
	font-weight : normal;
	font-style: italic;
	color: #607070;
	margin : 0px 0px 0px 40px;
	padding: 0px 0px 0px 0px;
}

#scroll
{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background: transparent;
}