body,html {
	font-family:Verdana,sans-serif;
	margin:0;
	padding:0;
	text-align:center;
	background:#fff;
	font-size:12px;
}

#top {
	background:#330000;
	width:100%;
	height:240px;
	text-align:center;
	margin:0;
	padding:0;
}
a {
	font-size:12px;
}
a:link {
	color: #743927;
	text-decoration: underline;
	padding-bottom: 0px;
}

a:visited {
	color: #222;
	text-decoration: underline;
	padding-bottom: 0px;
}

a:active {
	color:#777;
	text-decoration: underline;
	padding-bottom:0px;
}

a:hover {
	color:#7F7F81;
	text-decoration: underline;
	padding-bottom:0px;
}

a.plain, a.plain:hover, a.plain:link, a.plain:active {
	text-decoration:none;
	border-bottom: 1px dotted #6D3524;
}

a.img, a.img:hover, a.img:link, a.img:active {
	border: none;
	text-decoration: none;
	margin:0;
}

p {
	font-family:Verdana,sans-serif;
	font-size:12px;
	color:#000;
	line-height:16px;
}

h1 {
	font: bold 20px Trebuchet MS,Arial,sans-serif;
	color:#000;
}

h2 {
	font: bold 12px Trebuchet MS,Arial,sans-serif;
	color:#000;
	line-height:13px;
}

h3 {
	font: bold 12px Trebuchet MS,Arial,sans-serif;
	color:#000;
	line-height:10px;
}

h4 {
	font: bold 12px Trebuchet MS,Arial,sans-serif;
	color:#000;
	line-height:11px;
}

#container {
	width:770px;
	margin-right:auto;
	margin-left:auto;
	padding-top:14px;
	text-align:center;
}

#left {
	text-align:left;
	float:left;
	width:240px;
	padding-right:10px;
}

#left_int {
	font-size:10px;
	line-height:15px;
}

#main {
	width:509px;
	text-align:left;
	float:right;
	padding-left:10px;
	border-left:1px solid #CCC;
}

#main_int {
	font-size:12px;
	line-height:15px;
}

input {
	color:#6D6262;
	background-color: #efefef;
	border: 1px solid #ccc;
	font: 10px Verdana;
}
.comments {
	font-size:10px;
	color: #838383;
}
.comments a {
	font-size:10px;
}