html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html {height: 100%}
body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
	height: 100%;
}
a {
	color: blue;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {margin: 0 0 18px}
img {
	border: none;
}
input {vertical-align: middle}

#wrapper {
	width: 900px;
	margin: 0 auto 0 auto;
}


#header {
	height: 35px;
	background: url('img/header-bg.png') repeat-x 0 0;
    text-align: center;
    overflow:hidden;
}

.sl {
	float: left;
	width: 185px;
	position: relative;
}
.sl ul
{
    padding:35px 0 35px 10px;
    background:#fff url('img/sidebar-bg.png') repeat-y right 0;
}

#content
{
    width: 700px;
    float: right;
}
.clear{
    clear:both;
}

/* Custom
-----------------------------------------------------------------------------*/
body{
    background: #e3e3e3;
    font-size:11pt;
}
h1,h2,h3{
    margin:.5em 0 .5em 0;
    font-size:16pt;
}
h2{
    font-size:14pt;
}
h3{
    font-size:12pt;
}
.col{
    width: 900px;
    margin: 0 auto 0 auto;
    text-align: left;
}
.cont
{
    padding:20px;
}
#content .cont{
    background: #fff;
    border:1px solid #dadada;
}

#logo
{
    float: left;
}
#header .languages
{
    float:right;
}
#header .languages li
{
    float:left;
}
#header .languages li a
{
    display:block;
}
#portrait
{
    float:left;
    margin:0 10px 10px 0;
    overflow:hidden;
}
#portrait img
{    
    border:1px solid #dadada;
}
.contacts
{
    width:700px;
    text-align:center;
    background:url('img/sidebar-bg.png') repeat-y 660px 0;
}
.contacts .cont
{
    width:600px;
    margin:0 auto 0 auto;
    padding:10px 10px 0 10px;
}
.contacts p, .contacts ol, .contacts ol li
{
    float:left;
    font-size:8pt;
}
.contacts p, .contacts ol li
{
    padding:2px 10px 2px 5px;
}
.contacts li.icq{
    padding:2px 10px 2px 24px;
    background:url('img/icq-icon.png') no-repeat 0 center;
}
.contacts li.skype{
    padding:2px 10px 2px 24px;
    background:url('img/skype-icon.png') no-repeat 0 center;
}
th, td{
    padding:3px;
}
form th{
    text-align:right;
    vertical-align:top;
}
.errorlist
{
    font-size:8pt;
    color:#c00;
    font-weight:bold;
}
