body {
	margin: 0px  auto;
	margin-top: 15px;
	padding: 0px;
	background:url(design/background.png) #36424a left top repeat-x;
	width: 1003px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #36424A;
}
  
img { 
	border: 0px;
}

div#header1{
	background-color: #003a69;
	color: #ffffff;
	height: 47px;
}

div#header2{
	background-color: #003a69;
	color: #ffffff;
	height: 123px;
}

div#header3{
	background-color: #f2af2b;
	color: #003a69;
	height: 30px;
}

div#header4{
	background-color: #e60026;
	color: #ffffff;
	height: 123px;
}
  
div#time{ 
	color: #003a69;
	position: absolute;
	width: 300px;
	height: 22px;
	left: 750px; 
	top: 176px;
	background: none;
}
  
div#sticker{ 
	position: absolute;
	width: 20px;
	height: 123px;
	left: 1003px; 
	top: 200px;
}

table#main{
	background-color: #ffffff;
	border: 0px;
}

div#info{
	/*border: 1px solid #a5acb0;*/
	background-color: #ffffff;
	width: 493px;
	text-align: left;
}

div.contact{
	/*border: 1px solid #a5acb0;*/
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 10px;
	margin-right: 10px;
	background:url(design/formback1.png) #afb4b4  repeat-y;
	width: 490px;
	text-align: center;
}

h1.title, p.content, p.comment{
	text-indent: 20px;
	margin-left: 25px;
	margin-right: 5px;
}

h1.title{
	margin-top: 25px;
	font-size: 16px;
	font-weight: bold;
	color: #003A69;
	text-align: left;
}

ul{
	list-style: square;
}

p.content, li{
	color: #36424a;
	font-size: 12px;
}

p.comment, p.comment1,{
	color: #003A69;
	font-weight: normal;
}

p.comment1{
	font-size: 11px;
	margin-left: 15px;
	margin-right: 15px;
}

p.comment{
	font-size: 12px;
	text-align: left;
}

p.note{
	color: #E60026;
	font-size: 11px;
	text-transform: uppercase;
	margin-left: 15px;
	margin-right: 15px;
}

p.ok{
	color: #003A69;
	font-weight: bold;
	font-size: 12px;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 85px;
}

p.error{
	color:#E60026;
	font-weight: bold;
	font-size: 12px;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 85px;
}

a:link, a:visited, a:hover{
	font-weight: bold;
	text-decoration: underline;
}

a:link, a:visited{
	color: #003a69;
}

a:hover{
	color: #e60026;
}

/* Skype&ICQ */

div.leftskype, div.rightskype{
	width: 245px;
	text-align: center;
}

div.leftskype{
	float: left;
}

div.rightskype{
	float: right;
}

img.skype, img.icq{
	margin-left: 5px;
}

div.centericq{
	width: 490px;
	text-align: center;
}

div.centericq img{
	margin-top: 15px;
}

/* Captcha Secret Form*/

div#captchaimage, div#captchainput{
	height: 46px;
}

div#captchaimage{
	float: left;
	width: 205px;
	text-align: center;
}

div#captchainput{
	float: right;
	width: 285px;
	text-align: center;
}

input#captcha, input#submit{
	margin-top: 10px; 
}

input#submit{
	margin-left: 20px;
}

input#captcha{
	border: 1px solid #afb4b4;
	background-color: #ffffff;
	width: 75px;
}

/* Post form */

div#postdata{
	text-align: center;
}

input.inpost, textarea{
	border: 1px solid #afb4b4;
	background-color: #ffffff;
	
}

input.inpost{
	font-size: 12px;
	width: 275px;
}

textarea{
	width: 275px;
	height: 175px;
}

/* Footer */

td#banners{
	background-color: #f2af2b;
	border-top: 1px solid #afb4b4;
}