body {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	background-color: #A09A8A;
	text-align: center;
}
body, input, textarea {
	color: #5B5B5B;
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
input, textarea {
	margin: 0px;
	padding: 0px;
}
code {
	white-space: pre;
	font-family: "courier new", courier;
}
a {
	color: #5B5B5B;
}
form {
	margin: 0px;
	padding: 0px;
}
#container {
	padding: 2px 0px 0px 0px;
	margin: 0px auto 0px auto;
	width: 760px;
	background-color: #F1EBDF;
}
#containerInner {
	text-align: left;
}
#header {
	border-top: 5px solid #FF0000;
	border-bottom: 5px solid #F6F3EA;
}
#headerInner {
	border-top: 5px solid #FF0000;
	border-bottom: 1px solid #BCB8AF;
	background-color: #DBD9CC;
	padding-left: 30px;
	height: 85px;
}
#headerTitle {
	font-size: 30px;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
	padding-top: 45px;
	width: 180px;
	background-color: #F5F2E9;
	border-left: 5px solid #D1CAB7;
	border-right: 5px solid #D1CAB7;
	border-bottom: 1px solid #BCB8AD;
	float: left;
}
#headerHeading {
	float: left;
}
#headerHeading h1,
#headerHeading span {
	display: block;
	font-size: 20px;
	font-weight: normal;
	line-height: 30px;
	margin: 0px;
	padding: 55px 0px 0px 30px;
}

#content {
	float: right;
	width: 510px;
	padding-right: 30px;
	margin-top: 40px;
}
#content .title {
	background-image: url(images/bullet-heading.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 0px 0px 0px 30px;
}
#content .title h2,
#content .title h1 {
	padding: 0px;
	margin: 0px;
	float: left;
	font-size: 20px;
	line-height: 24px;
	font-weight: normal;
	color: #FF0000;
	text-transform: uppercase;
}
#content .title h2 a {
	color: #FF0000;
	text-decoration: none;
}
#content .title h2 a:hover {
	text-decoration: underline;
}
#content ul {
	list-style-type: circle;
	margin: 0px 0px 0px 1em;
	padding: 0px;
}
#content ul li {
	padding: 0px;
	margin: 0px;
}
#content .title .cat {
	float: right;
	font-size: 20px;
	line-height: 25px;
	color: #DDD9CD;
}
#content .title .time {
	clear: left;
	font-size: 15px;
	line-height: 20px;
	font-family: "times new roman", tahoma, arial;
	color: #5B5B5B;
}
#content .content {
	padding: 0px 0px 0px 30px;
}
#content .content p {
	margin: 0px 0px 7px 0px;
	padding: 0px;
}
#content .content h2 {
	padding: 0px;
	margin: 0px 0px 5px 0px;
	font-size: 20px;
	line-height: 24px;
	font-weight: normal;
	color: #5B5B5B;
}
#content .content code {
	display: block;
	margin: 0px 0px 7px 0px;
	font-size: 11px;
	line-height: 14px;
	padding: 3px;
	border: 1px solid #DDD9CD;
	background-color: #F5F2E9;
	width: 472px;
	overflow: hidden;
}
#content .content q,
#content .content blockquote {
	display: block;
	margin: 0px 0px 7px 0px;
	padding: 3px 3px 3px 15px;
	border-left: 5px solid #DDD9CD;
	background-color: #F5F2E9;
}
#content .content q:before,
#content .content q:after {
	content: "";
}
#content .content img.left {
	float: left;
	margin-right: 10px;
}
#content .content img.right {
	float: right;
	margin-left: 10px;
}
#content div.video {
	text-align: center;
}
#content div.video object {
	margin: 0 auto;
}
#content .navigator {
	margin: 20px 0px 0px 30px;
}
#content .navigator .prev {
	float: left;
	width: 50%;
}
#content .navigator .next {
	float: right;
	text-align: right;
	width: 50%;
}
#content .bottom {
	margin: 0px 0px 0px 30px;
	padding: 0px 0px 30px 0px;
	border-top: 5px solid #F7F4ED;
}
#content .bottom .links {
	float: left;
	background-color: #DDD9CD;
	padding: 3px 15px 3px 15px;
}
#content .bottom .links a {
	color: #5B5B5B;
	text-decoration: none;
}
#content .bottom .links a:hover {
	text-decoration: underline;
}
#content .bottom .author {
	float: right;
	padding: 3px 0px 3px 0px;
	color: #A7A191;
}
#content .comments {
	margin: 20px 0px 0px 30px;
	padding: 30px 0px 0px 0px;
	border-top: 5px solid #F7F4ED;
}
#content .comments div.comment {
	margin: 0px 0px 7px 0px;
	padding: 3px;
	background-color: #F5F2E9;
}
#content .comments table.comment {
	border-collapse: collapse;
	border-spacing: 0px;
	border: 0px;
	margin: 20px 0px 7px 0px;
}
#content .comments table.comment td {
	padding: 3px 0px 3px 0px;
}
#content .comments .inputTitle {
	font-size: 9px;
	padding-left: 10px;
	width: 220px;
}
#content .comments .inputContainer .input {
	background-color: #FFFFFF;
	border: 0px;
}
#content .comments .inputContainer input.input {
	width: 250px;
}
#content .comments .inputContainer textarea.input {
	width: 480px;
}
#content .comments .inputDefault .inputContainer .input {
	border-bottom: 1px solid #DDD9CD;
}
#content .comments .inputError .inputContainer .input {
	border-bottom: 1px solid #FF0000;
}
#content .comments .inputMessage {
	color: #FF0000;
	font-weight: bold;
}
#content .comments .inputDefault .inputMessage {
	display: none;
}
#content .comments .inputError .inputMessage {
	display: block;
}
#content .inputSuccess {
	text-align: center;
	font-weight: bold;
}
#content .comments .comment .num {
	float: right;
	font-size: 20px;
	line-height: 25px;
	color: #DDD9CD;
}
#content .comments .comment .name {
	font-size: 12px;
	font-weight: bold;
}
#content .comments .comment .name a {
	color: #5B5B5B;
	text-decoration: none;
}
#content .comments .comment .name a:hover {
	text-decoration: underline;
}
#content .comments .comment .time {
	clear: left;
	font-family: "times new roman", tahoma, arial;
	color: #5B5B5B;
}
#content .comments .comment .time small {
	font-size: 9px;
}
#content .comments .comment p {
	padding: 0px;
	margin: 0px 0px 7px 0px;
}

#navigationContainer {
	float: left;
	margin: -5px 0px 0px 0px;
	padding-left: 30px;
	width: 190px;
}
#navigation {
	font-size: 10px;
	border-left: 4px solid #E0DACC;
	border-right: 4px solid #E0DACC;
	border-bottom: 4px solid #E0DACC;
}
#navigationInner {
	border-left: 1px solid #BCB8AD;
	border-right: 1px solid #BCB8AD;
	border-bottom: 1px solid #BCB8AD;
	background-color: #F6F3EA;
}
#logo {
	border-top: 5px solid #EAE6DB;
	height: 180px;
	width: 180px;
	background-image: url(images/vini.jpg);
	border-bottom: 5px solid #FF0000;
	margin-bottom: 20px;
}
#navigation .title {
	margin: 20px 0px 5px 0px;
	background-image: url(images/bullet-small.gif);
	background-repeat: no-repeat;
	background-position: 10px 7px;
	padding: 0px 10px 0px 20px;
}
#navigation .title .inner {
	font-size: 12px;
	font-weight: bold;
	line-height: 17px;
	color: #FF0000;
	border-bottom: 1px solid #D3CFC3;
}
#navigation .item {
	margin-bottom: 2px;
	background-image: url(images/bullet-small.gif);
	background-repeat: no-repeat;
	background-position: 20px 7px;
	padding: 0px 10px 0px 30px;
}
#navigation .item a {
	display: block;
	color: #847C66;
	border-bottom: 1px dashed #D3CFC3;
	text-decoration: none;
}
#navigation .item a.active {
	font-weight: bold;
}
#navigation .item a:hover {
	text-decoration: underline;
}
#navigation .info {
	padding: 20px 10px 50px 10px;
	text-align: center;
}
#navigation .info a {
	color: #847C66;
	text-decoration: none;
}
#navigation .info a:hover {
	text-decoration: underline;
}
