body
{
  background-color: white;
  color: black;
}

#all_content
{
	width: 1024px;
	height: 808px;
	margin: 0px auto;
	font-family: "Verdana", sans-serif;
}

#header
{
	float: left;
	width: 1024px;
	height: 140px;
	font-size: 36px;
	text-align: center;
	padding: 60px 0px 0px 0px;
	color: #ccc;
}

#header h1 a
{
	text-decoration: none;
	color: #ccc;
	font-size: 46px;
}

#header .name_site
{
	font-size: 18px;
	margin-top: 60px;
	text-align: right;
}

#left_content
{
	float: left;
	width: 18px;
	min-height: 604px;
	border-left: 2px solid black;
	border-top: 2px solid black;
	border-bottom: 2px solid black;
}

#content
{
	float: left;
	width: 384px;
	min-height: 608px;
	font-size: 14px;
	text-align: justify;
	line-height: 20px;
}

#content h2{ text-align: center; }
#content ul { list-style-type: circle; margin: 6px 0px 0px 30px;}
#content ul li { font-size: 16px; margin-top: 2px;}

#right_content
{
	float: left;
	width: 18px;
	min-height: 604px;
	border-right: 2px solid black;
	border-top: 2px solid black;
	border-bottom: 2px solid black;
}

#logo
{
	float: left;
	width: 280px;
	height: 588px;
	background: url(../img/logo.png) no-repeat;
	margin: 20px 0px 0px 20px;
}

#right_sidebar
{
	float: left;
	width: 300px;
	height: 608px;
}

#right_sidebar ul
{
	list-style: none;
}

#right_sidebar ul li a
{
	display: block;
	width: 290px;
	height: 40px;
	margin: 10px 0px 0px 10px;
	color: black;
	font-size: 32px;
	text-decoration: none;
}

#right_sidebar ul li a:hover
{
	background: #eee;
}

#footer
{
	float: left;
	width: 1024px;
	height: 20px;
	text-align: center;	
	padding-top: 20px;
	font-size: 12px;
	color: #777;
}

#content .mobile { list-style-type: none; margin-top: 10px;}
#content .mobile_bel{ background: url(../img/by.png) no-repeat; padding: 4px 0px 0px 30px; margin-top: 10px;}
.mail { background: url(../img/mail.png) no-repeat; padding: 4px 0px 0px 30px; margin-top: 10px;}

h1 {font-size: 32px;}
h2 {font-size: 26px;}
h3 {font-size: 20px;}
p {font-size: 14px; padding: 14px 0px 0px 0px;}