body
{
	margin:0px;
}

#main
{
	width:1024px;
	height:796px;
	margin-top:30px;
	margin:30px auto;
	margin:0px auto;
	overflow:hidden;
}

#left
{
	float:left;
	width:52.5%;
/*	width:537px;*/
	height:796px;
	overflow:hidden;
}

#left-top
{
	height:363px;
	background-color:white;
	background-image:url('../../img/cop.jpg');
	background-repeat:none;
}

#left-middle
{
	height:278px;
	background-image: url('../../img/bg.png');
	background-color: #6b8b36;
	background-repeat: repeat;
	overflow:hidden;
}

#navigation
{
	padding-top:40px;
	padding-left:61px;
}

#navigation ul
{
	font-family:verdana;
	font-size:11px;
	color: white;
	text-align:left;
	list-style-type:none;
	padding:0px;
	margin:0px;
	float:left;
	overflow:hidden;
	float:left;
}
/*
#navigation ul#sub-left
{
	width:173px;
	width:120px;
	width:auto;
}
*/
#navigation ul#sub-right
{
	margin-left:40px;
	margin-left:0px;
}
/*
#navigation ul#sub-left li
{
	margin:18px 0px;
}

#navigation ul#sub-left li.first
{
	margin-top:0px;
}
*/
#navigation ul#sub-right li
{
	margin:5px 0px;
	margin:8px 0px;
	margin-left: 0px;
}

#navigation ul#sub-right li.first
{
	margin-top:0px;
}

#left-bottom
{
	height: 155px;
	background-color:white;
	background-image:url('../../img/bottom_logo.png');
	background-repeat: no-repeat;
}

#right
{
	float:left;
	width:47.5%;

	width: 486px;

	height: 796px;
	overflow:hidden;
	background-color:#ebe8e3;
	background-color:#eeeeee;
}

#lateral
{
	display:none;
	float: right;
	width: 9.04%;
	width: 9%;
	width: 44px;
	height: 100%;
}

#colored
{
	height:363px;
	background-color:#451231;
}

#right-content
{
	width:90.96%;
	width:91%;
	height:100%;
	float:left;
	
	width:486px;
	height:796px;
}

#right-content .full
{
	padding-left:30px;
	padding-right:30px;
}

#right-content .column
{
	width:50%;
	float:left;
	overflow:hidden;
}

#right-content .column p
{
	margin:0px;
	text-align:justify;
	font-size:12px;
	color: #451231;
	line-height:18px;
	height:530px;
	overflow:hidden;
}

#right-content .left
{
	padding-left:30px;
	padding-right:15px;
}

#right-content .right
{
	padding-left:15px;
	padding-right:30px;
	font-style:italic;
}

#content-title
{
	padding-left:30px;
	padding-right:30px;
	text-align:left;
	font-style:italic;
	font-size:24px;
	font-weight:bold;
	margin:40px 0px;
	margin-top:80px;
	font-family:'times new roman';
}

#author
{
	padding-left:30px;
	padding-right:30px;
	text-align:right;
	font-style:italic;
	font-size:12px;
	margin-top:40px;
}


#author a
{
	color:#451231;
}

#author a:hover
{
	text-decoration:underline;
}

#author .prev
{
	float:left;
}

#author .next
{
	float:right;
}

.selected
{
	color:#aaa;
}

a
{
	text-decoration:none;
	color:white;
}

a:hover
{
	color:#999;
}


div.clear
{
	clear:both;
	font-size:0px;
	line-height:0px;
	height:0px;
}

#contacts
{
	text-align:center;
	padding:0px 30px;
	font-family:verdana;
}

#contacts .title
{
	margin-top:50px;
	font-size:16px;
	font-weight:bold;
	font-family:arial,verdana;
	font-style:italic;
	font-size:17px;
}

#contacts .info
{
	margin-top:25px;
}

#contacts .info .logo img
{
	display:block;
	width:126px;
	height:137px;
}

#contacts .info .text
{
	padding-left:35px;
}

#contacts .info .text div
{
	
	font-family:arial,verdana;
	font-weight:bold;
	margin-top:46px;
	font-size:14px;
	line-height:18px;
	line-height:14px;
	font-size:12px;
	margin-top:0px;
	text-align:center;
	padding-top:8px;
}

#contacts .info .text br
{
	line-height:12px;
}

#message
{
	margin-top:75px;
	font-family:arial,verdana;
}

#message .intro
{
	font-size:15px;
	font-weight:bold;
	font-style:italic;
}

#message form
{
	text-align:left;
	margin:0px;
	padding:0px 70px;
}

#message label
{
	display:block;
	font-style:italic;
	font-size:11px;
	margin-top:8px;
	margin-bottom:2px;
	text-align:left;
}

#message form input.text,#message form textarea
{
	font-family:arial,verdana;
	font-size:12px;
	display:block;
	background-color:white;
	border:1px solid #8d8986;
	color:#8d8986;
}

#message label.first
{
	margin-top:0px;
}

#message form input.text
{
	width:50%;
}

#message form textarea
{
	width:100%;
	height:130px;
}

#message form .submit
{
	text-align:center;
}

#message form .submit input
{
	margin:0px auto;
	display:block;
	border:1px solid #8d8986;
	color:#8d8986;
	background-color:white;
	margin-top:22px;
	font-size:12px;
	font-family:arial,verdana;
	padding:0px 4px;
}

#message form br
{
	display:block;
	font-size:0px;
}

#message .report
{
	font-size:11px;
	margin:5px 0px;
	visibility:hidden;
}

#message .report .success
{
	color:green;
}

#message .report .error
{
	color:red;
}

