a {
  color:            #993300;
  font-size:        normal;
  text-decoration:  none;
}

a:hover {
  color:            red;
  text-decoration:  underline;
}

body {
  text-align:       center;
  font-family:      arial;
  font-weight:      normal;
  font-size:        normal;
  color:            #663300;
  background-color: #EACFB4;
  margin:           0px;
}

p {
  margin-top:       3px;
  margin-bottom:    4px;
	text-indent:      20px;
}

input {
  border:           1px solid #CC9933;
}

textarea {
  border:           1px solid #CC9933;
}

div#main {
	width:            90%;
  text-align:       left;
  background-color: #f7d2a3;
  border:           1px solid #CC9933;
}

div#title {
  font-family:      times;
  vertical-align:   center;
  text-align:       center;
	background-color: #E7C47E;
  font-weight:      bold;
  font-size:        large;
	padding:          6px 2px 6px 2px;
  border-bottom:    1px solid #CC9933;
}

div#add-comment {
	padding:          4px 6px 1px 20px;
  border-top:       1px dotted #CC9933;
}

div.navigation {
	padding:          6px 2px 6px 2px;
  text-align:       center;
	font-size:        smaller;
}

div.content-photo {
	float:            left; 
  width:            148px;
  text-align:       left;
}

div.content-photo img {
	margin:           10px 20px 0 10px;
	border:           1px solid #CC9933;
}

div.content-photo img:hover {
	border:           1px solid red;
}

div#content-text {
	font-size:        smaller;
	padding:          4px 6px 4px 10px;
}

div#comments {
	font-size:        smaller;
	padding:          14px 6px 4px 6px;
	clear:            both; /* Отмена обтекания */
}

div#footer {
	font-size:        smaller;
	padding:          6px 2px 6px 2px;
	text-align:       right;
	background-color: #E7C47E;
  border-top:       1px solid #CC9933;
}

div.comm-title {
	font-size:        normal;
  font-weight:      bold;
	padding:          6px 4px 10px 0px;

}

div.comment {
  border-top:       1px dotted #CC9933;
}