body {
	background: #f8f8f5;
	color: #000000;
	font-family: 'Comic Sans MS', Verdana;
	font-size: 8pt;
}

*.main {
	background: url(img/back_viking.jpg);
	background-repeat: no-repeat;
	border: none;
	width: 800px; 
	height: 600px; 
	overflow: hidden; 
	vertical-align: top;
}

*.tytul {
	text-align: center;
	font: normal bold 12pt 'Comic Sans MS', Verdana normal;
	color: #c00000;
	}

*.textbox {
	width: 560px; 
	height: 335px; 
	overflow: auto; 
	text-align: justify;
	font: normal normal 8pt 'Comic Sans MS', Verdana normal;
	padding-left: 5px;
	padding-right: 5px;
}

*.footer {
	font-size: 6pt;
	color: #000000;
	text-align: center;
	vertical-align: bottom;
}

*.techbox {
	font-size: 7pt;
	text-align: right;
	vertical-align: top;
}

*.discbox {
	font: normal normal 7pt 'Comic Sans MS', Verdana normal;
	text-align: left;
        padding-left: 10px;
	vertical-align: top;
        width: 450px;
}

*.sign {
	font-size: 7pt;
	text-align: right;
	vertical-align: top;
}

*.imagebox {
	background: url(img/back_viking_fade.jpg);
	background-repeat: no-repeat;
	border: none;
	width: 800px; 
	height: 750px; 
	overflow: hidden; 
	vertical-align: top;
	font: normal bold 10pt 'Comic Sans MS', Verdana normal;
	padding-left: 5px;
	padding-right: 5px;
}

table.main_table {
	border-collapse: collapse;
	width: 100%;
	height: 100%;
	border: none;
	padding: 0px;
	border-spacing: 0px;
}

td.menu_up {
	text-align: center;
        font: normal bold 10pt 'Comic Sans MS', Verdana normal;
	}
td {
        font: normal 9pt 'Comic Sans MS', Verdana normal;
	}

p {
	text-indent: 5%;
}

p:first-letter {
	font-weight: bold;
	color: #c00000;
}

ul {
        list-style-type: disc;
        list-style-position: outside;
        }

h1 {
	text-align: center;
	font: normal small-caps bold 12pt 'Comic Sans MS', Verdana normal;
}

hr {
	color: #c00000;
	width: 80%;
}

strong {
	font-variant: small-caps;
	font-weight: bold;
}

a:link {
	color: #c00000; 
	text-decoration: none; 
}

a:visited {
	color: #c00000; 
	text-decoration: none; 
}

a:active {
	color: #660000;
	text-decoration: none;
}

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

img {
	border: none;
}

img.intxt_r {
	vertical-align: top; 
	float: right;
	border: ridge; 
	border-color: #c00000; 
	margin: 8px;
}

img.intxt_l {
	vertical-align: top; 
	float: left;
	border: ridge; 
	border-color: #c00000; 
	margin: 8px;
}

img.droped {
	vertical-align: top; 
	clear: both;
	border: ridge; 
	border-color: #c00000; 
	margin: 8px;
}

img.thumb {
	vertical-align: middle; 
	border: ridge; 
	border-color: #c00000; 
	border-left-width: 2px;
	margin: 5px;
}

img.show {
	vertical-align: middle; 
	border: ridge; 
	border-color: #c00000; 
	border-left-width: 3px;
}

