#content {
	font-size: 12px;
}

#content a {
	color: #369;
}

#content a:hover {
	color: #9f1818;
}

#left-column {
	padding: 10px 10px 0 0;
	float: left;
	width: 49%;
}

#right-column {
	padding-top: 10px;
	float: left;
	width: 49%;
}

.clear {
	clear: both;
}

/*--- Index news-list styles ---*/

#index-news-list {
margin-top: 20px;
	font-size: 12px;
}

.news-item {
	margin-bottom: 10px;
}

.news-title .news-date-time, .news-date-time {
	color: #444;
}

.news-preview {
	line-height: 17px;
	margin-left: 4px;
}

.news-preview p {
	padding-bottom: 0;
}

.news-parameters {
	font-size: 10px;
	margin-left: 4px;
	color: #666;
}

.item-first {
	padding: 10px;
	background-color: #fafafa;
	border: solid 1px #aaa;
	margin-bottom: 10px;
}

.item-first .news-title {
	font-size: 22px;
}

.item-first .news-date-time {
	font-size: 12px;
}

.item-first .news-image {
	margin-left: 5%;
}

.item-first img {
	border: solid 2px #eaeaea;
	margin: 5px 0;
}

/*--- RSS News ---*/

#rss-column-title {
	font-size: 14px;
	font-weight: bold;
	color: #ff6501;
	width: 200px;
	border-bottom: solid 2px #cecece;
	padding: 2px;
}

#other-column-title {
	font-size: 14px;
	font-weight: bold;
	color: #369;
	width: 200px;
	border-bottom: solid 2px #cecece;
	padding: 2px;
	margin-bottom: 7px;
}

.rss-item {
	margin-top: 7px;
	font-weight: bold;
}

/*--- Other stuff ---*/

.center {
	text-align: center;
}

#poll-list a {
	font-size: 12px;
}

div.latestnews {
	margin: 0 0 15px 0;
	padding: 2px 0 2px 15px;
	font-size: 14px;
	line-height: 16px;
}

div.latestnews a, .parts a {
	color: #336699;
}

div.latestnews a:hover, .parts a:hover {
	color: #9f1818;
}

div.latestnews .news-date-time {
	color: #666;
}

.vote-button {
	border: 1px solid #333;
	height: 18px;
	width: 120px;
	margin-bottom: 5px;	
}

#content {
	padding: 0 10px;
}

#content font.notetext {
	font-size: 17px;
	color: green;
}

#content .italic-title {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: italic;
	color: #333;
	padding-bottom: 8px;
}

#poll-list {
	font-size: 14px;
}

/*--- Tables ---*/

#content table {
	text-align: justify;
	width: 100%;
	font-size: 12px;
	line-height: 17px;
}



#content table#info-table {
	text-align: left;
	width: 100%;
	font-size: 12px;
	line-height: 12px;
	color: #333;
	border: solid 1px #ccc;
	border-bottom: none;
	margin: 10px 0;
}

#content table#info-table p {
	padding: 0;
	text-align: left;
}

#content table#info-table td {
	border-bottom: solid 1px #ccc;
	padding: 7px 5px;
	line-height: 15px;
	text-align: left;
}

#content table#info-table thead {
	background: #dae4ea;
	font-weight: bold;
}

#content table#info-table thead td {
	text-align: left;
	border-bottom: solid 1px #7494a8;
}

/* Table class */

#content table.info-table {
	text-align: left;
	width: 100%;
	font-size: 12px;
	line-height: 12px;
	color: #333;
	border: solid 1px #ccc;
	border-bottom: none;
	margin: 10px 0;
}

#content table.info-table p {
	padding: 0;
}

#content table.info-table td {
	border-bottom: solid 1px #ccc;
	padding: 7px 5px;
}

#content table.info-table thead {
	background: #dae4ea;
	font-weight: bold;
	vertical-align: middle;
}

/*--- Table styles end ---*/

#content ul, #content ol {
padding: 0 20px 15px 40px;
}

#content ul li, #content ol li {
line-height: 17px;
padding: 2px 0;
}

/*--- Guestbook ---*/

#content .guestbook-table td {
	padding-right: 10px;
	padding-bottom: 7px;
}

#content .input-name {
	border: solid 1px #ccc;
	width: 200px;
	margin-top: 3px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: 20px;
}

#content .input-text {
	border: solid 1px #ccc;
	width: 450px;
	height: 150px;
	margin-top: 3px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#content .input-submit {
	border: 1px solid #333;
	height: 18px;
	width: 120px;
	margin-bottom: 5px;
}

#content #guestbook table {
	border-bottom: solid 1px #ccc;
}

#content #guestbook ul {
	list-style: none;
}

#content .the-commentor {
	padding-top: 15px;
	padding-bottom: 7px;
	padding-right: 10px;
	border-top: solid 1px #ccc;
}

#content .the-commentor div {
	line-height: 16px;
	font-size: 18px;
	color: #555;
}

#content .the-commentor .comment-date {
	font-size: 10px;
	color: #555;
}

#content .the-comment {
	padding-top: 18px;
	padding-bottom: 7px;
	width: 500px;
	border-top: solid 1px #ccc;
}

#content tr.answer td {
	padding: 5px;
	background: #f3f3f3;
}

/*--- Guestbook End ---*/