*
{
	padding: 0;
	margin: 0;
}

body
{
	background: #fcfdff url('/images/bg.gif') repeat-y top left;
	font-family: verdana, sans-serif;
	font-size: 12px;
	color: #52575b;
}

img
{
	border: 0;
}

a
{
	font-family: verdana, sans-serif;
	font-size: 12px;
	color: #52575b;
	text-decoration: underline;
}
a:hover
{
	text-decoration: none;
}


#body
{
	position: relative;
	float: left;
	width: 100%;
	background: url('/images/bg_top.jpg') repeat-x top left;
}


#left
{
	position: relative;
	float: left;
	width: 256px;
}
#logo
{
	position: relative;
	float: left;
	width: 256px;
	height: 167px;
}
#bg
{
	position: relative;
	float: left;
	width: 256px;
	height: 453px;
	background: url('/images/left2.gif') no-repeat top left;
}

#left ul
{
	position: relative;
	float: left;
	width: 220px;
	list-style-type: none;

	padding-left: 36px;
}
#left ul li
{
	position: relative;
	float: left;
	width: 220px;
	height: 30px;
	line-height: 30px;
}
#left ul li a.menu
{
	display: block;
	height: 30px;
	background: url('/images/arrow.gif') no-repeat 0% 50%;
	padding-left: 14px;
	font-family: verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}
#left ul li a.submenu
{
	display: block;
	height: 17px;
	line-height: 17px;
	padding-left: 32px;
	font-family: verdana, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #fff;
}
#left ul li a:hover, #left ul li a#sel
{
	text-decoration: underline;
}

#left ul#lang
{
	position: relative;
	float: left;
	width: 80px;
	height: 36px;
	line-height: 36px;
	margin: 0;
	padding: 0 0 0 100px;
}
#left ul#lang li
{
	position: relative;
	float: left;
	width: 40px;
	height: 36px;
	line-height: 36px;
}


#main
{
	position: relative;
	float: left;
	width: 739px;
}

#top
{
	position: relative;
	float: left;
	width: 739px;
	height: 100px;
}


#content
{
	position: relative;
	float: left;
	width: 674px;
	padding: 12px 29px 0 36px;
}

.box
{
	position: relative;
	float: left;
	width: 213px;
	height: 148px;
	margin-bottom: 15px;
}
.box img
{
	position: relative;
	float: left;
	width: 213px;
	height: 120px;
}
.box a.title
{
	position: relative;
	float: left;
	width: 213px;
	height: 23px;
	background: url('/images/bg_red.gif') repeat-x;
	margin: 0;
	padding: 5px 0 0 0;
	font-family: verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-decoration: none;
}
.box a.title:hover
{
	text-decoration: underline;
}


#content #text
{
	position: relative;
	float: left;
	width: 409px;
}

#content h1
{
	position: relative;
	float: left;
	width: 674px;
	margin: 10px 0;
	padding: 0;
	font-family: verdana, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #ec1d25;
}

#content h2
{
	position: relative;
	float: left;
	width: 674px;
	margin: 15px 0 0 0;
	padding: 0;
	font-family: verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1362b1;
}

#content p
{
	position: relative;
	float: left;
	width: 674px;
}
#content p.more
{
	text-align: right;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #52575b;
}

#content #text h1, #content #text h2, #content #text p
{
	width: 409px;
}

#content #images
{
	position: relative;
	float: left;
	width: 250px;
	padding: 53px 0 0 15px;
}
#content #images img
{
	position: relative;
	float: left;
	width: 250px;
	height: 186px;
	padding-bottom: 15px;
}

#content #footer
{
	position: relative;
	float: left;
	width: 674px;
	border-top: 1px solid #dfe3e4;
	margin-top: 10px;
	padding: 5px 0 10px 0;
	font-family: verdana, sans-serif;
	font-size: 10px;
	color: #a4b7c6;
}
#content #footer a
{
	font-size: 10px;
	color: #a4b7c6;
}



form
{
	position: relative;
	float: left;
	width: 674px;
	margin: 15px 0;
	padding: 0;
}
fieldset
{
	position: relative;
	float: left;
	width: 674px;
	margin: 0 0 5px 0;
	padding: 0;
	border: 0;
}
label
{
	position: relative;
	float: left;
	display: block;
	width: 100px;
	line-height: 22px;
}
input, textarea
{
	border: 1px solid #52575b;
	color: #52575b;
	padding: 3px;
}
button
{
	position: relative;
	float: right;
	border: 0;
	margin: 0;
	padding: 2px 0;
	font-weight: bold;
	background: #fff;
	cursor: pointer;
}

#error
{
	position: relative;
	float: left;
	width: 674px;
	margin: 0 0 10px 0;
	color: #f00;
}
