* {
    padding: 0;
    margin: 0;
} 

body {
background: #fff url(../img/bg.jpg) repeat-x;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 18px;
color: #333333;;
}

p {
	margin-top: 20px;
	margin-bottom: 20px;
}

img { border: none; }
a { color: #0A6380; text-decoration: none; }
a:hover { text-decoration: underline; color : #000; }

#wrap {
margin: 0 auto;
width: 800px;
}

#header { 
height: 110px;
}
#header h1 {
font-size: 30px;
font-weight: 100;
letter-spacing: -3px;
padding: 10px 0 5px 0;
}
#header h1 a {
color: #0A6380;
text-decoration: none;
}
#header h1 a:hover {
color: #222;
text-decoration: none;
}
#header h2 {
color: #3692AF;
font-size: 17px;
font-weight: 100;
letter-spacing: 0px;
line-height: 20px;
margin-top: 14px;
margin-left: 4px;
}

#content {
padding: 0;
}

.left {
width: 568px;
float: left;
text-align: justify;
}
.left h2 {
color: #0A6380;
font-size: 22px;
letter-spacing: -1px;
font-weight: 100;
padding : 15px 0 15px 0;
}
.left li{
margin-left: 100px;
}

.right {
width: 200px;
float: right;
padding: 10px;
border-left: 1px solid #bbb;
font-size: 12px;
}
.right ul {
list-style-type: none;
padding: 5px 10px 10px 10px;
}
.right h2 {
height: 30px;
font-size: 12px;
color: #666;
line-height: 30px;
}
.right a { text-decoration: none }

#footer {
border-top: 1px solid #bbb;
text-align: center;
color: #333;
font-size: 11px;
padding: 0 0 10px 0;
}

table {
	padding: 30px 30px 30px 0px;
}

td
{
	border: 1px solid #37371E;
	padding: 5px;
	background-color: #FAFAFA;
}

form {
	float: right;
}

#descr {
	background-color: #E2E2E2;
}

.designlink {
	font-size: 10px;
}

