/*  
Style Name:
Style URI: 
Description: 
Version: 0.1
Date:
License:
Author URI: http://prs.wklej.org
*/

/*--------------------------------------------------------------------------------
 * Global
 *-------------------------------------------------------------------------------*/

* {
    padding:0;
    margin:0;
}

.r { color:#a00; font-weight: bold; }
.b { color:#000; font-weight: bold; }
.g { color:#666; }

.alignc { margin: 0 auto; text-align: center; }
.alignc2 { margin: 0 auto; text-align: justify; }

.alignl { text-align: left;}
.alignr { text-align: right;}

.left { float:left;}
.right {float: right;}

.clear { clear:both; height: 1px; line-height: 1px; }

ul { margin-left: 20px; list-style-type: square; }
ul.n1 { margin-left: 0; list-style-type: none; }

p { padding-top: 10px; }

h1,h2,h3,h4,h5,h6 { margin: 2px; padding: 2px;}

a { color: #aaa; text-decoration: none}
a:hover { border-bottom: 1px solid #f00; }

/*--------------------------------------------------------------------------------
 * Look&Feel - Layout
 *------------------------------------------------------------------------------*/

body {
    background: #000;
    text-align: center;
    font-family: sans;
    font-size: 12px;
	color: #fff;
}

#topcontent {
    padding: 10px;
    background: #111;
    border-bottom: 2px solid #222;
	border-top: 2px solid #222;
}

#content {
    padding-top: 20px;
}

#powrot {
    position: absolute;
    left: 10px;
    top: 105px;
    padding: 10px;
    background: #333;
}

