﻿html, body {
margin:0;
padding:0;
border:0;
width:100%;
height:100%;
}

table, img {
border:none;
margin:0;
padding:0;
}

body {
color:#000000;
height:100%;
background:#FFFFFF url(images/top-left-img-angle.gif) no-repeat;
}

li, ul {
list-style:none;
}


#nav {
border-bottom:1px solid #96b6d4;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

#nav #bgL {
background:url(images/nav-bg-left.gif) no-repeat;
width:11px;
height:42px;
}

#nav #bgR {
background:url(images/nav-bg-right.gif) no-repeat;
width:11px;
height:42px;
}

#footer {
width:100%;
float:left;
height:42px;
background:url(images/footer-middle.gif) repeat-x;
}

#footer #FbgL {
background:url(images/footer-left.gif) no-repeat;
width:11px;
height:42px;
}

#footer #FbgR {
background:url(images/footer-right.gif) no-repeat;
width:11px;
height:42px;
}

#footer p {
font-size:11px;
line-height:20px;
margin:0;
}

#footer a {
color:#e1eaf1;
}

.head {
background:url(images/top-left-img.gif) no-repeat;
width:600px;
height:163px;
}

.head1 {
padding-right:10px;
padding-top:42px;
}

.angle {
position:absolute;
margin-left:-20px;
}
<!-- наивгация по меню (начало) -->
.menu {
margin-bottom:-5px;
}

.menu a {
display:block;
text-decoration:none;
text-transform:uppercase;
font-weight:800;
font-size:70%;
color:#FFFFFF;
padding:5px 6px 20px 6px;
cursor: pointer;
}

.current_page_item {
background:url(images/nav-tab-left.gif) no-repeat;
}

.current_page_item a {
color:#2C49A1;
}

<!-- наивгация по меню (конец) -->

.post {
padding:0;
margin-right:10px;
font-family:Tahoma, sans-serif;
font-size: 80%;
}

.post p {
text-indent: 15px;
}

.clist li
{
list-style:decimal;
list-style-type:decimal
}

<!-- Форма онлайн регистрации (начало) -->
 .form
  { 
	width:100%;
	height:100%;
  }
 .form td
  {
    padding: 0px 2px;
  }
 .form td.title {
	padding: 4px 6px;   
 }
 .title 
  { 
    color:#FFFFFF;
	font-weight:700;
	font-family:Tahoma, sans-serif;
	font-size: 80%;  
    border:1px solid #A0A0A0;
    text-align: right;
    background: #2C49A1;
  }  
 .edit
  { 
    padding: 0 1;
  }   
 .form input
  { 
    border:1px solid #A0A0A0;
    background: white;
    width: 100%;
  }  
 .form input.submit
  { border-top-color: #A0A0A0;
    border-left-color: #A0A0A0;
    border-bottom-color: #404040;
    border-right-color: #404040;
  } 
  
/* комментарии в секции */  


.comm_form
{
 width:60%;
}
.comm_form input, textarea
{ 
 border:1px solid #A0A0A0;
 background: white;
 width: 100%;
}
.comm_form textarea
{
 height:100px;
}  
.comm_form td
{
 padding: 0px 2px;
}
.comm_form td.title 
{
 padding: 4px 6px;   
}
  
/* секции */  
.sect 
{
 width:100%;
 height:100%;
 border:0;
}

.author
{
 padding:10px;
 vertical-align:top;
 width:15%;
}
