body
{
	width:1024px;
	background-image:url(images/bg.gif);
	background-repeat:repeat;
	margin-top:-10px;
	padding-top:10px;
	margin-bottom:-10px;
	padding-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	text-indent:10px;
	color:#bfbfbf;
}
img
{
	border:0px;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
}
.cur
{
	cursor:pointer;
}
img.left
{
	float:left;
}
img.right
{
	float:right;
}
.center
{
	display:block;
    margin:0px auto;
}
a
{
	text-decoration:none;
}
a:hover 
{ 
    text-decoration:underline;
}

a.but
{
	color:white;	
	display:block;
	height:30px;
}
a.red
{
	color:#ff0000;
	display:block;
	height:30px;
}
h1,h2,h3
{
	font-weight:bold; 
	text-align:center;
}
h2.odin
{
	color:red; 
	text-align:left;
}
p.right
{
	text-align:right;
	vertical-align:text-bottom;
}
div.menu
{
	padding-left:10px;
	font-size:16pt;
}
div.right a
{
	color:#ff0000;
}
div.top
{
height:172px;
width:1024px;
background-image:url(images/hat.png);
}
div.right
{
	float:right; 
	width:746px;
	margin-right:12px;
	background-image: url(images/bg2.png);
	border:3px solid; 
	margin-top:5px;
	padding-top:20px;
	padding-left:10px;
	padding-right:8px;
	margin-bottom:8px;
	padding-bottom:50px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:10.5pt;
}

div.left
{
	margin-top:-20px;
	float:left; 
	width:230px;
	margin-left:12px;
}
div.but
{
	background-image:url(images/button.png);
	background-repeat:no-repeat;
	padding-left:15px;
	line-height: 30px;
	vertical-align:middle;
	height:30px;
	font-size:12pt;
	cursor:pointer;
}
div.but2
{
	background-image:url(images/button2.png);
	background-repeat:no-repeat;
	line-height: 30px;
	vertical-align:middle;
	height:30px;
	font-size:12pt;
	padding-left:60px;
	cursor:pointer;
}
.spoiler
    {
    border:2px solid #ddd;
    padding:3px;
	padding-left:10px;
	padding-bottom:6px;
	color:#3b3b3b;
	background-color:#efefef;
	}
.spoiler .inner
    {
    border:2px solid #eee;
    padding:3px;
	margin:3px;
	background-color:#efefef;
	color:#3b3b3b;
	padding-bottom:15px;
    }
	.spoiler .inner2
    {
	padding-bottom:55px;
    }
div.bord1
{
width:575px;
margin-left:auto;
margin-right:auto;
border:3px groove;
padding-bottom:6px;
}
div.bordy
{
display:block;
width:350px;
margin-left:auto;
margin-right:auto;
border:3px groove;
padding-bottom:7px;
background-color:#efefef;
color:red;
}
p.center
{
text-align:center;
}
span.st
{
text-decoration:line-through;
}
div.cent
{
margin-left:auto;
margin-right:auto;
width:300px;;
}
.num
{
list-style-type:decimal;
}