html, body {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	color: #333333;
	background-color: #333333;
}

h3, h4, p, a, table, tr, td, img {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: none;
}

a {
	color: #FF6600;
	text-decoration: none;
}

a:hover {
	color: #999999;
	text-decoration: none;
}

#banner {
	width: 760px;
	height: 120px;
	margin: auto;
	background: url('../images/banner.gif') no-repeat;
}

#banner h3 {
	font-size: 18px;
}

#banner table {
	width: 100%;
}

#main {
	width: 760px;
	margin: auto;
	padding-top: 18px;
	background: url('../images/bg.gif');
}

#main table td {
	vertical-align: top;
}

#menu {
	width: 169px;
	padding-left: 18px;
	padding-right: 28px;
	line-height: 140%;
}

#menu h3 {
	font-size: 14px;
	font-weight: bold;
}

#menu .recent {
	padding-bottom: 6px;
	margin-top: 4px;
	border-bottom: 1px dashed #999999;
}

#content {
	width: 545px;
	border-right: 1px solid #CCCCCC;
}

#post {
	width: 499px;
	padding-left: 28px;
	padding-right: 18px;
	margin-bottom: 24px;
	line-height: 140%;
}

#post .date {
	font-style: italic;
	font-size: 11px;
	margin-top: 4px;
}

#post h3 {
	font-size: 18px;
}

#post h4 {
	font-size: 14px;
	margin-bottom: 12px;
}

#post h5 {
	font-size: 12px;
	text-decoration: underline;
	margin: 0px;
	margin-bottom: 4px;
}

#post p {
	margin-bottom: 12px;
}

#post input {
	width: 240px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #333333;
}

#post textarea {
	width: 480px;
	height: 180px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #333333;
}

#post .break {
	color: #CCCCCC;
}

#post .ags3 {
	border-collapse: collapse;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
}

#post .ags3 th {
	border: 1px solid #999999;
	background-color: #666666;
	color: #FFFFFF;
	text-align: left;
	padding: 4px;
}

#post .ags3 td {
	border: 1px solid #999999;
	padding: 4px;
}

#post .pic {
	padding: 8px;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
}

#footer {
	width: 732px;
	margin: auto;
	padding-left: 28px;
	padding-bottom: 18px;
	background: url('../images/bg.gif');
	text-align: left;
}

